The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build Vexil, reference main (938572), with Swift 6.1 for Wasm on 1 Dec 2025 11:02:21 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unsignedapps/Vexil.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/unsignedapps/Vexil
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 938572d Merge pull request #142 from unsignedapps/fix/vexil3/sendable
Cloned https://github.com/unsignedapps/Vexil.git
Revision (git rev-parse @):
938572d1ddc865bda15e701d6fab38a486716260
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/unsignedapps/Vexil.git
https://github.com/unsignedapps/Vexil.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-algorithms",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-async-algorithms.git"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.54.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "600.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "Vexil",
  "name" : "Vexil",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Vexil",
      "targets" : [
        "Vexil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "VexilMacros",
      "targets" : [
        "VexilMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "VexilTests",
      "module_type" : "SwiftTarget",
      "name" : "VexilTests",
      "path" : "Tests/VexilTests",
      "sources" : [
        "BoxedFlagValueDecodingTests.swift",
        "BoxedFlagValueEncodingTests.swift",
        "EquatableTests.swift",
        "FlagDetailTests.swift",
        "FlagPoleTests.swift",
        "FlagValueBoxingTests.swift",
        "FlagValueCompilationTests.swift",
        "FlagValueDictionaryTests.swift",
        "FlagValueSourceTests.swift",
        "FlagValueUnboxingTests.swift",
        "KeyEncodingTests.swift",
        "PublisherTests.swift",
        "SnapshotTests.swift",
        "UserDefaultPublisherTests.swift",
        "UserDefaultsDecodingTests.swift",
        "UserDefaultsEncodingTests.swift",
        "Utilities/Tags.swift",
        "Utilities/TestRunner.swift",
        "VisitorTests.swift"
      ],
      "target_dependencies" : [
        "Vexil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "VexilMacros",
      "module_type" : "SwiftTarget",
      "name" : "VexilMacros",
      "path" : "Sources/VexilMacros",
      "product_dependencies" : [
        "SwiftCompilerPlugin",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftSyntaxMacros"
      ],
      "product_memberships" : [
        "Vexil",
        "VexilMacros"
      ],
      "sources" : [
        "FlagContainerMacro.swift",
        "FlagGroupMacro.swift",
        "FlagMacro.swift",
        "Plugin.swift",
        "Utilities/AttributeArgument.swift",
        "Utilities/DisplayName.swift",
        "Utilities/PatternBindingSyntax.swift",
        "Utilities/SimpleVariables.swift",
        "Utilities/String+Snakecase.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "Vexil",
      "module_type" : "SwiftTarget",
      "name" : "Vexil",
      "path" : "Sources/Vexil",
      "product_dependencies" : [
        "AsyncAlgorithms"
      ],
      "product_memberships" : [
        "Vexil"
      ],
      "sources" : [
        "Configuration.swift",
        "Container.swift",
        "DisplayOptions.swift",
        "Flag.swift",
        "Group.swift",
        "KeyPath.swift",
        "Lookup.swift",
        "Observability/FlagGroupWigwag.swift",
        "Observability/FlagWigwag.swift",
        "Observability/Observing.swift",
        "Pole+Observability.swift",
        "Pole.swift",
        "Snapshots/MutableFlagContainer.swift",
        "Snapshots/Snapshot+Extensions.swift",
        "Snapshots/Snapshot+FlagValueSource.swift",
        "Snapshots/Snapshot+Lookup.swift",
        "Snapshots/Snapshot.swift",
        "Snapshots/SnapshotBuilder.swift",
        "Sources/BoxedFlagValue+NSObject.swift",
        "Sources/FlagValueDictionary+FlagValueSource.swift",
        "Sources/FlagValueDictionary.swift",
        "Sources/FlagValueSource.swift",
        "Sources/FlagValueSourceCoordinator.swift",
        "Sources/NSUbiquitousKeyValueStore+FlagValueSource.swift",
        "Sources/NonSendableFlagValueSource.swift",
        "Sources/UserDefaults+FlagValueSource.swift",
        "StreamManager.swift",
        "Utilities/AsyncCurrentValue.swift",
        "Utilities/BoxedFlagValue+Codable.swift",
        "Utilities/CollectionDifference.Change+Element.swift",
        "Utilities/FlagChangeStream.swift",
        "Utilities/Lock.swift",
        "Value.swift",
        "Visitor.swift",
        "Visitors/FlagDescriber.swift",
        "Visitors/FlagRemover.swift",
        "Visitors/FlagSetter.swift"
      ],
      "target_dependencies" : [
        "VexilMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5787] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.50s)
[1/73000] Fetching swift-syntax
[14601/126122] Fetching swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax.git from cache (46.74s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (47.46s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (53.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (5.15s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.85s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (4.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.7 (0.98s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.58.7
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
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/44] Write sources
[23/44] Compiling _SwiftSyntaxCShims PlatformMutex.c
[23/44] Write swift-version-24593BA9C3E375BF.txt
[26/70] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[27/70] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[28/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/72] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/72] Emitting module SwiftSyntax602
[31/72] Compiling SwiftSyntax602 Empty.swift
[32/73] Emitting module SwiftSyntax600
[33/73] Compiling SwiftSyntax600 Empty.swift
[34/74] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[35/74] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[36/74] Emitting module SwiftSyntax510
[37/74] Compiling SwiftSyntax510 Empty.swift
[38/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[41/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[42/75] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[43/75] Compiling InternalCollectionsUtilities Integer rank.swift
[44/75] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[45/75] Emitting module InternalCollectionsUtilities
[46/75] Compiling InternalCollectionsUtilities UInt+reversed.swift
[47/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[48/75] Compiling InternalCollectionsUtilities Debugging.swift
[49/75] Compiling InternalCollectionsUtilities Descriptions.swift
[51/76] Emitting module SwiftSyntax509
[53/76] Compiling SwiftSyntax509 Empty.swift
[54/77] Emitting module SwiftSyntax601
[55/77] Compiling SwiftSyntax601 Empty.swift
[59/78] Wrapping AST for SwiftSyntax600 for debugging
[60/78] Wrapping AST for SwiftSyntax602 for debugging
[61/78] Wrapping AST for SwiftSyntax509 for debugging
[62/78] Wrapping AST for SwiftSyntax601 for debugging
[63/78] Wrapping AST for SwiftSyntax510 for debugging
[65/211] Compiling DequeModule Deque+Equatable.swift
[66/211] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[67/213] Compiling DequeModule Deque+CustomReflectable.swift
[68/213] Compiling DequeModule Deque+Descriptions.swift
[69/213] Compiling DequeModule _DequeBuffer.swift
[70/213] Compiling DequeModule _DequeBufferHeader.swift
[71/213] Compiling DequeModule Deque+Extras.swift
[72/213] Compiling DequeModule Deque+Hashable.swift
[73/213] Compiling SwiftSyntax TokenSequence.swift
[74/213] Compiling SwiftSyntax TokenSyntax.swift
[75/213] Compiling SwiftSyntax Trivia.swift
[76/213] Compiling SwiftSyntax Utils.swift
[77/213] Compiling SwiftSyntax SyntaxRewriter.swift
[78/213] Compiling SwiftSyntax SyntaxTraits.swift
[79/213] Compiling SwiftSyntax SyntaxVisitor.swift
[80/220] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[81/220] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[82/220] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[83/220] Compiling SwiftSyntax SyntaxBaseNodes.swift
[84/220] Compiling SwiftSyntax SyntaxCollections.swift
[85/220] Compiling SwiftSyntax SyntaxEnum.swift
[86/220] Compiling SwiftSyntax SyntaxKind.swift
[87/220] Compiling DequeModule _DequeSlot.swift
[88/220] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/220] Compiling DequeModule Deque+Testing.swift
[90/220] Compiling DequeModule Deque._Storage.swift
[91/220] Compiling DequeModule Deque._UnsafeHandle.swift
[92/220] Compiling DequeModule Deque.swift
[93/220] Compiling DequeModule Deque+Codable.swift
[94/220] Compiling DequeModule Deque+Collection.swift
[101/220] Compiling SwiftSyntax CustomTraits.swift
[102/220] Compiling SwiftSyntax EditorPlaceholder.swift
[103/220] Compiling SwiftSyntax SourceLength.swift
[104/220] Compiling SwiftSyntax SourceLocation.swift
[105/220] Compiling SwiftSyntax SourcePresence.swift
[106/220] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[107/220] Compiling SwiftSyntax Syntax.swift
[108/220] Compiling SwiftSyntax SyntaxChildren.swift
[109/220] Compiling SwiftSyntax SyntaxCollection.swift
[110/220] Compiling SwiftSyntax SyntaxHashable.swift
[111/220] Compiling SwiftSyntax SyntaxIdentifier.swift
[112/220] Compiling SwiftSyntax SyntaxNodeStructure.swift
[113/220] Compiling SwiftSyntax SyntaxProtocol.swift
[114/220] Compiling SwiftSyntax SyntaxText.swift
[115/220] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[116/220] Compiling SwiftSyntax TokenDiagnostic.swift
[117/220] Compiling SwiftSyntax TokenKind.swift
[118/220] Compiling SwiftSyntax Tokens.swift
[119/220] Compiling SwiftSyntax TriviaPieces.swift
[120/220] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[121/220] Compiling SwiftSyntax RawSyntaxNodesC.swift
[122/220] Compiling SwiftSyntax RawSyntaxNodesD.swift
[123/220] Compiling SwiftSyntax ChildNameForKeyPath.swift
[124/220] Compiling SwiftSyntax Keyword.swift
[127/220] Emitting module DequeModule
[137/221] Compiling OrderedCollections OrderedSet+Sendable.swift
[138/221] Compiling OrderedCollections OrderedSet+SubSequence.swift
[139/221] Compiling OrderedCollections OrderedSet+Testing.swift
[140/221] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[141/221] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[142/221] Compiling OrderedCollections OrderedSet.swift
[143/221] Compiling OrderedCollections _UnsafeBitset.swift
[144/221] Emitting module OrderedCollections
[146/271] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[147/271] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[148/271] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[149/271] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[150/271] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[151/271] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[152/271] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[153/271] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[154/271] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[155/279] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[156/279] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[157/279] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[158/279] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[159/279] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[160/279] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[161/279] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[162/279] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[163/279] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[164/279] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[165/279] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[166/279] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[167/279] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[168/279] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[169/285] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[170/285] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[171/285] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[172/285] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[173/285] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[178/285] Compiling AsyncAlgorithms AsyncShareSequence.swift
[179/285] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[180/285] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[181/285] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[182/285] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[183/285] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[184/285] Compiling AsyncAlgorithms AsyncBufferSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[192/285] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[200/285] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[201/285] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[202/285] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[203/285] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[204/285] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[205/285] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[206/285] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[207/285] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[208/285] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[209/285] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[210/285] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[211/285] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[212/285] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[213/285] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[214/285] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[215/285] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[216/285] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[217/285] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[218/285] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/21] Write swift-version-24593BA9C3E375BF.txt
[3/47] Emitting module SwiftSyntax509
[4/47] Compiling SwiftSyntax600 Empty.swift
[5/47] Compiling SwiftSyntax509 Empty.swift
[6/48] Emitting module SwiftSyntax510
[7/48] Compiling SwiftSyntax510 Empty.swift
[8/48] Emitting module SwiftSyntax601
[9/49] Compiling SwiftSyntax601 Empty.swift
[10/49] Emitting module SwiftSyntax600
[11/51] Compiling SwiftSyntax602 Empty.swift
[12/51] Emitting module SwiftSyntax602
[15/51] Compiling InternalCollectionsUtilities Debugging.swift
[16/51] Compiling InternalCollectionsUtilities Descriptions.swift
[17/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[18/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/49] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[23/49] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[24/49] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[25/49] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[26/49] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/49] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/112] Emitting module InternalCollectionsUtilities
[29/112] Compiling SwiftSyntax EditorPlaceholder.swift
[30/112] Compiling SwiftSyntax SyntaxNodeStructure.swift
[31/112] Compiling SwiftSyntax SyntaxProtocol.swift
[32/112] Compiling SwiftSyntax AbsolutePosition.swift
[33/112] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[34/112] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[35/112] Compiling SwiftSyntax Assert.swift
[37/183] Compiling OrderedCollections _HashTable+Testing.swift
[38/183] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[39/183] Compiling OrderedCollections _HashTable+Constants.swift
[40/183] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[41/185] Compiling DequeModule _DequeBuffer.swift
[42/185] Compiling DequeModule _DequeBufferHeader.swift
[43/185] Compiling OrderedCollections _HashTable.swift
[44/185] Compiling OrderedCollections _Hashtable+Header.swift
[45/185] Compiling DequeModule _DequeSlot.swift
[46/185] Compiling DequeModule _UnsafeWrappedBuffer.swift
[47/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[48/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[49/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[50/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[51/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[52/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[53/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[54/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[55/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[56/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[57/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[58/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[59/192] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[60/192] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[61/192] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[62/192] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[63/192] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[64/192] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[65/192] Compiling OrderedCollections _HashTable+Bucket.swift
[66/192] Compiling OrderedCollections _HashTable+BucketIterator.swift
[67/192] Compiling OrderedCollections OrderedDictionary.swift
[68/192] Compiling OrderedCollections OrderedSet+Codable.swift
[69/192] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[70/192] Compiling OrderedCollections OrderedSet+Descriptions.swift
[71/192] Compiling OrderedCollections OrderedSet+Diffing.swift
[72/192] Compiling OrderedCollections OrderedSet+Equatable.swift
[73/192] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[74/192] Compiling OrderedCollections OrderedSet+Hashable.swift
[75/192] Compiling OrderedCollections OrderedDictionary+Codable.swift
[76/192] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[77/192] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[78/192] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[79/192] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[80/192] Compiling OrderedCollections OrderedDictionary+Elements.swift
[81/192] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[82/192] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[83/192] Compiling OrderedCollections OrderedSet+Initializers.swift
[84/192] Compiling OrderedCollections OrderedSet+Insertions.swift
[85/192] Compiling OrderedCollections OrderedSet+Invariants.swift
[86/192] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[87/192] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[88/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[89/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[90/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[99/192] Emitting module DequeModule
[110/201] Emitting module OrderedCollections
[128/201] Compiling OrderedCollections OrderedSet+Sendable.swift
[129/201] Compiling OrderedCollections OrderedSet+SubSequence.swift
[130/201] Compiling OrderedCollections OrderedSet+Testing.swift
[131/201] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[132/201] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[133/201] Compiling OrderedCollections OrderedSet.swift
[134/201] Compiling OrderedCollections _UnsafeBitset.swift
[136/251] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[137/251] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[138/251] Compiling AsyncAlgorithms _TinyArray.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[139/251] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[140/251] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[141/251] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[142/251] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:55:12: error: Unsupported platform
 53 |     InitializeSRWLock(platformLock)
 54 |     #else
 55 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 56 |     #endif
 57 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:75:12: error: Unsupported platform
 73 |     AcquireSRWLockExclusive(platformLock)
 74 |     #else
 75 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 76 |     #endif
 77 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:88:12: error: Unsupported platform
 86 |     ReleaseSRWLockExclusive(platformLock)
 87 |     #else
 88 |     #error("Unsupported platform")
    |            `- error: Unsupported platform
 89 |     #endif
 90 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:136:7: error: type of expression is ambiguous without a type annotation
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
    |       `- error: type of expression is ambiguous without a type annotation
137 |     }
138 |   }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:143:12: error: type of expression is ambiguous without a type annotation
141 |
142 |   init(_ initial: State) {
143 |     buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
    |            `- error: type of expression is ambiguous without a type annotation
144 |       buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
145 |       return initial
[143/257] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[144/257] Compiling AsyncAlgorithms BoundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[145/257] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[146/257] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[147/257] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[148/257] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[149/257] Compiling AsyncAlgorithms ChannelStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[150/257] Compiling AsyncAlgorithms ChannelStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[151/257] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[152/257] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[153/257] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[154/257] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[155/257] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[156/257] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[157/257] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[158/257] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[159/257] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[160/257] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[161/257] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[162/257] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
[163/257] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[164/257] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[165/257] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[166/257] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[167/257] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[168/257] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
[169/257] Compiling AsyncAlgorithms AsyncShareSequence.swift
[170/257] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[171/257] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[172/257] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[173/257] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[174/257] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[175/257] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[176/257] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[177/257] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[178/257] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[179/257] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[180/257] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[181/257] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[182/257] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[183/257] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:140:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
138 |   }
139 |
140 |   private let buffer: ManagedBuffer<State, Lock.Primitive>
    |                                                 `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
141 |
142 |   init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:25:8: error: Unsupported platform
 23 | import wasi_pthread
 24 | #else
 25 | #error("Unsupported platform")
    |        `- error: Unsupported platform
 26 | #endif
 27 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:36:10: error: Unsupported platform
 34 |   typealias Primitive = SRWLOCK
 35 |   #else
 36 |   #error("Unsupported platform")
    |          `- error: Unsupported platform
 37 |   #endif
 38 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:39:49: error: cannot find type 'Primitive' in scope
 37 |   #endif
 38 |
 39 |   typealias PlatformLock = UnsafeMutablePointer<Primitive>
    |                                                 `- error: cannot find type 'Primitive' in scope
 40 |   let platformLock: PlatformLock
 41 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
 26 | #endif
 27 |
 28 | internal struct Lock {
    |                 `- note: 'Lock' declared here
 29 |   #if canImport(Darwin)
 30 |   typealias Primitive = os_unfair_lock
    :
132 |
133 | struct ManagedCriticalState<State> {
134 |   private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
    |                                                               `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
135 |     deinit {
136 |       withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[184/257] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[185/257] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[186/257] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[187/257] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[188/257] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[189/257] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[190/257] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
BUILD FAILURE 6.1 wasm