The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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:         android
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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/ddddxxx/Semver.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/apple/swift-atomics.git
[1/398] Fetching semver
[399/2108] Fetching semver, swift-atomics
[707/16863] Fetching semver, swift-atomics, quick
[3748/36447] Fetching semver, swift-atomics, quick, nimble
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
[22234/34737] Fetching semver, quick, nimble
Fetched https://github.com/ddddxxx/Semver.git from cache (2.41s)
Fetched https://github.com/Quick/Quick.git from cache (2.42s)
Fetched https://github.com/Quick/Nimble.git from cache (2.46s)
Computing version for https://github.com/ddddxxx/Semver.git
Computed https://github.com/ddddxxx/Semver.git at 0.2.1 (3.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (0.89s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.93s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.36s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (3.61s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.88s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.31s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.53s)
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/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
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/ddddxxx/Semver.git
Working copy of https://github.com/ddddxxx/Semver.git resolved at 0.2.1
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Building for debugging...
[0/13] Write sources
[11/13] Compiling _AtomicsShims.c
[12/13] Write swift-version-24593BA9C3E375BF.txt
[14/111] 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 {
[15/111] Emitting module Quick
[16/114] Compiling _CXCompatible Optional.swift
[17/114] Compiling _CXCompatible FlatMap.swift
[18/114] Compiling _CXCompatible SwitchToLatest.swift
[19/114] Compiling _CXCompatible Swift.swift
[20/114] Compiling Atomics AtomicLazyReference.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/115] 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 |
[22/115] 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 |
[23/115] 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 |
[24/115] 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 |
[25/115] 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 |
[26/115] Compiling Nimble AdapterProtocols.swift
[27/115] Compiling Nimble AssertionDispatcher.swift
[28/115] Compiling Nimble AssertionRecorder.swift
[29/115] Compiling Nimble NMBExpectation.swift
[30/115] Compiling Nimble NMBObjCMatcher.swift
[31/115] Compiling Nimble NimbleEnvironment.swift
[32/115] Compiling Nimble NimbleXCTestHandler.swift
[33/115] Compiling Nimble ExceptionCapture.swift
[34/115] Emitting module Atomics
/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/50] 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 |
[3/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 |
[4/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/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 |
[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 |
[7/99] Compiling _CXCompatible Optional.swift
BUILD FAILURE 6.1 android