Build Information
Failed to build Vexil, reference v3.0.0-beta.1 (60f9e8), with Swift 6.1 for Wasm on 29 Nov 2025 11:55:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/unsignedapps/Vexil.git
Reference: v3.0.0-beta.1
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
* tag v3.0.0-beta.1 -> FETCH_HEAD
HEAD is now at 60f9e83 Merge pull request #140 from unsignedapps/vexillographer-3
Cloned https://github.com/unsignedapps/Vexil.git
Revision (git rev-parse @):
60f9e834c0e3aab2b848cf280d27bfaec7ea33f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/unsignedapps/Vexil.git at v3.0.0-beta.1
========================================
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-4609320-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/swiftlang/swift-syntax.git
Fetching https://github.com/nicklockwood/SwiftFormat.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5724] Fetching swift-async-algorithms
[5725/78713] Fetching swift-async-algorithms, swift-syntax
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.89s)
[1460/72989] Fetching swift-syntax
[4381/126086] Fetching swift-syntax, swiftformat
Fetched https://github.com/swiftlang/swift-syntax.git from cache (51.06s)
Fetched https://github.com/nicklockwood/SwiftFormat.git from cache (52.01s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (59.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (3.27s)
Fetching https://github.com/apple/swift-collections.git
[1/18314] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.87s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (6.31s)
Computing version for https://github.com/nicklockwood/SwiftFormat.git
Computed https://github.com/nicklockwood/SwiftFormat.git at 0.58.6 (0.97s)
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/nicklockwood/SwiftFormat.git
Working copy of https://github.com/nicklockwood/SwiftFormat.git resolved at 0.58.6
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/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
[24/44] Write swift-version-24593BA9C3E375BF.txt
[26/70] Emitting module InternalCollectionsUtilities
[27/72] Emitting module SwiftSyntax509
[28/72] Compiling SwiftSyntax509 Empty.swift
[29/73] Emitting module SwiftSyntax602
[30/73] Compiling SwiftSyntax602 Empty.swift
[31/74] Compiling SwiftSyntax600 Empty.swift
[32/74] Emitting module SwiftSyntax600
[34/75] Emitting module SwiftSyntax510
[35/75] Compiling SwiftSyntax510 Empty.swift
[36/76] Emitting module SwiftSyntax601
[37/76] Compiling SwiftSyntax601 Empty.swift
[39/77] Wrapping AST for SwiftSyntax509 for debugging
[42/77] Wrapping AST for SwiftSyntax602 for debugging
[43/77] Wrapping AST for SwiftSyntax600 for debugging
[44/77] Wrapping AST for SwiftSyntax510 for debugging
[45/77] Wrapping AST for SwiftSyntax601 for debugging
[47/77] Compiling InternalCollectionsUtilities UInt+reversed.swift
[48/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/77] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[50/77] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[51/77] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[52/77] Compiling InternalCollectionsUtilities Integer rank.swift
[53/77] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[54/99] Compiling SwiftSyntax Identifier.swift
[55/99] Compiling SwiftSyntax MemoryLayout.swift
[56/104] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[57/104] Compiling SwiftSyntax RawSyntaxTokenView.swift
[58/140] Compiling SwiftSyntax CustomTraits.swift
[59/140] Compiling SwiftSyntax EditorPlaceholder.swift
[60/140] Compiling SwiftSyntax MissingNodeInitializers.swift
[61/140] Compiling SwiftSyntax RawSyntax.swift
[62/140] Compiling SwiftSyntax RawSyntaxArena.swift
[63/140] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[65/211] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[66/211] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[67/213] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[68/213] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[69/213] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[70/213] Compiling OrderedCollections OrderedDictionary+Elements.swift
[71/213] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[72/213] Compiling OrderedCollections OrderedDictionary+Values.swift
[73/213] Compiling OrderedCollections OrderedDictionary.swift
[74/213] Compiling OrderedCollections OrderedSet+Codable.swift
[75/213] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[76/213] Compiling OrderedCollections OrderedSet+Descriptions.swift
[77/213] Compiling OrderedCollections OrderedSet+Diffing.swift
[78/213] Compiling OrderedCollections OrderedSet+Equatable.swift
[79/213] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[80/213] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/220] Compiling DequeModule _DequeSlot.swift
[82/220] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/220] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[84/220] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[93/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[94/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[95/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[96/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[97/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[98/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[99/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[100/220] Compiling OrderedCollections OrderedSet+Initializers.swift
[101/220] Compiling OrderedCollections OrderedSet+Insertions.swift
[102/220] Compiling OrderedCollections OrderedSet+Invariants.swift
[103/220] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[104/220] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[105/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[106/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[107/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[108/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[109/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[110/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[111/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[112/220] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[113/220] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[114/220] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[123/220] Compiling OrderedCollections OrderedDictionary+Codable.swift
[124/228] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[125/228] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[127/228] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[136/228] Emitting module DequeModule
[137/229] Compiling OrderedCollections OrderedSet+Sendable.swift
[138/229] Compiling OrderedCollections OrderedSet+SubSequence.swift
[139/229] Compiling OrderedCollections OrderedSet+Testing.swift
[140/229] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[141/229] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[142/229] Compiling OrderedCollections OrderedSet.swift
[143/229] Compiling OrderedCollections _UnsafeBitset.swift
[145/229] Compiling OrderedCollections _HashTable+Bucket.swift
[146/229] Compiling OrderedCollections _HashTable+BucketIterator.swift
[147/229] Compiling OrderedCollections _HashTable+Constants.swift
[148/229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[149/229] Compiling OrderedCollections _HashTable+Testing.swift
[150/229] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[151/229] Compiling OrderedCollections _HashTable.swift
[152/229] Compiling OrderedCollections _Hashtable+Header.swift
[153/229] Emitting module OrderedCollections
[155/279] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[156/279] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[157/279] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[158/279] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[159/279] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[160/279] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[161/279] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[162/279] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[163/279] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[164/279] Compiling AsyncAlgorithms AsyncChannel.swift
[165/279] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[166/279] Compiling AsyncAlgorithms ChannelStateMachine.swift
[167/279] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[168/279] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[169/279] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[170/279] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[171/279] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[172/279] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[173/279] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[174/279] Compiling AsyncAlgorithms ChannelStorage.swift
[175/279] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[176/279] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[177/279] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[178/279] Compiling AsyncAlgorithms CombineLatestStorage.swift
[179/279] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[180/279] Compiling AsyncAlgorithms DebounceStateMachine.swift
[181/279] Compiling AsyncAlgorithms DebounceStorage.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) {
/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: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: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: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: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: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: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: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: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: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: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: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: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) {
[196/285] Compiling AsyncAlgorithms AsyncShareSequence.swift
[197/285] Compiling AsyncAlgorithms AsyncSyncSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[203/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) }
[204/285] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[205/285] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[206/285] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[207/285] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[208/285] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[209/285] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[210/285] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[218/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) {
[219/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) {
[220/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) {
[221/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) {
[222/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) {
[223/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) {
/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
[225/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
[226/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
[227/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
[228/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
[229/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
[230/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
[231/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 |
[232/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 |
[233/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 |
[234/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 |
[235/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 |
[236/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-4609320-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 SwiftSyntax510
[4/47] Compiling SwiftSyntax510 Empty.swift
[5/48] Compiling SwiftSyntax602 Empty.swift
[7/48] Emitting module SwiftSyntax600
[8/48] Compiling SwiftSyntax600 Empty.swift
[9/48] Compiling SwiftSyntax601 Empty.swift
[10/48] Emitting module SwiftSyntax601
[11/49] Emitting module SwiftSyntax602
[13/50] Emitting module SwiftSyntax509
[14/50] Compiling SwiftSyntax509 Empty.swift
[15/50] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[16/50] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/50] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/50] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[20/50] Compiling InternalCollectionsUtilities Debugging.swift
[21/50] Compiling InternalCollectionsUtilities Descriptions.swift
[24/52] Emitting module InternalCollectionsUtilities
[25/52] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[26/52] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[27/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[28/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[29/49] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/49] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/49] Compiling InternalCollectionsUtilities Integer rank.swift
[33/49] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/49] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[35/49] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[37/183] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[38/183] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[39/185] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[40/185] Compiling OrderedCollections OrderedDictionary+Elements.swift
[41/185] Compiling OrderedCollections OrderedDictionary+Codable.swift
[42/185] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[43/185] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[44/185] Compiling OrderedCollections OrderedDictionary+Values.swift
[45/185] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[46/185] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[47/185] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[48/185] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[49/185] Compiling DequeModule _DequeSlot.swift
[50/185] Compiling DequeModule _UnsafeWrappedBuffer.swift
[51/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[52/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[53/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[54/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[55/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[56/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[57/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[58/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[59/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[60/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[61/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[62/185] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[63/185] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[64/185] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[65/192] Compiling OrderedCollections OrderedSet+Initializers.swift
[66/192] Compiling OrderedCollections OrderedSet+Insertions.swift
[67/192] Compiling OrderedCollections OrderedSet+Invariants.swift
[68/192] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[69/192] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[70/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[71/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[72/192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[73/192] Compiling OrderedCollections OrderedDictionary.swift
[74/192] Compiling OrderedCollections OrderedSet+Codable.swift
[75/192] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[76/192] Compiling OrderedCollections OrderedSet+Descriptions.swift
[77/192] Compiling OrderedCollections OrderedSet+Diffing.swift
[78/192] Compiling OrderedCollections OrderedSet+Equatable.swift
[79/192] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[80/192] Compiling OrderedCollections OrderedSet+Hashable.swift
[81/192] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[82/192] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/192] Emitting module DequeModule
[101/193] Compiling OrderedCollections _HashTable+Bucket.swift
[102/193] Compiling OrderedCollections _HashTable+BucketIterator.swift
[103/193] Compiling OrderedCollections _HashTable+Constants.swift
[104/193] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[105/193] Compiling OrderedCollections _HashTable+Testing.swift
[106/193] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[107/193] Compiling OrderedCollections _HashTable.swift
[108/193] Compiling OrderedCollections _Hashtable+Header.swift
[119/193] Compiling OrderedCollections OrderedSet+Sendable.swift
[120/193] Compiling OrderedCollections OrderedSet+SubSequence.swift
[121/193] Compiling OrderedCollections OrderedSet+Testing.swift
[122/193] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[123/193] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[124/193] Compiling OrderedCollections OrderedSet.swift
[125/193] Compiling OrderedCollections _UnsafeBitset.swift
[126/193] Compiling SwiftSyntax Utils.swift
[136/201] Emitting module OrderedCollections
[145/251] 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 |
[146/251] 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 |
[147/251] 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 |
[148/251] 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 |
[149/251] 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 |
[150/251] 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 |
[151/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
[152/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
[153/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
[154/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
[155/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
[156/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
[157/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
[158/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) {
[159/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) {
[160/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) {
[161/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) {
[162/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) {
[163/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) {
[164/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) {
[165/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) {
[166/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) {
[167/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) {
[168/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) {
[169/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) {
[170/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) {
[171/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) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[172/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) }
[173/257] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[174/257] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[175/257] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[176/257] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[177/257] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[178/257] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[179/257] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[180/257] Compiling AsyncAlgorithms AsyncShareSequence.swift
[181/257] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[182/257] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[183/257] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[184/257] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[185/257] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[186/257] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[187/257] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[188/257] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[189/257] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[190/257] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[191/257] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[192/257] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[193/257] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[194/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) {
[195/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) {
[196/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) {
[197/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) {
[198/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) {
[199/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) {
BUILD FAILURE 6.1 wasm