Build Information
Failed to build Echo, reference main (67dee0
), with Swift 6.1 for Wasm on 29 May 2025 02:34:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ole/Echo.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/ole/Echo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 67dee07 Fix release build
Cloned https://github.com/ole/Echo.git
Revision (git rev-parse @):
67dee07edd6aa1f21a81ad261950d41beef20080
SUCCESS checkout https://github.com/ole/Echo.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/ole/Echo.git
https://github.com/ole/Echo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "Echo",
"name" : "Echo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Echo",
"targets" : [
"Echo"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EchoTests",
"module_type" : "SwiftTarget",
"name" : "EchoTests",
"path" : "Tests/EchoTests",
"sources" : [
"Context Descriptor/AnonymousDescriptor.swift",
"Context Descriptor/ClassDescriptor.swift",
"Context Descriptor/EnumDescriptor.swift",
"Context Descriptor/ExtensionDescriptor.swift",
"Context Descriptor/FieldDescriptor.swift",
"Context Descriptor/GenericContext.swift",
"Context Descriptor/ModuleDescriptor.swift",
"Context Descriptor/ProtocolDescriptor.swift",
"Context Descriptor/StructDescriptor.swift",
"EchoTests.swift",
"Metadata/ClassMetadata.swift",
"Metadata/EnumMetadata.swift",
"Metadata/ExistentialMetadata.swift",
"Metadata/ExistentialMetatypeMetadata.swift",
"Metadata/FunctionMetadata.swift",
"Metadata/MetadataAccessFunction.swift",
"Metadata/MetatypeMetadata.swift",
"Metadata/ObjCClassWrapperMetadata.swift",
"Metadata/OpaqueMetadata.swift",
"Metadata/StructMetadata.swift",
"Metadata/TupleMetadata.swift",
"Runtime/ConformanceDescriptor.swift",
"Runtime/ExistentialContainer.swift",
"Runtime/ImageInspection.swift",
"Utils/Misc.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Echo"
],
"type" : "test"
},
{
"c99name" : "Echo",
"module_type" : "SwiftTarget",
"name" : "Echo",
"path" : "Sources/Echo",
"product_dependencies" : [
"Atomics"
],
"product_memberships" : [
"Echo"
],
"sources" : [
"ContextDescriptor/AnonymousDescriptor.swift",
"ContextDescriptor/ClassDescriptor.swift",
"ContextDescriptor/ContextDescriptor.swift",
"ContextDescriptor/ContextDescriptorValues.swift",
"ContextDescriptor/EnumDescriptor.swift",
"ContextDescriptor/ExtensionDescriptor.swift",
"ContextDescriptor/FieldDescriptor.swift",
"ContextDescriptor/GenericContext.swift",
"ContextDescriptor/ModuleDescriptor.swift",
"ContextDescriptor/OpaqueDescriptor.swift",
"ContextDescriptor/ProtocolDescriptor.swift",
"ContextDescriptor/StructDescriptor.swift",
"ContextDescriptor/TypeContextDescriptor.swift",
"Echo.swift",
"Metadata/ClassMetadata.swift",
"Metadata/EnumMetadata.swift",
"Metadata/EnumValueWitnessTable.swift",
"Metadata/ExistentialMetadata.swift",
"Metadata/ExistentialMetatypeMetadata.swift",
"Metadata/ForeignClassMetadata.swift",
"Metadata/FunctionMetadata.swift",
"Metadata/HeapGenericLocalVariableMetadata.swift",
"Metadata/HeapLocalVariableMetadata.swift",
"Metadata/Metadata.swift",
"Metadata/MetadataAccessFunction.swift",
"Metadata/MetadataRequest.swift",
"Metadata/MetadataValues.swift",
"Metadata/MetatypeMetadata.swift",
"Metadata/ObjCClassWrapperMetadata.swift",
"Metadata/OpaqueMetadata.swift",
"Metadata/StructMetadata.swift",
"Metadata/TupleMetadata.swift",
"Metadata/TypeMetadata.swift",
"Metadata/ValueWitnessTable.swift",
"Runtime/ConformanceDescriptor.swift",
"Runtime/ExistentialContainer.swift",
"Runtime/Functions.swift",
"Runtime/HeapObject.swift",
"Runtime/ImageInspection.swift",
"Runtime/KeyPaths.swift",
"Runtime/KnownMetadata.swift",
"Runtime/RuntimeValues.swift",
"Runtime/WitnessTable.swift",
"Utils/FieldType.swift",
"Utils/Misc.swift",
"Utils/RelativeDirectPointer.swift",
"Utils/RelativeIndirectPointer.swift",
"Utils/RelativeIndirectablePointer.swift",
"Utils/RelativeIndirectablePointerIntPair.swift",
"Utils/RelativePointer.swift",
"Utils/SignedPointer.swift"
],
"target_dependencies" : [
"CEcho"
],
"type" : "library"
},
{
"c99name" : "CEcho",
"module_type" : "ClangTarget",
"name" : "CEcho",
"path" : "Sources/CEcho",
"product_memberships" : [
"Echo"
],
"sources" : [
"CallAccessor.c",
"Functions.c",
"ImageInspectionELF.c",
"ImageInspectionMachO.c",
"KnownMetadata.c",
"ValueWitnessTable.c"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (2.21s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Building for debugging...
[0/10] Write sources
[1/10] Compiling CEcho ValueWitnessTable.c
[2/10] Write sources
[3/10] Compiling CEcho ImageInspectionMachO.c
[4/10] Compiling CEcho Functions.c
[5/10] Compiling CEcho KnownMetadata.c
[6/10] Compiling CEcho CallAccessor.c
[7/10] Compiling _AtomicsShims.c
[8/10] Compiling CEcho ImageInspectionELF.c
[8/10] Write swift-version-24593BA9C3E375BF.txt
[11/22] Compiling Atomics HighLevelTypes.swift
[12/23] Compiling Atomics IntegerConformances.swift
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4954:23: error: cannot find '_sa_prepare_DoubleWord' in scope
4952 | @inline(__always) @_alwaysEmitIntoClient
4953 | public init(_ value: Value) {
4954 | self._storage = _sa_prepare_DoubleWord(value)
| `- error: cannot find '_sa_prepare_DoubleWord' in scope
4955 | }
4956 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4959:7: error: cannot find '_sa_dispose_DoubleWord' in scope
4957 | @inline(__always) @_alwaysEmitIntoClient
4958 | public func dispose() -> Value {
4959 | _sa_dispose_DoubleWord(_storage)
| `- error: cannot find '_sa_dispose_DoubleWord' in scope
4960 | }
4961 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4983:14: error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4981 | switch ordering {
4982 | case .relaxed:
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4985:14: error: cannot find '_sa_load_acquire_DoubleWord' in scope
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_acquire_DoubleWord' in scope
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4987:14: error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4988 | default:
4989 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5002:7: error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5000 | switch ordering {
5001 | case .relaxed:
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5004:7: error: cannot find '_sa_store_release_DoubleWord' in scope
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_release_DoubleWord' in scope
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5006:7: error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5007 | default:
5008 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5021:14: error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5019 | switch ordering {
5020 | case .relaxed:
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5023:14: error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5025:14: error: cannot find '_sa_exchange_release_DoubleWord' in scope
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_release_DoubleWord' in scope
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5027:14: error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5029:14: error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5030 | default:
5031 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5047:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5045 | switch ordering {
5046 | case .relaxed:
5047 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5048 | pointer._extract,
5049 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5051:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5049 | &expected, desired)
5050 | case .acquiring:
5051 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5052 | pointer._extract,
5053 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5055:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5053 | &expected, desired)
5054 | case .releasing:
5055 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5056 | pointer._extract,
5057 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5059:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5057 | &expected, desired)
5058 | case .acquiringAndReleasing:
5059 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5060 | pointer._extract,
5061 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5063:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5061 | &expected, desired)
5062 | case .sequentiallyConsistent:
5063 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5064 | pointer._extract,
5065 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5089:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5087 | switch (successOrdering, failureOrdering) {
5088 | case (.relaxed, .relaxed):
5089 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5090 | pointer._extract,
5091 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5094:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5092 | desired)
5093 | case (.relaxed, .acquiring):
5094 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5095 | pointer._extract,
5096 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5099:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5097 | desired)
5098 | case (.relaxed, .sequentiallyConsistent):
5099 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5100 | pointer._extract,
5101 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5104:19: error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5102 | desired)
5103 | case (.acquiring, .relaxed):
5104 | exchanged = _sa_cmpxchg_strong_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5105 | pointer._extract,
5106 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5109:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5107 | desired)
5108 | case (.acquiring, .acquiring):
5109 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5110 | pointer._extract,
5111 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5114:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5112 | desired)
5113 | case (.acquiring, .sequentiallyConsistent):
5114 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5115 | pointer._extract,
5116 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5119:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5117 | desired)
5118 | case (.releasing, .relaxed):
5119 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5120 | pointer._extract,
5121 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5124:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5122 | desired)
5123 | case (.releasing, .acquiring):
5124 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5125 | pointer._extract,
5126 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5129:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5127 | desired)
5128 | case (.releasing, .sequentiallyConsistent):
5129 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5130 | pointer._extract,
5131 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5134:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5132 | desired)
5133 | case (.acquiringAndReleasing, .relaxed):
5134 | exchanged = _sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5135 | pointer._extract,
5136 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5139:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5137 | desired)
5138 | case (.acquiringAndReleasing, .acquiring):
5139 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5140 | pointer._extract,
5141 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5144:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5142 | desired)
5143 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5144 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5145 | pointer._extract,
5146 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5149:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5147 | desired)
5148 | case (.sequentiallyConsistent, .relaxed):
5149 | exchanged = _sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5150 | pointer._extract,
5151 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5154:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5152 | desired)
5153 | case (.sequentiallyConsistent, .acquiring):
5154 | exchanged = _sa_cmpxchg_strong_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5155 | pointer._extract,
5156 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5159:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5157 | desired)
5158 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5159 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5160 | pointer._extract,
5161 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5186:19: error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5184 | switch (successOrdering, failureOrdering) {
5185 | case (.relaxed, .relaxed):
5186 | exchanged = _sa_cmpxchg_weak_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5187 | pointer._extract,
5188 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5191:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5189 | desired)
5190 | case (.relaxed, .acquiring):
5191 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5192 | pointer._extract,
5193 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5196:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5194 | desired)
5195 | case (.relaxed, .sequentiallyConsistent):
5196 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5197 | pointer._extract,
5198 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5201:19: error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5199 | desired)
5200 | case (.acquiring, .relaxed):
5201 | exchanged = _sa_cmpxchg_weak_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5202 | pointer._extract,
5203 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5206:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5204 | desired)
5205 | case (.acquiring, .acquiring):
5206 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5207 | pointer._extract,
5208 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5211:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5209 | desired)
5210 | case (.acquiring, .sequentiallyConsistent):
5211 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5212 | pointer._extract,
5213 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5216:19: error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5214 | desired)
5215 | case (.releasing, .relaxed):
5216 | exchanged = _sa_cmpxchg_weak_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5217 | pointer._extract,
5218 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5221:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5219 | desired)
5220 | case (.releasing, .acquiring):
5221 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5222 | pointer._extract,
5223 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5226:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5224 | desired)
5225 | case (.releasing, .sequentiallyConsistent):
5226 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5227 | pointer._extract,
5228 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5231:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5229 | desired)
5230 | case (.acquiringAndReleasing, .relaxed):
5231 | exchanged = _sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5232 | pointer._extract,
5233 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5236:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5234 | desired)
5235 | case (.acquiringAndReleasing, .acquiring):
5236 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5237 | pointer._extract,
5238 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5241:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5239 | desired)
5240 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5241 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5242 | pointer._extract,
5243 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5246:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5244 | desired)
5245 | case (.sequentiallyConsistent, .relaxed):
5246 | exchanged = _sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5247 | pointer._extract,
5248 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5251:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5249 | desired)
5250 | case (.sequentiallyConsistent, .acquiring):
5251 | exchanged = _sa_cmpxchg_weak_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5252 | pointer._extract,
5253 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5256:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5254 | desired)
5255 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5256 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5257 | pointer._extract,
5258 | &expected,
[13/23] Compiling Atomics AtomicLazyReference.swift
[14/23] Compiling Atomics DoubleWord.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/23] Compiling Atomics AtomicBool.swift
[16/23] Compiling Atomics AtomicInteger.swift
[17/23] Compiling Atomics AtomicMemoryOrderings.swift
[18/23] Compiling Atomics AtomicOptional.swift
[19/23] Compiling Atomics AtomicRawRepresentable.swift
[20/23] Emitting module Atomics
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:42:5: error: cannot find '_sa_retain_n' in scope
40 | @inlinable
41 | internal func retain(by delta: Int) {
42 | _sa_retain_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_retain_n' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:47:5: error: cannot find '_sa_release_n' in scope
45 | @inlinable
46 | internal func release(by delta: Int) {
47 | _sa_release_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_release_n' in scope
48 | }
49 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4954:23: error: cannot find '_sa_prepare_DoubleWord' in scope
4952 | @inline(__always) @_alwaysEmitIntoClient
4953 | public init(_ value: Value) {
4954 | self._storage = _sa_prepare_DoubleWord(value)
| `- error: cannot find '_sa_prepare_DoubleWord' in scope
4955 | }
4956 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4959:7: error: cannot find '_sa_dispose_DoubleWord' in scope
4957 | @inline(__always) @_alwaysEmitIntoClient
4958 | public func dispose() -> Value {
4959 | _sa_dispose_DoubleWord(_storage)
| `- error: cannot find '_sa_dispose_DoubleWord' in scope
4960 | }
4961 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4983:14: error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4981 | switch ordering {
4982 | case .relaxed:
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4985:14: error: cannot find '_sa_load_acquire_DoubleWord' in scope
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_acquire_DoubleWord' in scope
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4987:14: error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4988 | default:
4989 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5002:7: error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5000 | switch ordering {
5001 | case .relaxed:
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5004:7: error: cannot find '_sa_store_release_DoubleWord' in scope
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_release_DoubleWord' in scope
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5006:7: error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5007 | default:
5008 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5021:14: error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5019 | switch ordering {
5020 | case .relaxed:
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5023:14: error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5025:14: error: cannot find '_sa_exchange_release_DoubleWord' in scope
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_release_DoubleWord' in scope
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5027:14: error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5029:14: error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5030 | default:
5031 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5047:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5045 | switch ordering {
5046 | case .relaxed:
5047 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5048 | pointer._extract,
5049 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5051:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5049 | &expected, desired)
5050 | case .acquiring:
5051 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5052 | pointer._extract,
5053 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5055:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5053 | &expected, desired)
5054 | case .releasing:
5055 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5056 | pointer._extract,
5057 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5059:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5057 | &expected, desired)
5058 | case .acquiringAndReleasing:
5059 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5060 | pointer._extract,
5061 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5063:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5061 | &expected, desired)
5062 | case .sequentiallyConsistent:
5063 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5064 | pointer._extract,
5065 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5089:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5087 | switch (successOrdering, failureOrdering) {
5088 | case (.relaxed, .relaxed):
5089 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5090 | pointer._extract,
5091 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5094:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5092 | desired)
5093 | case (.relaxed, .acquiring):
5094 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5095 | pointer._extract,
5096 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5099:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5097 | desired)
5098 | case (.relaxed, .sequentiallyConsistent):
5099 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5100 | pointer._extract,
5101 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5104:19: error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5102 | desired)
5103 | case (.acquiring, .relaxed):
5104 | exchanged = _sa_cmpxchg_strong_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5105 | pointer._extract,
5106 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5109:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5107 | desired)
5108 | case (.acquiring, .acquiring):
5109 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5110 | pointer._extract,
5111 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5114:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5112 | desired)
5113 | case (.acquiring, .sequentiallyConsistent):
5114 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5115 | pointer._extract,
5116 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5119:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5117 | desired)
5118 | case (.releasing, .relaxed):
5119 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5120 | pointer._extract,
5121 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5124:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5122 | desired)
5123 | case (.releasing, .acquiring):
5124 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5125 | pointer._extract,
5126 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5129:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5127 | desired)
5128 | case (.releasing, .sequentiallyConsistent):
5129 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5130 | pointer._extract,
5131 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5134:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5132 | desired)
5133 | case (.acquiringAndReleasing, .relaxed):
5134 | exchanged = _sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5135 | pointer._extract,
5136 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5139:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5137 | desired)
5138 | case (.acquiringAndReleasing, .acquiring):
5139 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5140 | pointer._extract,
5141 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5144:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5142 | desired)
5143 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5144 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5145 | pointer._extract,
5146 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5149:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5147 | desired)
5148 | case (.sequentiallyConsistent, .relaxed):
5149 | exchanged = _sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5150 | pointer._extract,
5151 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5154:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5152 | desired)
5153 | case (.sequentiallyConsistent, .acquiring):
5154 | exchanged = _sa_cmpxchg_strong_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5155 | pointer._extract,
5156 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5159:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5157 | desired)
5158 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5159 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5160 | pointer._extract,
5161 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5186:19: error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5184 | switch (successOrdering, failureOrdering) {
5185 | case (.relaxed, .relaxed):
5186 | exchanged = _sa_cmpxchg_weak_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5187 | pointer._extract,
5188 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5191:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5189 | desired)
5190 | case (.relaxed, .acquiring):
5191 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5192 | pointer._extract,
5193 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5196:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5194 | desired)
5195 | case (.relaxed, .sequentiallyConsistent):
5196 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5197 | pointer._extract,
5198 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5201:19: error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5199 | desired)
5200 | case (.acquiring, .relaxed):
5201 | exchanged = _sa_cmpxchg_weak_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5202 | pointer._extract,
5203 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5206:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5204 | desired)
5205 | case (.acquiring, .acquiring):
5206 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5207 | pointer._extract,
5208 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5211:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5209 | desired)
5210 | case (.acquiring, .sequentiallyConsistent):
5211 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5212 | pointer._extract,
5213 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5216:19: error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5214 | desired)
5215 | case (.releasing, .relaxed):
5216 | exchanged = _sa_cmpxchg_weak_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5217 | pointer._extract,
5218 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5221:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5219 | desired)
5220 | case (.releasing, .acquiring):
5221 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5222 | pointer._extract,
5223 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5226:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5224 | desired)
5225 | case (.releasing, .sequentiallyConsistent):
5226 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5227 | pointer._extract,
5228 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5231:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5229 | desired)
5230 | case (.acquiringAndReleasing, .relaxed):
5231 | exchanged = _sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5232 | pointer._extract,
5233 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5236:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5234 | desired)
5235 | case (.acquiringAndReleasing, .acquiring):
5236 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5237 | pointer._extract,
5238 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5241:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5239 | desired)
5240 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5241 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5242 | pointer._extract,
5243 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5246:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5244 | desired)
5245 | case (.sequentiallyConsistent, .relaxed):
5246 | exchanged = _sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5247 | pointer._extract,
5248 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5251:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5249 | desired)
5250 | case (.sequentiallyConsistent, .acquiring):
5251 | exchanged = _sa_cmpxchg_weak_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5252 | pointer._extract,
5253 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5256:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5254 | desired)
5255 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5256 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5257 | pointer._extract,
5258 | &expected,
[21/23] Compiling Atomics AtomicStrongReference.swift
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:42:5: error: cannot find '_sa_retain_n' in scope
40 | @inlinable
41 | internal func retain(by delta: Int) {
42 | _sa_retain_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_retain_n' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:47:5: error: cannot find '_sa_release_n' in scope
45 | @inlinable
46 | internal func release(by delta: Int) {
47 | _sa_release_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_release_n' in scope
48 | }
49 | }
[22/23] Compiling Atomics AtomicValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:42:5: error: cannot find '_sa_retain_n' in scope
40 | @inlinable
41 | internal func retain(by delta: Int) {
42 | _sa_retain_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_retain_n' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:47:5: error: cannot find '_sa_release_n' in scope
45 | @inlinable
46 | internal func release(by delta: Int) {
47 | _sa_release_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_release_n' in scope
48 | }
49 | }
[23/23] Compiling Atomics PointerConformances.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling Atomics AtomicOptional.swift
[3/13] Compiling Atomics AtomicRawRepresentable.swift
[4/13] Compiling Atomics AtomicStrongReference.swift
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:42:5: error: cannot find '_sa_retain_n' in scope
40 | @inlinable
41 | internal func retain(by delta: Int) {
42 | _sa_retain_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_retain_n' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:47:5: error: cannot find '_sa_release_n' in scope
45 | @inlinable
46 | internal func release(by delta: Int) {
47 | _sa_release_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_release_n' in scope
48 | }
49 | }
[5/13] Compiling Atomics AtomicValue.swift
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:42:5: error: cannot find '_sa_retain_n' in scope
40 | @inlinable
41 | internal func retain(by delta: Int) {
42 | _sa_retain_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_retain_n' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:47:5: error: cannot find '_sa_release_n' in scope
45 | @inlinable
46 | internal func release(by delta: Int) {
47 | _sa_release_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_release_n' in scope
48 | }
49 | }
[6/14] Compiling Atomics AtomicLazyReference.swift
[7/14] Compiling Atomics DoubleWord.swift
[8/14] Compiling Atomics AtomicBool.swift
[9/14] Compiling Atomics PointerConformances.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/14] Compiling Atomics AtomicInteger.swift
[11/14] Compiling Atomics AtomicMemoryOrderings.swift
[12/14] Emitting module Atomics
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:42:5: error: cannot find '_sa_retain_n' in scope
40 | @inlinable
41 | internal func retain(by delta: Int) {
42 | _sa_retain_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_retain_n' in scope
43 | }
44 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/AtomicStrongReference.swift:47:5: error: cannot find '_sa_release_n' in scope
45 | @inlinable
46 | internal func release(by delta: Int) {
47 | _sa_release_n(toOpaque(), UInt32(delta))
| `- error: cannot find '_sa_release_n' in scope
48 | }
49 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4954:23: error: cannot find '_sa_prepare_DoubleWord' in scope
4952 | @inline(__always) @_alwaysEmitIntoClient
4953 | public init(_ value: Value) {
4954 | self._storage = _sa_prepare_DoubleWord(value)
| `- error: cannot find '_sa_prepare_DoubleWord' in scope
4955 | }
4956 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4959:7: error: cannot find '_sa_dispose_DoubleWord' in scope
4957 | @inline(__always) @_alwaysEmitIntoClient
4958 | public func dispose() -> Value {
4959 | _sa_dispose_DoubleWord(_storage)
| `- error: cannot find '_sa_dispose_DoubleWord' in scope
4960 | }
4961 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4983:14: error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4981 | switch ordering {
4982 | case .relaxed:
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4985:14: error: cannot find '_sa_load_acquire_DoubleWord' in scope
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_acquire_DoubleWord' in scope
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4987:14: error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4988 | default:
4989 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5002:7: error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5000 | switch ordering {
5001 | case .relaxed:
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5004:7: error: cannot find '_sa_store_release_DoubleWord' in scope
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_release_DoubleWord' in scope
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5006:7: error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5007 | default:
5008 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5021:14: error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5019 | switch ordering {
5020 | case .relaxed:
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5023:14: error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5025:14: error: cannot find '_sa_exchange_release_DoubleWord' in scope
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_release_DoubleWord' in scope
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5027:14: error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5029:14: error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5030 | default:
5031 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5047:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5045 | switch ordering {
5046 | case .relaxed:
5047 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5048 | pointer._extract,
5049 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5051:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5049 | &expected, desired)
5050 | case .acquiring:
5051 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5052 | pointer._extract,
5053 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5055:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5053 | &expected, desired)
5054 | case .releasing:
5055 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5056 | pointer._extract,
5057 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5059:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5057 | &expected, desired)
5058 | case .acquiringAndReleasing:
5059 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5060 | pointer._extract,
5061 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5063:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5061 | &expected, desired)
5062 | case .sequentiallyConsistent:
5063 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5064 | pointer._extract,
5065 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5089:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5087 | switch (successOrdering, failureOrdering) {
5088 | case (.relaxed, .relaxed):
5089 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5090 | pointer._extract,
5091 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5094:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5092 | desired)
5093 | case (.relaxed, .acquiring):
5094 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5095 | pointer._extract,
5096 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5099:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5097 | desired)
5098 | case (.relaxed, .sequentiallyConsistent):
5099 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5100 | pointer._extract,
5101 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5104:19: error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5102 | desired)
5103 | case (.acquiring, .relaxed):
5104 | exchanged = _sa_cmpxchg_strong_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5105 | pointer._extract,
5106 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5109:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5107 | desired)
5108 | case (.acquiring, .acquiring):
5109 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5110 | pointer._extract,
5111 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5114:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5112 | desired)
5113 | case (.acquiring, .sequentiallyConsistent):
5114 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5115 | pointer._extract,
5116 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5119:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5117 | desired)
5118 | case (.releasing, .relaxed):
5119 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5120 | pointer._extract,
5121 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5124:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5122 | desired)
5123 | case (.releasing, .acquiring):
5124 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5125 | pointer._extract,
5126 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5129:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5127 | desired)
5128 | case (.releasing, .sequentiallyConsistent):
5129 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5130 | pointer._extract,
5131 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5134:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5132 | desired)
5133 | case (.acquiringAndReleasing, .relaxed):
5134 | exchanged = _sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5135 | pointer._extract,
5136 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5139:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5137 | desired)
5138 | case (.acquiringAndReleasing, .acquiring):
5139 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5140 | pointer._extract,
5141 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5144:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5142 | desired)
5143 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5144 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5145 | pointer._extract,
5146 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5149:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5147 | desired)
5148 | case (.sequentiallyConsistent, .relaxed):
5149 | exchanged = _sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5150 | pointer._extract,
5151 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5154:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5152 | desired)
5153 | case (.sequentiallyConsistent, .acquiring):
5154 | exchanged = _sa_cmpxchg_strong_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5155 | pointer._extract,
5156 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5159:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5157 | desired)
5158 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5159 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5160 | pointer._extract,
5161 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5186:19: error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5184 | switch (successOrdering, failureOrdering) {
5185 | case (.relaxed, .relaxed):
5186 | exchanged = _sa_cmpxchg_weak_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5187 | pointer._extract,
5188 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5191:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5189 | desired)
5190 | case (.relaxed, .acquiring):
5191 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5192 | pointer._extract,
5193 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5196:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5194 | desired)
5195 | case (.relaxed, .sequentiallyConsistent):
5196 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5197 | pointer._extract,
5198 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5201:19: error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5199 | desired)
5200 | case (.acquiring, .relaxed):
5201 | exchanged = _sa_cmpxchg_weak_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5202 | pointer._extract,
5203 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5206:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5204 | desired)
5205 | case (.acquiring, .acquiring):
5206 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5207 | pointer._extract,
5208 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5211:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5209 | desired)
5210 | case (.acquiring, .sequentiallyConsistent):
5211 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5212 | pointer._extract,
5213 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5216:19: error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5214 | desired)
5215 | case (.releasing, .relaxed):
5216 | exchanged = _sa_cmpxchg_weak_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5217 | pointer._extract,
5218 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5221:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5219 | desired)
5220 | case (.releasing, .acquiring):
5221 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5222 | pointer._extract,
5223 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5226:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5224 | desired)
5225 | case (.releasing, .sequentiallyConsistent):
5226 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5227 | pointer._extract,
5228 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5231:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5229 | desired)
5230 | case (.acquiringAndReleasing, .relaxed):
5231 | exchanged = _sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5232 | pointer._extract,
5233 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5236:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5234 | desired)
5235 | case (.acquiringAndReleasing, .acquiring):
5236 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5237 | pointer._extract,
5238 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5241:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5239 | desired)
5240 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5241 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5242 | pointer._extract,
5243 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5246:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5244 | desired)
5245 | case (.sequentiallyConsistent, .relaxed):
5246 | exchanged = _sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5247 | pointer._extract,
5248 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5251:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5249 | desired)
5250 | case (.sequentiallyConsistent, .acquiring):
5251 | exchanged = _sa_cmpxchg_weak_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5252 | pointer._extract,
5253 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5256:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5254 | desired)
5255 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5256 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5257 | pointer._extract,
5258 | &expected,
[13/14] Compiling Atomics HighLevelTypes.swift
[14/14] Compiling Atomics IntegerConformances.swift
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4954:23: error: cannot find '_sa_prepare_DoubleWord' in scope
4952 | @inline(__always) @_alwaysEmitIntoClient
4953 | public init(_ value: Value) {
4954 | self._storage = _sa_prepare_DoubleWord(value)
| `- error: cannot find '_sa_prepare_DoubleWord' in scope
4955 | }
4956 |
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4959:7: error: cannot find '_sa_dispose_DoubleWord' in scope
4957 | @inline(__always) @_alwaysEmitIntoClient
4958 | public func dispose() -> Value {
4959 | _sa_dispose_DoubleWord(_storage)
| `- error: cannot find '_sa_dispose_DoubleWord' in scope
4960 | }
4961 | }
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4983:14: error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4981 | switch ordering {
4982 | case .relaxed:
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_relaxed_DoubleWord' in scope
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4985:14: error: cannot find '_sa_load_acquire_DoubleWord' in scope
4983 | return _sa_load_relaxed_DoubleWord(pointer._extract)
4984 | case .acquiring:
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_acquire_DoubleWord' in scope
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:4987:14: error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4985 | return _sa_load_acquire_DoubleWord(pointer._extract)
4986 | case .sequentiallyConsistent:
4987 | return _sa_load_seq_cst_DoubleWord(pointer._extract)
| `- error: cannot find '_sa_load_seq_cst_DoubleWord' in scope
4988 | default:
4989 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5002:7: error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5000 | switch ordering {
5001 | case .relaxed:
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_relaxed_DoubleWord' in scope
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5004:7: error: cannot find '_sa_store_release_DoubleWord' in scope
5002 | _sa_store_relaxed_DoubleWord(pointer._extract, desired)
5003 | case .releasing:
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_release_DoubleWord' in scope
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5006:7: error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5004 | _sa_store_release_DoubleWord(pointer._extract, desired)
5005 | case .sequentiallyConsistent:
5006 | _sa_store_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_store_seq_cst_DoubleWord' in scope
5007 | default:
5008 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5021:14: error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5019 | switch ordering {
5020 | case .relaxed:
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_relaxed_DoubleWord' in scope
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5023:14: error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5021 | return _sa_exchange_relaxed_DoubleWord(pointer._extract, desired)
5022 | case .acquiring:
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acquire_DoubleWord' in scope
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5025:14: error: cannot find '_sa_exchange_release_DoubleWord' in scope
5023 | return _sa_exchange_acquire_DoubleWord(pointer._extract, desired)
5024 | case .releasing:
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_release_DoubleWord' in scope
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5027:14: error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5025 | return _sa_exchange_release_DoubleWord(pointer._extract, desired)
5026 | case .acquiringAndReleasing:
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_acq_rel_DoubleWord' in scope
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5029:14: error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5027 | return _sa_exchange_acq_rel_DoubleWord(pointer._extract, desired)
5028 | case .sequentiallyConsistent:
5029 | return _sa_exchange_seq_cst_DoubleWord(pointer._extract, desired)
| `- error: cannot find '_sa_exchange_seq_cst_DoubleWord' in scope
5030 | default:
5031 | fatalError("Unsupported ordering")
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5047:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5045 | switch ordering {
5046 | case .relaxed:
5047 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5048 | pointer._extract,
5049 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5051:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5049 | &expected, desired)
5050 | case .acquiring:
5051 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5052 | pointer._extract,
5053 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5055:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5053 | &expected, desired)
5054 | case .releasing:
5055 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5056 | pointer._extract,
5057 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5059:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5057 | &expected, desired)
5058 | case .acquiringAndReleasing:
5059 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5060 | pointer._extract,
5061 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5063:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5061 | &expected, desired)
5062 | case .sequentiallyConsistent:
5063 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5064 | pointer._extract,
5065 | &expected, desired)
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5089:19: error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5087 | switch (successOrdering, failureOrdering) {
5088 | case (.relaxed, .relaxed):
5089 | exchanged = _sa_cmpxchg_strong_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_relaxed_relaxed_DoubleWord' in scope
5090 | pointer._extract,
5091 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5094:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5092 | desired)
5093 | case (.relaxed, .acquiring):
5094 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5095 | pointer._extract,
5096 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5099:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5097 | desired)
5098 | case (.relaxed, .sequentiallyConsistent):
5099 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5100 | pointer._extract,
5101 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5104:19: error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5102 | desired)
5103 | case (.acquiring, .relaxed):
5104 | exchanged = _sa_cmpxchg_strong_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_relaxed_DoubleWord' in scope
5105 | pointer._extract,
5106 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5109:19: error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5107 | desired)
5108 | case (.acquiring, .acquiring):
5109 | exchanged = _sa_cmpxchg_strong_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acquire_acquire_DoubleWord' in scope
5110 | pointer._extract,
5111 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5114:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5112 | desired)
5113 | case (.acquiring, .sequentiallyConsistent):
5114 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5115 | pointer._extract,
5116 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5119:19: error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5117 | desired)
5118 | case (.releasing, .relaxed):
5119 | exchanged = _sa_cmpxchg_strong_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_release_relaxed_DoubleWord' in scope
5120 | pointer._extract,
5121 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5124:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5122 | desired)
5123 | case (.releasing, .acquiring):
5124 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5125 | pointer._extract,
5126 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5129:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5127 | desired)
5128 | case (.releasing, .sequentiallyConsistent):
5129 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5130 | pointer._extract,
5131 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5134:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5132 | desired)
5133 | case (.acquiringAndReleasing, .relaxed):
5134 | exchanged = _sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_relaxed_DoubleWord' in scope
5135 | pointer._extract,
5136 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5139:19: error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5137 | desired)
5138 | case (.acquiringAndReleasing, .acquiring):
5139 | exchanged = _sa_cmpxchg_strong_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_acq_rel_acquire_DoubleWord' in scope
5140 | pointer._extract,
5141 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5144:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5142 | desired)
5143 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5144 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5145 | pointer._extract,
5146 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5149:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5147 | desired)
5148 | case (.sequentiallyConsistent, .relaxed):
5149 | exchanged = _sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_relaxed_DoubleWord' in scope
5150 | pointer._extract,
5151 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5154:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5152 | desired)
5153 | case (.sequentiallyConsistent, .acquiring):
5154 | exchanged = _sa_cmpxchg_strong_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_acquire_DoubleWord' in scope
5155 | pointer._extract,
5156 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5159:19: error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5157 | desired)
5158 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5159 | exchanged = _sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_strong_seq_cst_seq_cst_DoubleWord' in scope
5160 | pointer._extract,
5161 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5186:19: error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5184 | switch (successOrdering, failureOrdering) {
5185 | case (.relaxed, .relaxed):
5186 | exchanged = _sa_cmpxchg_weak_relaxed_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_relaxed_relaxed_DoubleWord' in scope
5187 | pointer._extract,
5188 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5191:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5189 | desired)
5190 | case (.relaxed, .acquiring):
5191 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5192 | pointer._extract,
5193 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5196:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5194 | desired)
5195 | case (.relaxed, .sequentiallyConsistent):
5196 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5197 | pointer._extract,
5198 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5201:19: error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5199 | desired)
5200 | case (.acquiring, .relaxed):
5201 | exchanged = _sa_cmpxchg_weak_acquire_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_relaxed_DoubleWord' in scope
5202 | pointer._extract,
5203 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5206:19: error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5204 | desired)
5205 | case (.acquiring, .acquiring):
5206 | exchanged = _sa_cmpxchg_weak_acquire_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acquire_acquire_DoubleWord' in scope
5207 | pointer._extract,
5208 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5211:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5209 | desired)
5210 | case (.acquiring, .sequentiallyConsistent):
5211 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5212 | pointer._extract,
5213 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5216:19: error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5214 | desired)
5215 | case (.releasing, .relaxed):
5216 | exchanged = _sa_cmpxchg_weak_release_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_release_relaxed_DoubleWord' in scope
5217 | pointer._extract,
5218 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5221:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5219 | desired)
5220 | case (.releasing, .acquiring):
5221 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5222 | pointer._extract,
5223 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5226:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5224 | desired)
5225 | case (.releasing, .sequentiallyConsistent):
5226 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5227 | pointer._extract,
5228 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5231:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5229 | desired)
5230 | case (.acquiringAndReleasing, .relaxed):
5231 | exchanged = _sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_relaxed_DoubleWord' in scope
5232 | pointer._extract,
5233 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5236:19: error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5234 | desired)
5235 | case (.acquiringAndReleasing, .acquiring):
5236 | exchanged = _sa_cmpxchg_weak_acq_rel_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_acq_rel_acquire_DoubleWord' in scope
5237 | pointer._extract,
5238 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5241:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5239 | desired)
5240 | case (.acquiringAndReleasing, .sequentiallyConsistent):
5241 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5242 | pointer._extract,
5243 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5246:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5244 | desired)
5245 | case (.sequentiallyConsistent, .relaxed):
5246 | exchanged = _sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_relaxed_DoubleWord' in scope
5247 | pointer._extract,
5248 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5251:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5249 | desired)
5250 | case (.sequentiallyConsistent, .acquiring):
5251 | exchanged = _sa_cmpxchg_weak_seq_cst_acquire_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_acquire_DoubleWord' in scope
5252 | pointer._extract,
5253 | &expected,
/host/spi-builder-workspace/.build/checkouts/swift-atomics/Sources/Atomics/autogenerated/IntegerConformances.swift:5256:19: error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5254 | desired)
5255 | case (.sequentiallyConsistent, .sequentiallyConsistent):
5256 | exchanged = _sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord(
| `- error: cannot find '_sa_cmpxchg_weak_seq_cst_seq_cst_DoubleWord' in scope
5257 | pointer._extract,
5258 | &expected,
BUILD FAILURE 6.1 wasm