The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncExtensions, reference main (a64160), with Swift 6.1 for Android on 20 Jan 2026 22:40:20 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sideeffect-io/AsyncExtensions.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/sideeffect-io/AsyncExtensions
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a64160a codex: address warnings and deprecations
Cloned https://github.com/sideeffect-io/AsyncExtensions.git
Revision (git rev-parse @):
a64160a15b0b04312f54fa00d65255a6c83626cf
SUCCESS checkout https://github.com/sideeffect-io/AsyncExtensions.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/sideeffect-io/AsyncExtensions.git
https://github.com/sideeffect-io/AsyncExtensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    }
  ],
  "manifest_display_name" : "AsyncExtensions",
  "name" : "AsyncExtensions",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncExtensions",
      "targets" : [
        "AsyncExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncExtensionsTests",
      "path" : "Tests",
      "sources" : [
        "AsyncChannels/AsyncBufferedChannelTests.swift",
        "AsyncChannels/AsyncBufferedThrowingChannelTests.swift",
        "AsyncSubjets/AsyncCurrentValueSubjectTests.swift",
        "AsyncSubjets/AsyncPassthroughSubjectTests.swift",
        "AsyncSubjets/AsyncReplaySubjectTests.swift",
        "AsyncSubjets/AsyncThrowingCurrentValueSubjectTests.swift",
        "AsyncSubjets/AsyncThrowingPassthroughSubjectTests.swift",
        "AsyncSubjets/AsyncThrowingReplaySubjectTests.swift",
        "AsyncSubjets/StreamedTests.swift",
        "Combiners/Merge/AsyncMergeSequenceTests.swift",
        "Combiners/WithLatestFrom/AsyncWithLatestFrom2SequenceTests.swift",
        "Combiners/WithLatestFrom/AsyncWithLatestFromSequenceTests.swift",
        "Combiners/Zip/AsyncZipSequenceTests.swift",
        "Creators/AsyncEmptySequenceTests.swift",
        "Creators/AsyncFailSequenceTests.swift",
        "Creators/AsyncJustSequenceTests.swift",
        "Creators/AsyncLazySequenceTests.swift",
        "Creators/AsyncStream+PipeTests.swift",
        "Creators/AsyncThrowingJustSequenceTests.swift",
        "Creators/AsyncTimerSequenceTests.swift",
        "Operators/AsyncHandleEventsSequenceTests.swift",
        "Operators/AsyncMapToResultSequenceTests.swift",
        "Operators/AsyncMulticastSequenceTests.swift",
        "Operators/AsyncPrependSequenceTests.swift",
        "Operators/AsyncScanSequenceTests.swift",
        "Operators/AsyncSequence+AssignTests.swift",
        "Operators/AsyncSequence+CollectTests.swift",
        "Operators/AsyncSequence+EraseToAnyAsyncSequenceTests.swift",
        "Operators/AsyncSequence+FlatMapLatestTests.swift",
        "Operators/AsyncSequence+ShareTests.swift",
        "Operators/AsyncSwitchToLatestSequenceTests.swift",
        "Supporting/Helpers.swift"
      ],
      "target_dependencies" : [
        "AsyncExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncExtensions",
      "module_type" : "SwiftTarget",
      "name" : "AsyncExtensions",
      "path" : "Sources",
      "product_dependencies" : [
        "Collections"
      ],
      "product_memberships" : [
        "AsyncExtensions"
      ],
      "sources" : [
        "AsyncChannels/AsyncBufferedChannel.swift",
        "AsyncChannels/AsyncThrowingBufferedChannel.swift",
        "AsyncSubjects/AsyncCurrentValueSubject.swift",
        "AsyncSubjects/AsyncPassthroughSubject.swift",
        "AsyncSubjects/AsyncReplaySubject.swift",
        "AsyncSubjects/AsyncSubject.swift",
        "AsyncSubjects/AsyncThrowingCurrentValueSubject.swift",
        "AsyncSubjects/AsyncThrowingPassthroughSubject.swift",
        "AsyncSubjects/AsyncThrowingReplaySubject.swift",
        "AsyncSubjects/Streamed.swift",
        "Combiners/Merge/AsyncMerge2Sequence.swift",
        "Combiners/Merge/AsyncMerge3Sequence.swift",
        "Combiners/Merge/AsyncMergeSequence.swift",
        "Combiners/Merge/MergeStateMachine.swift",
        "Combiners/WithLatestFrom/AsyncWithLatestFrom2Sequence.swift",
        "Combiners/WithLatestFrom/AsyncWithLatestFromSequence.swift",
        "Combiners/Zip/AsyncZip2Sequence.swift",
        "Combiners/Zip/AsyncZip3Sequence.swift",
        "Combiners/Zip/AsyncZipSequence.swift",
        "Combiners/Zip/Zip2Runtime.swift",
        "Combiners/Zip/Zip2StateMachine.swift",
        "Combiners/Zip/Zip3Runtime.swift",
        "Combiners/Zip/Zip3StateMachine.swift",
        "Combiners/Zip/ZipRuntime.swift",
        "Combiners/Zip/ZipStateMachine.swift",
        "Common/Termination.swift",
        "Creators/AsyncEmptySequence.swift",
        "Creators/AsyncFailSequence.swift",
        "Creators/AsyncJustSequence.swift",
        "Creators/AsyncLazySequence.swift",
        "Creators/AsyncStream+Pipe.swift",
        "Creators/AsyncThrowingJustSequence.swift",
        "Creators/AsyncTimerSequence.swift",
        "Operators/AsyncHandleEventsSequence.swift",
        "Operators/AsyncMapToResultSequence.swift",
        "Operators/AsyncMulticastSequence.swift",
        "Operators/AsyncPrependSequence.swift",
        "Operators/AsyncScanSequence.swift",
        "Operators/AsyncSequence+Assign.swift",
        "Operators/AsyncSequence+Collect.swift",
        "Operators/AsyncSequence+EraseToAnyAsyncSequence.swift",
        "Operators/AsyncSequence+FlatMapLatest.swift",
        "Operators/AsyncSequence+Share.swift",
        "Operators/AsyncSwitchToLatestSequence.swift",
        "Supporting/ManagedCriticalState.swift",
        "Supporting/Regulator.swift",
        "Supporting/Result+ErrorMechanism.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/18671] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.61s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/26] Compiling InternalCollectionsUtilities _SortedCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/26] Compiling InternalCollectionsUtilities _UniqueCollection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/28] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/28] Compiling InternalCollectionsUtilities LifetimeOverride.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/28] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/28] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/28] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/28] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/28] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/28] Compiling InternalCollectionsUtilities Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/28] Compiling InternalCollectionsUtilities Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/28] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/28] Compiling InternalCollectionsUtilities Integer rank.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/28] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/28] Emitting module InternalCollectionsUtilities
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/303] Compiling HeapModule Heap+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/303] Compiling HeapModule Heap+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/303] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/303] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/305] Compiling HeapModule _HeapNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/305] Compiling HeapModule Heap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/305] Compiling HashTreeCollections _HashLevel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/305] Compiling HashTreeCollections _HashNode+Builder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/305] Compiling HashTreeCollections _Bucket.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/305] Compiling HashTreeCollections _Hash.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/305] Emitting module HeapModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/305] Compiling HeapModule Heap+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/306] Compiling HashTreeCollections _HashNode+Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/306] Compiling HashTreeCollections _HashNode+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/306] Compiling HashTreeCollections TreeSet+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/306] Compiling HashTreeCollections TreeSet+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/306] Compiling HashTreeCollections TreeSet+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/306] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/306] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/306] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/306] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/306] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/306] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/306] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/316] Compiling HashTreeCollections TreeDictionary+Collection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/316] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/316] Compiling HashTreeCollections TreeDictionary+Debugging.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/316] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/316] Compiling HashTreeCollections TreeDictionary+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/316] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/316] Compiling HashTreeCollections TreeDictionary+Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/316] Compiling HashTreeCollections TreeDictionary+Hashable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/316] Compiling HashTreeCollections TreeDictionary+Initializers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/316] Compiling HashTreeCollections TreeDictionary+Keys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/316] Compiling HashTreeCollections TreeDictionary+MapValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/316] Compiling HashTreeCollections TreeDictionary+Merge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/316] Compiling HashTreeCollections TreeDictionary+Sendable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/316] Compiling HashTreeCollections TreeDictionary+Sequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/323] Compiling DequeModule _DequeSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/323] Compiling DequeModule _UnsafeWrappedBuffer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/323] Compiling HashTreeCollections _HashNode+Invariants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/323] Compiling HashTreeCollections _HashNode+Lookups.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/323] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/323] Compiling HashTreeCollections _HashNode+Structural union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/323] Emitting module BitCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/330] Compiling HashTreeCollections _HashNode+Structural merge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/330] Compiling HashTreeCollections _HashTreeIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/330] Compiling HashTreeCollections _HashTreeStatistics.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/330] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/330] Compiling HashTreeCollections _RawHashNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/330] Compiling HashTreeCollections _UnmanagedHashNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/330] Compiling HashTreeCollections _UnsafePath.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/330] Compiling HashTreeCollections TreeDictionary+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/330] Compiling HashTreeCollections _HashNode+Storage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/330] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/330] Compiling HashTreeCollections _HashNode+Structural filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/330] Compiling HashTreeCollections _HashNode+Structural intersection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/330] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/330] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/330] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/330] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/330] Compiling HashTreeCollections _AncestorHashSlots.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/330] Compiling HashTreeCollections _Bitmap.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/330] Compiling BitCollections Range+Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/330] Compiling BitCollections Slice+Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/330] Compiling BitCollections UInt+Tricks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/330] Compiling BitCollections _Word.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/330] Compiling OrderedCollections OrderedSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/330] Compiling OrderedCollections _UnsafeBitset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/330] Compiling HashTreeCollections TreeSet+Equatable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/330] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/330] Compiling HashTreeCollections TreeSet+Extras.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/330] Compiling HashTreeCollections TreeSet+Filter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/330] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/330] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/330] Compiling HashTreeCollections _HashNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/330] Compiling HashTreeCollections _HashNodeHeader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[109/330] Compiling HashTreeCollections _HashSlot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[110/330] Compiling HashTreeCollections _HashStack.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[111/330] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[112/330] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[143/330] Compiling BitCollections BitSet.Index.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[144/330] Compiling BitCollections BitSet._UnsafeHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[145/330] Compiling BitCollections BitSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[146/330] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[147/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[148/330] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[149/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[150/330] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[151/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[152/330] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[153/330] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[154/330] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[155/330] Compiling HashTreeCollections TreeSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[156/330] Emitting module DequeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/341] Emitting module OrderedCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/342] Emitting module _RopeModule
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[284/342] Compiling _RopeModule Rope+Join.swift
[285/342] Compiling _RopeModule Rope+MutatingForEach.swift
[286/342] Compiling _RopeModule Rope+Remove.swift
[287/342] Compiling _RopeModule Rope+RemoveSubrange.swift
[288/342] Compiling _RopeModule Rope+Split.swift
[289/342] Compiling _RopeModule Optional Utilities.swift
[290/342] Compiling _RopeModule String Utilities.swift
[291/342] Compiling _RopeModule String.Index+ABI.swift
[292/342] Compiling _RopeModule _CharacterRecognizer.swift
[293/342] Emitting module HashTreeCollections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[345/346] Emitting module Collections
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[346/346] Compiling Collections Collections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[348/390] Emitting module AsyncExtensions
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[349/395] Compiling AsyncExtensions AsyncPrependSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[350/395] Compiling AsyncExtensions AsyncScanSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[351/395] Compiling AsyncExtensions AsyncSequence+Assign.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[352/395] Compiling AsyncExtensions AsyncSequence+Collect.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[353/395] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[354/395] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[355/395] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[356/395] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[357/395] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[358/395] Compiling AsyncExtensions Streamed.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[359/395] Compiling AsyncExtensions AsyncMerge2Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[360/395] Compiling AsyncExtensions AsyncMerge3Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[361/395] Compiling AsyncExtensions AsyncBufferedChannel.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[362/395] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[363/395] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[364/395] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[365/395] Compiling AsyncExtensions AsyncReplaySubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[366/395] Compiling AsyncExtensions AsyncSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[367/395] Compiling AsyncExtensions AsyncMergeSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[368/395] Compiling AsyncExtensions MergeStateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[369/395] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[370/395] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[371/395] Compiling AsyncExtensions AsyncZip2Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[372/395] Compiling AsyncExtensions AsyncZip3Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[373/395] Compiling AsyncExtensions AsyncZipSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[374/395] Compiling AsyncExtensions Zip2Runtime.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[375/395] Compiling AsyncExtensions Zip2StateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[376/395] Compiling AsyncExtensions Zip3Runtime.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[377/395] Compiling AsyncExtensions Zip3StateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[378/395] Compiling AsyncExtensions ZipRuntime.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[379/395] Compiling AsyncExtensions AsyncSequence+Share.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[380/395] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[381/395] Compiling AsyncExtensions ManagedCriticalState.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[382/395] Compiling AsyncExtensions Regulator.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[383/395] Compiling AsyncExtensions Result+ErrorMechanism.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[384/395] Compiling AsyncExtensions AsyncStream+Pipe.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[385/395] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[386/395] Compiling AsyncExtensions AsyncTimerSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[387/395] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[388/395] Compiling AsyncExtensions AsyncMapToResultSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[389/395] Compiling AsyncExtensions AsyncMulticastSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[390/395] Compiling AsyncExtensions ZipStateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[391/395] Compiling AsyncExtensions Termination.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[392/395] Compiling AsyncExtensions AsyncEmptySequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[393/395] Compiling AsyncExtensions AsyncFailSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[394/395] Compiling AsyncExtensions AsyncJustSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[395/395] Compiling AsyncExtensions AsyncLazySequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:59d1b5e7d2f3065c4a6b5e045771922b1e51742b0d69504dc6de4bec6728e3a4
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/17] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[3/17] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[4/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[5/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/19] Compiling InternalCollectionsUtilities Debugging.swift
[7/19] Compiling InternalCollectionsUtilities Descriptions.swift
[8/19] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[9/19] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[10/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[11/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[12/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[13/19] Compiling InternalCollectionsUtilities Integer rank.swift
[14/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[15/19] Emitting module InternalCollectionsUtilities
[16/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[17/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[18/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[19/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[21/97] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[22/97] Compiling HeapModule Heap+Invariants.swift
[23/97] Compiling HeapModule _HeapNode.swift
[24/145] Compiling HeapModule Heap+Descriptions.swift
[25/294] Compiling BitCollections BitArray+Extras.swift
[26/294] Compiling BitCollections BitArray+Fill.swift
[27/294] Compiling HeapModule Heap+UnsafeHandle.swift
[28/294] Compiling HeapModule Heap.swift
[29/296] Compiling BitCollections BitArray+Copy.swift
[30/296] Compiling BitCollections BitArray+CustomReflectable.swift
[31/296] Compiling BitCollections BitArray+Hashable.swift
[32/296] Compiling BitCollections BitArray+Initializers.swift
[33/296] Emitting module HeapModule
[34/297] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[35/297] Compiling BitCollections BitSet+CustomReflectable.swift
[36/297] Compiling BitCollections BitSet+CustomStringConvertible.swift
[37/297] Compiling BitCollections BitSet+Equatable.swift
[38/297] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[39/297] Compiling BitCollections BitSet+Extras.swift
[40/297] Compiling BitCollections BitSet+Hashable.swift
[41/297] Compiling BitCollections BitSet+Initializers.swift
[42/304] Compiling BitCollections BitSet+Invariants.swift
[43/304] Compiling BitCollections BitSet+Random.swift
[44/304] Compiling BitCollections BitSet+SetAlgebra basics.swift
[45/304] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[46/304] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[47/304] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[48/304] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[49/304] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[50/304] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[51/304] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[52/304] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[53/304] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[54/304] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[55/304] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[56/304] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[57/304] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[58/304] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[59/304] Compiling BitCollections BitSet+SetAlgebra union.swift
[60/304] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[61/304] Compiling BitCollections BitSet.Counted.swift
[62/304] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[63/304] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[64/304] Compiling BitCollections BitArray+Codable.swift
[65/304] Compiling BitCollections BitArray+Collection.swift
[66/304] Compiling BitCollections BitArray+Invariants.swift
[67/304] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[68/304] Compiling BitCollections BitArray+BitwiseOperations.swift
[69/304] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[71/304] Compiling DequeModule _DequeSlot.swift
[72/304] Compiling DequeModule _UnsafeWrappedBuffer.swift
[73/304] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[74/304] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[75/304] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/304] Compiling OrderedCollections OrderedSet+Testing.swift
[77/304] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/304] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/304] Compiling OrderedCollections OrderedSet.swift
[80/304] Compiling OrderedCollections _UnsafeBitset.swift
[81/304] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[82/304] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[83/304] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[84/304] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[85/314] Compiling BitCollections BitArray+RandomBits.swift
[86/314] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[87/314] Compiling BitCollections BitArray+Shifts.swift
[88/314] Compiling BitCollections BitArray+Testing.swift
[89/314] Compiling BitCollections BitArray._UnsafeHandle.swift
[90/314] Compiling BitCollections BitArray.swift
[91/314] Compiling BitCollections BitSet+BidirectionalCollection.swift
[92/314] Compiling BitCollections BitSet+Codable.swift
[101/314] Emitting module BitCollections
[110/321] Compiling BitCollections BitSet.Index.swift
[111/321] Compiling BitCollections BitSet._UnsafeHandle.swift
[112/321] Compiling BitCollections BitSet.swift
[113/321] Compiling HashTreeCollections TreeDictionary.swift
[114/321] Compiling HashTreeCollections TreeSet+Codable.swift
[115/321] Compiling HashTreeCollections TreeSet+Collection.swift
[116/321] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[117/321] Compiling HashTreeCollections TreeSet+Debugging.swift
[118/321] Compiling HashTreeCollections TreeSet+Descriptions.swift
[119/321] Compiling HashTreeCollections TreeSet+Equatable.swift
[120/321] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[121/321] Compiling HashTreeCollections TreeSet+Extras.swift
[122/321] Compiling HashTreeCollections TreeSet+Filter.swift
[151/321] Emitting module DequeModule
[177/322] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[178/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[179/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[180/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[181/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[182/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[183/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[184/322] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[185/322] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[186/322] Compiling HashTreeCollections TreeSet.swift
[207/322] Compiling BitCollections Range+Utilities.swift
[208/322] Compiling BitCollections Slice+Utilities.swift
[209/322] Compiling BitCollections UInt+Tricks.swift
[210/322] Compiling BitCollections _Word.swift
[282/332] Emitting module OrderedCollections
[283/333] Emitting module _RopeModule
[285/333] Compiling _RopeModule Rope+Join.swift
[286/333] Compiling _RopeModule Rope+MutatingForEach.swift
[287/333] Compiling _RopeModule Rope+Remove.swift
[288/333] Compiling _RopeModule Rope+RemoveSubrange.swift
[289/333] Compiling _RopeModule Rope+Split.swift
[290/333] Compiling _RopeModule Optional Utilities.swift
[291/333] Compiling _RopeModule String Utilities.swift
[292/333] Compiling _RopeModule String.Index+ABI.swift
[293/333] Compiling _RopeModule _CharacterRecognizer.swift
[334/334] Emitting module HashTreeCollections
[336/337] Compiling Collections Collections.swift
[337/337] Emitting module Collections
[339/381] Compiling AsyncExtensions AsyncMergeSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[340/381] Compiling AsyncExtensions MergeStateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[341/381] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[342/381] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[343/381] Compiling AsyncExtensions AsyncZip2Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[344/381] Compiling AsyncExtensions AsyncZip3Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[345/386] Emitting module AsyncExtensions
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[346/386] Compiling AsyncExtensions AsyncStream+Pipe.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[347/386] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[348/386] Compiling AsyncExtensions AsyncTimerSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[349/386] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[350/386] Compiling AsyncExtensions AsyncMapToResultSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[351/386] Compiling AsyncExtensions AsyncMulticastSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[352/386] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[353/386] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[354/386] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[355/386] Compiling AsyncExtensions Streamed.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[356/386] Compiling AsyncExtensions AsyncMerge2Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[357/386] Compiling AsyncExtensions AsyncMerge3Sequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[358/386] Compiling AsyncExtensions AsyncBufferedChannel.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[359/386] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[360/386] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[361/386] Compiling AsyncExtensions AsyncPassthroughSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[362/386] Compiling AsyncExtensions AsyncReplaySubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[363/386] Compiling AsyncExtensions AsyncSubject.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[364/386] Compiling AsyncExtensions ZipStateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[365/386] Compiling AsyncExtensions Termination.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[366/386] Compiling AsyncExtensions AsyncEmptySequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[367/386] Compiling AsyncExtensions AsyncFailSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[368/386] Compiling AsyncExtensions AsyncJustSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[369/386] Compiling AsyncExtensions AsyncLazySequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[370/386] Compiling AsyncExtensions AsyncZipSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[371/386] Compiling AsyncExtensions Zip2Runtime.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[372/386] Compiling AsyncExtensions Zip2StateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[373/386] Compiling AsyncExtensions Zip3Runtime.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[374/386] Compiling AsyncExtensions Zip3StateMachine.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[375/386] Compiling AsyncExtensions ZipRuntime.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[376/386] Compiling AsyncExtensions AsyncPrependSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[377/386] Compiling AsyncExtensions AsyncScanSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[378/386] Compiling AsyncExtensions AsyncSequence+Assign.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[379/386] Compiling AsyncExtensions AsyncSequence+Collect.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[380/386] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[381/386] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[382/386] Compiling AsyncExtensions AsyncSequence+Share.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[383/386] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[384/386] Compiling AsyncExtensions ManagedCriticalState.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[385/386] Compiling AsyncExtensions Regulator.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
[386/386] Compiling AsyncExtensions Result+ErrorMechanism.swift
/host/spi-builder-workspace/Sources/Supporting/ManagedCriticalState.swift:1:8: error: no such module 'Darwin'
 1 | import Darwin
   |        `- error: no such module 'Darwin'
 2 |
 3 | final class LockedBuffer<State>: ManagedBuffer<State, os_unfair_lock> {
BUILD FAILURE 6.1 android