The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CombineX, reference 0.4.0 (98096c), with Swift 6.1 for Wasm on 28 May 2025 00:39:56 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/cx-org/CombineX.git
Reference: 0.4.0
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/cx-org/CombineX
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 98096c6 Merge pull request #125 from luoxiu/feature/prepare-for-0.4.0
Submodule path 'CXShim': checked out '07309a901b26c043c33d04746ff96d6caaa99737'
Submodule path 'CXTest': checked out '37c165eab3505d1f1e3bb7f12518db5ff4fad569'
Submodule 'CXShim' (https://github.com/cx-org/CXShim) registered for path 'CXShim'
Submodule 'CXTest' (https://github.com/cx-org/CXTest) registered for path 'CXTest'
Cloning into '/host/spi-builder-workspace/CXShim'...
Cloning into '/host/spi-builder-workspace/CXTest'...
Cloned https://github.com/cx-org/CombineX.git
Revision (git rev-parse @):
98096c6b2a51481cb6e4bae8da0a808d8cab09a1
SUCCESS checkout https://github.com/cx-org/CombineX.git at 0.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/cx-org/CombineX.git
https://github.com/cx-org/CombineX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "quick",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Quick.git"
    },
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "9.0.0",
            "upper_bound" : "10.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble.git"
    },
    {
      "identity" : "semver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ddddxxx/Semver.git"
    }
  ],
  "manifest_display_name" : "CombineX",
  "name" : "CombineX",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CombineX",
      "targets" : [
        "CombineX",
        "CXFoundation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CXTest",
      "module_type" : "SwiftTarget",
      "name" : "_CXTest",
      "path" : "Sources/_CXTest",
      "sources" : [
        "Common/BinaryHeap.swift",
        "Common/Const.swift",
        "Common/GlobalCounter.swift",
        "Common/Locking.swift",
        "Common/Math.swift",
        "CompletionExtensions.swift",
        "TracingSubscriber.swift",
        "TracingSubscription.swift",
        "TransparentPublisher.swift",
        "VirtualTime.swift",
        "VirtualTimeScheduler.swift"
      ],
      "target_dependencies" : [
        "_CXShim"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CXShim",
      "module_type" : "SwiftTarget",
      "name" : "_CXShim",
      "path" : "Sources/_CXShim",
      "sources" : [
        "@_exported.swift"
      ],
      "target_dependencies" : [
        "CombineX",
        "CXFoundation"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_CXCompatible",
      "module_type" : "SwiftTarget",
      "name" : "_CXCompatible",
      "path" : "Sources/_CXCompatible",
      "sources" : [
        "CXNamespace.swift",
        "Dispatch.swift",
        "Foundation.swift",
        "Polyfill/FlatMap.swift",
        "Polyfill/Optional.swift",
        "Polyfill/SwitchToLatest.swift",
        "Swift.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CombineXTests",
      "module_type" : "SwiftTarget",
      "name" : "CombineXTests",
      "path" : "Tests/CombineXTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "AnyCancellableSpec.swift",
        "AnySubscriberSpec.swift",
        "CombineIdentifierSpec.swift",
        "DemandSpec.swift",
        "ObserableObjectSpec.swift",
        "PublishedSpec.swift",
        "Publishers/AssertNoFailureSpec.swift",
        "Publishers/AutoconnectSpec.swift",
        "Publishers/BufferSpec.swift",
        "Publishers/CollectByCountSpec.swift",
        "Publishers/CollectByTimeSpec.swift",
        "Publishers/CombineLatestSpec.swift",
        "Publishers/ConcatenateSpec.swift",
        "Publishers/DebounceSpec.swift",
        "Publishers/DelaySpec.swift",
        "Publishers/DropUntilOutputSpec.swift",
        "Publishers/EmptySpec.swift",
        "Publishers/FlatMapSpec.swift",
        "Publishers/FutureSpec.swift",
        "Publishers/HandleEventsSpec.swift",
        "Publishers/JustSpec.swift",
        "Publishers/MapErrorSpec.swift",
        "Publishers/MeasureIntervalSpec.swift",
        "Publishers/MergeSpec.swift",
        "Publishers/MulticastSpec.swift",
        "Publishers/OptionalSpec.swift",
        "Publishers/OutputSpec.swift",
        "Publishers/PrefixUntilOutputSpec.swift",
        "Publishers/PrintSpec.swift",
        "Publishers/ReceiveOnSpec.swift",
        "Publishers/RecordSpec.swift",
        "Publishers/RemoveDuplicatesSpec.swift",
        "Publishers/ReplaceEmptySpec.swift",
        "Publishers/ReplaceErrorSpec.swift",
        "Publishers/ResultSpec.swift",
        "Publishers/RetrySpec.swift",
        "Publishers/SequenceSpec.swift",
        "Publishers/ShareSpec.swift",
        "Publishers/SubscribeOnSpec.swift",
        "Publishers/SwitchToLatestSpec.swift",
        "Publishers/ThrottleSpec.swift",
        "Publishers/TimeoutSpec.swift",
        "Publishers/TryAllSatisfySpec.swift",
        "Publishers/TryCatchSpec.swift",
        "Publishers/TryCompactMapSpec.swift",
        "Publishers/TryDropWhileSpec.swift",
        "Publishers/TryPrefixWhileSpec.swift",
        "Publishers/TryReduceSpec.swift",
        "Publishers/TryRemoveDuplicatesSpec.swift",
        "Publishers/TryScanSpec.swift",
        "Publishers/ZipSpec.swift",
        "Scheduler/ImmediateSchedulerSpec.swift",
        "Subjects/CurrentValueSubjectSpec.swift",
        "Subjects/PassthroughSubjectSpec.swift",
        "Subscribers/AssignSpec.swift",
        "Subscribers/SinkSpec.swift",
        "Typealias.swift"
      ],
      "target_dependencies" : [
        "CXTestUtility",
        "CXUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CombineX",
      "module_type" : "SwiftTarget",
      "name" : "CombineX",
      "path" : "Sources/CombineX",
      "product_dependencies" : [
        "Atomics"
      ],
      "product_memberships" : [
        "CombineX"
      ],
      "sources" : [
        "AnyCancellable.swift",
        "AnyPublisher.swift",
        "AnySubscriber.swift",
        "CXNamespace.swift",
        "Cancellable.swift",
        "Coding.swift",
        "CombineIdentifier.swift",
        "ConnectablePublisher.swift",
        "CustomCombineIdentifierConvertible.swift",
        "Internal/CircularBuffer.swift",
        "Internal/DemandState.swift",
        "Internal/Extensions/Completion+extensions.swift",
        "Internal/Extensions/Never+reasons.swift",
        "Internal/Extensions/Result+extensions.swift",
        "Internal/LinkedList.swift",
        "Internal/ObserableObjectCache.swift",
        "Internal/OptionalProtocol.swift",
        "Internal/PeekableIterator.swift",
        "Internal/RelayState.swift",
        "Internal/Runtime.swift",
        "Internal/WeakHashBox.swift",
        "ObservableObject.swift",
        "Published.swift",
        "Publisher.swift",
        "Publishers/B/CollectByCount.swift",
        "Publishers/B/Combined/AllSatisfy.swift",
        "Publishers/B/Combined/AssertNoFailure.swift",
        "Publishers/B/Combined/Catch.swift",
        "Publishers/B/Combined/Collect.swift",
        "Publishers/B/Combined/CombineLatest+.swift",
        "Publishers/B/Combined/CompactMap.swift",
        "Publishers/B/Combined/Comparison.swift",
        "Publishers/B/Combined/Contains.swift",
        "Publishers/B/Combined/ContainsWhere.swift",
        "Publishers/B/Combined/Count.swift",
        "Publishers/B/Combined/Decode.swift",
        "Publishers/B/Combined/Drop.swift",
        "Publishers/B/Combined/DropWhile.swift",
        "Publishers/B/Combined/Encode.swift",
        "Publishers/B/Combined/Filter.swift",
        "Publishers/B/Combined/First.swift",
        "Publishers/B/Combined/FirstWhere.swift",
        "Publishers/B/Combined/IgnoreOutput.swift",
        "Publishers/B/Combined/Last.swift",
        "Publishers/B/Combined/LastWhere.swift",
        "Publishers/B/Combined/Map.swift",
        "Publishers/B/Combined/MapKeyPath.swift",
        "Publishers/B/Combined/Merge+.swift",
        "Publishers/B/Combined/PrefixWhile.swift",
        "Publishers/B/Combined/Reduce.swift",
        "Publishers/B/Combined/RemoveDuplicates.swift",
        "Publishers/B/Combined/Retry.swift",
        "Publishers/B/Combined/Scan.swift",
        "Publishers/B/Combined/TryCombineLatest+.swift",
        "Publishers/B/Combined/TryComparison.swift",
        "Publishers/B/Combined/TryContainsWhere.swift",
        "Publishers/B/Combined/TryFilter.swift",
        "Publishers/B/Combined/TryFirstWhere.swift",
        "Publishers/B/Combined/TryLastWhere.swift",
        "Publishers/B/Combined/TryMap.swift",
        "Publishers/B/Combined/Zip+.swift",
        "Publishers/B/Concatenate.swift",
        "Publishers/B/Deferred.swift",
        "Publishers/B/Delay.swift",
        "Publishers/B/DropUntilOutput.swift",
        "Publishers/B/Empty.swift",
        "Publishers/B/Fail.swift",
        "Publishers/B/FlatMap.swift",
        "Publishers/B/Just.swift",
        "Publishers/B/MapError.swift",
        "Publishers/B/MeasureInterval.swift",
        "Publishers/B/Merge.swift",
        "Publishers/B/Optional.Publisher.swift",
        "Publishers/B/Output.swift",
        "Publishers/B/PrefixUntilOutput.swift",
        "Publishers/B/Print.swift",
        "Publishers/B/Publishers.swift",
        "Publishers/B/ReceiveOn.swift",
        "Publishers/B/Record.swift",
        "Publishers/B/ReplaceEmpty.swift",
        "Publishers/B/ReplaceError.swift",
        "Publishers/B/Result.Publisher.swift",
        "Publishers/B/Sequence.swift",
        "Publishers/B/SetFailureType.swift",
        "Publishers/B/SubscribeOn.swift",
        "Publishers/B/TryAllSatisfy.swift",
        "Publishers/B/TryCatch.swift",
        "Publishers/B/TryCombineLatest.swift",
        "Publishers/B/TryCompactMap.swift",
        "Publishers/B/TryDropWhile.swift",
        "Publishers/B/TryPrefixWhile.swift",
        "Publishers/B/TryReduce.swift",
        "Publishers/B/TryRemoveDuplicates.swift",
        "Publishers/B/TryScan.swift",
        "Publishers/B/Zip.swift",
        "Publishers/C/Autoconnect.swift",
        "Publishers/C/Future.swift",
        "Publishers/C/MakeConnectable.swift",
        "Publishers/C/Multicast.swift",
        "Publishers/C/Share.swift",
        "Publishers/D/BreakPoint.swift",
        "Publishers/D/Buffer.swift",
        "Publishers/D/CollectByTime.swift",
        "Publishers/D/CombineLatest.swift",
        "Publishers/D/Debounce.swift",
        "Publishers/D/HandleEvents.swift",
        "Publishers/D/SwitchToLatest.swift",
        "Publishers/D/Throttle.swift",
        "Publishers/D/Timeout.swift",
        "Scheduler.swift",
        "SchedulerTimeIntervalConvertible.swift",
        "Schedulers/ImmediateScheduler.swift",
        "Subject.swift",
        "Subjects/CurrentValueSubject.swift",
        "Subjects/PassthroughSubject.swift",
        "Subscriber.swift",
        "Subscribers/Assign.swift",
        "Subscribers/Completion.swift",
        "Subscribers/Demand.swift",
        "Subscribers/Sink.swift",
        "Subscribers/Subscribers.swift",
        "Subscription.swift",
        "Subscriptions/EmptySubscription.swift",
        "Subscriptions/Subscriptions.swift"
      ],
      "target_dependencies" : [
        "CXUtility"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CXUtility",
      "module_type" : "SwiftTarget",
      "name" : "CXUtility",
      "path" : "Sources/CXUtility",
      "product_memberships" : [
        "CombineX"
      ],
      "sources" : [
        "Const.swift",
        "LockedAtomic.swift",
        "Locking.swift",
        "Math.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CXTestUtility",
      "module_type" : "SwiftTarget",
      "name" : "CXTestUtility",
      "path" : "Sources/CXTestUtility",
      "product_dependencies" : [
        "Semver",
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "@_exported.swift",
        "Common.swift",
        "Extensions/DispatchQueue+extensions.swift",
        "Extensions/Int+loop.swift",
        "Extensions/Sequence+scan.swift",
        "Extensions/Subject+send.swift",
        "Extensions/TracingSubscriber+extensions.swift",
        "Inconsistent/BranchExpectation.swift",
        "Inconsistent/VersioningExpectation.swift",
        "Predicate.swift",
        "TestError.swift",
        "TestTimeline.swift",
        "TracingSubject.swift"
      ],
      "target_dependencies" : [
        "CXUtility",
        "_CXShim",
        "_CXTest"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CXInconsistentTests",
      "module_type" : "SwiftTarget",
      "name" : "CXInconsistentTests",
      "path" : "Tests/CXInconsistentTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "FailingTests/FailingBufferSpec.swift",
        "FailingTests/FailingFlatMapSpec.swift",
        "FailingTests/FailingSubjectSpec.swift",
        "FailingTests/FailingTimerSpec.swift",
        "Fixed/FixedSpec.swift",
        "SuspiciousBehaviour/SuspiciousBufferSpec.swift",
        "SuspiciousBehaviour/SuspiciousDemandSpec.swift",
        "SuspiciousBehaviour/SuspiciousSwitchToLatestSpec.swift",
        "Versioning/VersioningAssignSpec.swift",
        "Versioning/VersioningCollectByTimeSpec.swift",
        "Versioning/VersioningDelaySpec.swift",
        "Versioning/VersioningFutureSpec.swift",
        "Versioning/VersioningObserableObjectSpec.swift",
        "Versioning/VersioningReceiveOnSpec.swift",
        "Versioning/VersioningSinkSpec.swift",
        "Versioning/VersioningSwitchToLatestSpec.swift"
      ],
      "target_dependencies" : [
        "CXTestUtility",
        "CXUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CXFoundationTests",
      "module_type" : "SwiftTarget",
      "name" : "CXFoundationTests",
      "path" : "Tests/CXFoundationTests",
      "product_dependencies" : [
        "Quick",
        "Nimble"
      ],
      "sources" : [
        "CoderSpec.swift",
        "KeyValueObservingSpec.swift",
        "NotificationCenterSpec.swift",
        "SchedulerSpec.swift",
        "TimerSpec.swift",
        "URLSessionSpec.swift"
      ],
      "target_dependencies" : [
        "CXTestUtility"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CXFoundation",
      "module_type" : "SwiftTarget",
      "name" : "CXFoundation",
      "path" : "Sources/CXFoundation",
      "product_memberships" : [
        "CombineX"
      ],
      "sources" : [
        "DispatchQueue.swift",
        "Internal/Polyfill.swift",
        "JSONDecoder.swift",
        "JSONEncoder.swift",
        "NSObject.swift",
        "NotificationCenter.swift",
        "OperationQueue.swift",
        "PropertyListDecoder.swift",
        "PropertyListEncoder.swift",
        "Publishers+KeyValueObserving.swift",
        "RunLoop.swift",
        "Timer.swift",
        "URLSession.swift"
      ],
      "target_dependencies" : [
        "CXUtility",
        "CombineX"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ddddxxx/Semver.git
[1/14755] Fetching quick
[739/15153] Fetching quick, semver
[1449/16863] Fetching quick, semver, swift-atomics
[3178/36447] Fetching quick, semver, swift-atomics, nimble
Fetched https://github.com/apple/swift-atomics.git from cache (0.75s)
[23522/34737] Fetching quick, semver, nimble
Fetched https://github.com/Quick/Quick.git from cache (2.31s)
Fetched https://github.com/ddddxxx/Semver.git from cache (2.31s)
Fetched https://github.com/Quick/Nimble.git from cache (2.36s)
Computing version for https://github.com/ddddxxx/Semver.git
Computed https://github.com/ddddxxx/Semver.git at 0.2.1 (3.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.03s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.94s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.35s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (1.33s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.96s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.33s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.34s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/ddddxxx/Semver.git
Working copy of https://github.com/ddddxxx/Semver.git resolved at 0.2.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.2
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
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/13] Write sources
[11/13] Compiling _AtomicsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/111] Emitting module Quick
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/114] Emitting module Nimble
/host/spi-builder-workspace/.build/checkouts/Nimble/Sources/Nimble/Adapters/NimbleEnvironment.swift:1:8: error: no such module 'Dispatch'
 1 | import Dispatch
   |        `- error: no such module 'Dispatch'
 2 | import class Foundation.NSObject
 3 | import class Foundation.Thread
[16/120] Compiling Atomics AtomicLazyReference.swift
[17/121] Compiling _CXCompatible Swift.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/121] 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,
[19/121] Compiling CXUtility Math.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[20/121] Compiling _CXCompatible SwitchToLatest.swift
[21/121] Compiling CXUtility Locking.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[22/121] Compiling CXUtility Const.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/121] Emitting module CXUtility
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[24/121] Compiling CXUtility LockedAtomic.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[25/121] Compiling _CXCompatible FlatMap.swift
[26/121] Compiling _CXCompatible Optional.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/121] Emitting module _CXCompatible
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:9:1: warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 7 | #endif
 8 |
 9 | extension NSObject: CXSelfWrapping {}
   | `- warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:10:1: warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 8 |
 9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
   | `- warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
11 | extension JSONDecoder: CXSelfWrapping {}
12 |
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:11:1: warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
   | `- warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
12 |
13 | extension CXWrappers {
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:17:54: error: no type named 'NotificationCenter' in module 'Foundation'
15 |     public typealias JSONEncoder = Foundation.JSONEncoder
16 |     public typealias JSONDecoder = Foundation.JSONDecoder
17 |     public typealias NotificationCenter = Foundation.NotificationCenter
   |                                                      `- error: no type named 'NotificationCenter' in module 'Foundation'
18 |     public typealias OperationQueue = Foundation.OperationQueue
19 |     public typealias RunLoop = Foundation.RunLoop
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:18:50: error: no type named 'OperationQueue' in module 'Foundation'
16 |     public typealias JSONDecoder = Foundation.JSONDecoder
17 |     public typealias NotificationCenter = Foundation.NotificationCenter
18 |     public typealias OperationQueue = Foundation.OperationQueue
   |                                                  `- error: no type named 'OperationQueue' in module 'Foundation'
19 |     public typealias RunLoop = Foundation.RunLoop
20 |     public typealias Timer = Foundation.Timer
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:24:46: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 |     public typealias URLSession = FoundationNetworking.URLSession
23 |     #else
24 |     public typealias URLSession = Foundation.URLSession
   |                                              `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
25 |     #endif
26 | }
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[28/121] Emitting module Semver
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/99] Compiling CXUtility Math.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/99] Emitting module CXUtility
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[4/99] Compiling _CXCompatible SwitchToLatest.swift
[5/99] Compiling CXUtility Const.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[6/99] Compiling CXUtility LockedAtomic.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/99] Compiling _CXCompatible CXNamespace.swift
[8/99] Emitting module _CXCompatible
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:9:1: warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 7 | #endif
 8 |
 9 | extension NSObject: CXSelfWrapping {}
   | `- warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:10:1: warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 8 |
 9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
   | `- warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
11 | extension JSONDecoder: CXSelfWrapping {}
12 |
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:11:1: warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
   | `- warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
12 |
13 | extension CXWrappers {
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:17:54: error: no type named 'NotificationCenter' in module 'Foundation'
15 |     public typealias JSONEncoder = Foundation.JSONEncoder
16 |     public typealias JSONDecoder = Foundation.JSONDecoder
17 |     public typealias NotificationCenter = Foundation.NotificationCenter
   |                                                      `- error: no type named 'NotificationCenter' in module 'Foundation'
18 |     public typealias OperationQueue = Foundation.OperationQueue
19 |     public typealias RunLoop = Foundation.RunLoop
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:18:50: error: no type named 'OperationQueue' in module 'Foundation'
16 |     public typealias JSONDecoder = Foundation.JSONDecoder
17 |     public typealias NotificationCenter = Foundation.NotificationCenter
18 |     public typealias OperationQueue = Foundation.OperationQueue
   |                                                  `- error: no type named 'OperationQueue' in module 'Foundation'
19 |     public typealias RunLoop = Foundation.RunLoop
20 |     public typealias Timer = Foundation.Timer
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:24:46: error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
22 |     public typealias URLSession = FoundationNetworking.URLSession
23 |     #else
24 |     public typealias URLSession = Foundation.URLSession
   |                                              `- error: 'URLSession' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
25 |     #endif
26 | }
Foundation.URLSession:2:18: note: 'URLSession' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLSession = AnyObject
  |                  `- note: 'URLSession' has been explicitly marked unavailable here
[9/99] Compiling _CXCompatible FlatMap.swift
[10/99] Compiling _CXCompatible Optional.swift
[11/99] Compiling _CXCompatible Swift.swift
[12/99] Compiling CXUtility Locking.swift
/host/spi-builder-workspace/Sources/CXUtility/Locking.swift:7:8: error: no such module 'Darwin.C'
  5 | import WinSDK
  6 | #else
  7 | import Darwin.C
    |        `- error: no such module 'Darwin.C'
  8 | #endif
  9 |
[13/99] Compiling Nimble BeAKindOf.swift
[14/99] Compiling Nimble BeAnInstanceOf.swift
[15/99] Compiling _CXCompatible Dispatch.swift
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:9:1: warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 7 | #endif
 8 |
 9 | extension NSObject: CXSelfWrapping {}
   | `- warning: non-final class 'NSObject' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:10:1: warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 8 |
 9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
   | `- warning: non-final class 'JSONEncoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
11 | extension JSONDecoder: CXSelfWrapping {}
12 |
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:11:1: warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
 9 | extension NSObject: CXSelfWrapping {}
10 | extension JSONEncoder: CXSelfWrapping {}
11 | extension JSONDecoder: CXSelfWrapping {}
   | `- warning: non-final class 'JSONDecoder' cannot safely conform to protocol 'CXSelfWrapping', which requires that 'Self.Base' is exactly equal to 'Self'; this is an error in the Swift 6 language mode
12 |
13 | extension CXWrappers {
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:17:54: error: no type named 'NotificationCenter' in module 'Foundation'
15 |     public typealias JSONEncoder = Foundation.JSONEncoder
16 |     public typealias JSONDecoder = Foundation.JSONDecoder
17 |     public typealias NotificationCenter = Foundation.NotificationCenter
   |                                                      `- error: no type named 'NotificationCenter' in module 'Foundation'
18 |     public typealias OperationQueue = Foundation.OperationQueue
19 |     public typealias RunLoop = Foundation.RunLoop
/host/spi-builder-workspace/Sources/_CXCompatible/Foundation.swift:18:50: error: no type named 'OperationQueue' in module 'Foundation'
16 |     public typealias JSONDecoder = Foundation.JSONDecoder
17 |     public typealias NotificationCenter = Foundation.NotificationCenter
18 |     public typealias OperationQueue = Foundation.OperationQueue
   |                                                  `- error: no type named 'OperationQueue' in module 'Foundation'
19 |     public typealias RunLoop = Foundation.RunLoop
20 |     public typealias Timer = Foundation.Timer
[16/99] Emitting module Semver
BUILD FAILURE 6.1 wasm