The Swift Package Index logo.Swift Package Index

Build Information

Failed to build AsyncExtensions, reference 0.5.5 (c2b32c), with Swift 6.1 for Linux on 22 Dec 2025 17:50:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: 0.5.5
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
 * tag               0.5.5      -> FETCH_HEAD
HEAD is now at c2b32ca chore: update macos version in CI
Cloned https://github.com/sideeffect-io/AsyncExtensions.git
Revision (git rev-parse @):
c2b32caf189993285b5a782fe7cd658ed1fa9b9a
SUCCESS checkout https://github.com/sideeffect-io/AsyncExtensions.git at 0.5.5
========================================
Build
========================================
Selected platform:         linux
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-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-collections.git
[1/18404] 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.75s)
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] 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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/28] 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
[21/28] 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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[30/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
[31/303] Compiling _RopeModule BigString+Chunk+Counts.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 _RopeModule BigString+Chunk+Description.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/305] 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
[34/305] Compiling _RopeModule Rope+_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
[35/305] Compiling _RopeModule Rope.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 _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
[37/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
[38/305] Compiling _RopeModule BigString+Chunk+Indexing by Characters.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 _RopeModule BigString+Chunk+Indexing by UTF16.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 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
[41/305] 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
[42/305] Compiling _RopeModule BigString+Chunk+RopeElement.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/305] Compiling _RopeModule BigString+Chunk+Splitting.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/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
[46/306] 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
[47/306] 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
[48/306] Compiling _RopeModule Rope+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
[49/306] Compiling _RopeModule Rope+_Node.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+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
[51/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
[52/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
[53/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
[54/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
[55/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
[56/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
[57/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
[58/316] Compiling _RopeModule Rope+Insert.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 _RopeModule BigString+Comparable.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 _RopeModule BigString+CustomDebugStringConvertible.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 _RopeModule BigString+CustomStringConvertible.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 _RopeModule BigString+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
[63/316] Compiling _RopeModule BigString+ExpressibleByStringLiteral.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 _RopeModule BigString+Hashing.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 _RopeModule BigString+Managing Breaks.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 _RopeModule BigString+RemoveSubrange.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 _RopeModule BigString+ReplaceSubrange.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 _RopeModule BigString+Split.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 _RopeModule Range+BigString.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/316] Compiling _RopeModule BigString+UTF16View.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/316] Compiling _RopeModule BigString+UTF8View.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 _RopeModule BigString+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 _RopeModule BigString+Iterators.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 _RopeModule BigString+Metrics.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 _RopeModule BigString+Summary.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] Compiling _RopeModule BigString.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
[77/323] Compiling _RopeModule BigString+Append.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/323] Compiling _RopeModule BigString+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
[79/330] 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
[80/330] Compiling _RopeModule BigString+Chunk.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 _RopeModule BigString+BidirectionalCollection.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 _RopeModule Rope+_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
[83/330] Compiling _RopeModule Rope+_UnmanagedLeaf.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
[90/330] Compiling _RopeModule _RopeVersion.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 _RopeModule Rope+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
[92/330] Compiling _RopeModule Rope+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
[93/330] Compiling _RopeModule Rope+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
[94/330] Compiling _RopeModule Rope+Append.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 _RopeModule BigSubstring+UnicodeScalarView.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 _RopeModule BigSubstring.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 _RopeModule Rope+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
[104/330] Compiling _RopeModule Rope+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
[105/330] Compiling _RopeModule BigString+Chunk+Append and Insert.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 _RopeModule BigString+Chunk+Breaks.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
[114/330] Compiling _RopeModule BigString+Insert.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
[128/330] Compiling _RopeModule Rope+Extract.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
[129/330] Compiling _RopeModule Rope+Find.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
[130/330] Compiling _RopeModule Rope+ForEachWhile.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
[160/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
[162/331] 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
[163/331] 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
[164/331] 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
[165/331] 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
[166/331] 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
[167/331] 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
[168/331] 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
[169/331] 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
[170/331] 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
[171/331] 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
<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
[188/331] Compiling _RopeModule RopeSummary.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
[189/331] Compiling _RopeModule _RopeItem.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
[190/331] Compiling _RopeModule _RopePath.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
[191/331] Compiling _RopeModule BigString+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
[192/331] Compiling _RopeModule BigString+Contents.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
[193/331] Compiling _RopeModule BigString+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
[194/331] Compiling _RopeModule BigString+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
[195/331] Compiling _RopeModule BigString+Ingester.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
[196/331] 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
[197/331] 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
[198/331] 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
<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
[289/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
[290/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
[314/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
[316/343] Compiling _RopeModule Rope+Join.swift
[317/343] Compiling _RopeModule Rope+MutatingForEach.swift
[318/343] Compiling _RopeModule Rope+Remove.swift
[319/343] Compiling _RopeModule Rope+RemoveSubrange.swift
[320/343] Compiling _RopeModule Rope+Split.swift
[321/343] Compiling _RopeModule Optional Utilities.swift
[322/343] Compiling _RopeModule String Utilities.swift
[323/343] Compiling _RopeModule String.Index+ABI.swift
[324/343] Compiling _RopeModule _CharacterRecognizer.swift
[345/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
[346/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
[348/390] 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> {
[349/390] 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> {
[350/390] 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> {
[351/390] 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> {
[352/390] 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> {
[353/390] 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> {
[354/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> {
[355/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> {
[356/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> {
[357/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> {
[358/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> {
[359/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> {
[360/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> {
[361/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> {
[362/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> {
[363/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> {
[364/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> {
[365/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> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[366/395] 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> {
[367/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> {
[368/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> {
[369/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> {
[370/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> {
[371/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> {
[372/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> {
[373/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> {
[374/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> {
[375/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> {
[376/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> {
[377/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> {
[378/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> {
[379/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> {
[380/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> {
[381/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> {
[382/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> {
[383/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> {
[384/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> {
[385/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> {
[386/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> {
[387/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> {
[388/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> {
[389/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> {
[390/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> {
[391/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> {
[392/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> {
[393/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> {
[394/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> {
[395/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> {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/17] Emitting module InternalCollectionsUtilities
[3/19] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[4/19] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[5/19] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[6/19] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[7/19] Compiling InternalCollectionsUtilities Debugging.swift
[8/19] Compiling InternalCollectionsUtilities Descriptions.swift
[9/19] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[10/19] Compiling InternalCollectionsUtilities Integer rank.swift
[11/19] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[12/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[13/19] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[14/19] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[15/19] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/19] Compiling InternalCollectionsUtilities _SortedCollection.swift
[17/19] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/19] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/19] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/150] Compiling BitCollections BitArray+Hashable.swift
[22/150] Compiling BitCollections BitArray+Initializers.swift
[23/150] Compiling HeapModule Heap+Descriptions.swift
[24/152] Compiling BitCollections BitArray+Codable.swift
[25/152] Compiling BitCollections BitArray+Collection.swift
[26/152] Compiling BitCollections BitArray+Copy.swift
[27/152] Compiling BitCollections BitArray+CustomReflectable.swift
[28/296] Compiling _RopeModule BigString+Chunk.swift
[29/296] Compiling _RopeModule BigString+BidirectionalCollection.swift
[30/296] Compiling _RopeModule BigString+Builder.swift
[31/296] Compiling _RopeModule BigString+Contents.swift
[32/296] Compiling _RopeModule BigString+Debugging.swift
[33/296] Compiling _RopeModule BigString+Index.swift
[34/296] Compiling _RopeModule BigString+Ingester.swift
[35/296] Compiling _RopeModule BigString+Invariants.swift
[36/303] Compiling HeapModule Heap+Invariants.swift
[37/303] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[38/303] Compiling HeapModule Heap+UnsafeHandle.swift
[39/303] Compiling HeapModule Heap.swift
[40/303] Compiling HeapModule _HeapNode.swift
[41/303] Compiling _RopeModule BigString+Iterators.swift
[42/303] Compiling _RopeModule BigString+Metrics.swift
[43/303] Compiling _RopeModule BigString+Summary.swift
[44/303] Compiling _RopeModule BigString.swift
[45/303] Compiling _RopeModule BigString+Comparable.swift
[46/303] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[47/303] Compiling _RopeModule BigString+CustomStringConvertible.swift
[48/303] Compiling _RopeModule BigString+Equatable.swift
[49/310] Compiling _RopeModule Rope+Invariants.swift
[50/310] Compiling HashTreeCollections _HashNode+Debugging.swift
[51/310] Compiling HashTreeCollections _HashNode+Initializers.swift
[52/310] Compiling HashTreeCollections _HashNode+Invariants.swift
[53/310] Compiling _RopeModule Rope+Index.swift
[54/310] Compiling BitCollections BitSet.Index.swift
[55/310] Compiling BitCollections BitSet._UnsafeHandle.swift
[56/310] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[57/310] Compiling _RopeModule BigString+Hashing.swift
[58/310] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[59/310] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[60/310] Compiling HashTreeCollections _HashNode.swift
[61/310] Compiling _RopeModule BigString+TextOutputStream.swift
[62/310] Compiling HashTreeCollections _HashSlot.swift
[63/310] Compiling _RopeModule BigString+Initializers.swift
[72/310] Compiling _RopeModule BigString+UnicodeScalarView.swift
[73/310] Compiling HashTreeCollections TreeSet+Filter.swift
[74/310] Compiling HashTreeCollections _AncestorHashSlots.swift
[75/310] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[76/310] Compiling _RopeModule BigSubstring.swift
[77/310] Compiling _RopeModule Rope+Builder.swift
[78/310] Compiling _RopeModule Rope+Debugging.swift
[81/310] Compiling _RopeModule BigString+Insert.swift
[82/310] Compiling _RopeModule BigString+Managing Breaks.swift
[83/310] Compiling _RopeModule BigString+RemoveSubrange.swift
[84/310] Compiling _RopeModule BigString+ReplaceSubrange.swift
[85/310] Compiling _RopeModule BigString+Split.swift
[88/310] Emitting module HeapModule
[94/311] Compiling _RopeModule Range+BigString.swift
[95/311] Compiling _RopeModule BigString+UTF16View.swift
[96/311] Compiling _RopeModule BigString+UTF8View.swift
[119/311] Emitting module BitCollections
[120/311] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[121/311] Compiling _RopeModule BigString+Chunk+Breaks.swift
[122/311] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[123/311] Compiling _RopeModule BigString+Chunk+Splitting.swift
[148/321] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[149/321] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[150/321] Compiling HashTreeCollections TreeDictionary+Filter.swift
[151/321] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[152/321] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[153/321] Compiling HashTreeCollections TreeDictionary+Keys.swift
[154/321] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[155/321] Compiling HashTreeCollections TreeDictionary+Merge.swift
[156/321] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[157/321] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[158/321] Compiling HashTreeCollections TreeDictionary+Values.swift
[161/321] Compiling _RopeModule BigString+Chunk+Counts.swift
[162/321] Compiling _RopeModule BigString+Chunk+Description.swift
[163/321] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[164/321] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[167/321] Emitting module DequeModule
[171/322] Compiling OrderedCollections OrderedSet+Sendable.swift
[172/322] Compiling OrderedCollections OrderedSet+SubSequence.swift
[173/322] Compiling OrderedCollections OrderedSet+Testing.swift
[174/322] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[175/322] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[184/322] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[185/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[186/322] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[187/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[188/322] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[189/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[190/322] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[191/322] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[192/322] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[193/322] Compiling HashTreeCollections TreeSet.swift
[208/323] Compiling OrderedCollections OrderedSet.swift
[209/323] Compiling OrderedCollections _UnsafeBitset.swift
[234/332] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[235/332] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[236/332] Compiling HashTreeCollections _HashNode+Structural merge.swift
[249/332] Emitting module OrderedCollections
[304/333] Emitting module _RopeModule
[305/333] Compiling _RopeModule Rope+Join.swift
[306/333] Compiling _RopeModule Rope+MutatingForEach.swift
[307/333] Compiling _RopeModule Rope+Remove.swift
[308/333] Compiling _RopeModule Rope+RemoveSubrange.swift
[309/333] Compiling _RopeModule Rope+Split.swift
[310/333] Compiling _RopeModule Optional Utilities.swift
[311/333] Compiling _RopeModule String Utilities.swift
[312/333] Compiling _RopeModule String.Index+ABI.swift
[313/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 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> {
[340/381] 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> {
[341/381] 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> {
[342/381] 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> {
[343/381] 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> {
[344/381] 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> {
[345/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> {
[346/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> {
[347/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> {
[348/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> {
[349/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> {
[350/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> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[351/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> {
[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 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> {
[365/386] 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> {
[366/386] 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> {
[367/386] 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> {
[368/386] 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> {
[369/386] 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> {
[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 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> {
[377/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> {
[378/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> {
[379/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> {
[380/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> {
[381/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> {
[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 linux