Commit 70769fb
committed
Workaround for CI failure due to
swift-ci still uses an older Xcode version with an older OS SDK that does not
include `Data.bytes`. As a result, Swift Testing fails to build for Apple
platforms. Work around the issue by manually constructing a `RawSpan` in the
relevant place.
Resolves rdar://169480914.Data.bytes not being present.1 parent 6710381 commit 70769fb
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments