Build Information
Failed to build AUv3Controls, reference 0.18.4 (10e8aa
), with Swift 6.1 for Wasm on 17 Jun 2025 01:03:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/AUv3Controls.git
Reference: 0.18.4
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/bradhowes/AUv3Controls
* tag 0.18.4 -> FETCH_HEAD
HEAD is now at 10e8aa8 Trying using swiftpackageindex.com for docs
Cloned https://github.com/bradhowes/AUv3Controls.git
Revision (git rev-parse @):
10e8aa8b911e0e842efece74c74c6d04dfaa8fdc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/AUv3Controls.git at 0.18.4
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bradhowes/AUv3Controls.git
https://github.com/bradhowes/AUv3Controls.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
},
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "AUv3Controls",
"name" : "AUv3Controls",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "AUv3Controls",
"targets" : [
"AUv3Controls"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AUv3ControlsTests",
"module_type" : "SwiftTarget",
"name" : "AUv3ControlsTests",
"path" : "Tests/AUv3ControlsTests",
"product_dependencies" : [
"ComposableArchitecture",
"SnapshotTesting"
],
"sources" : [
"AVFoundationTests.swift",
"AngleTests.swift",
"ClampTests.swift",
"ColorTests.swift",
"ControlFeatureTests.swift",
"DemoPreviewTests.swift",
"DualityTests.swift",
"EditorFeatureTests.swift",
"ExtensionsTests.swift",
"KnobFeatureTests.swift",
"LoggerTests.swift",
"NormValueTransformTests.swift",
"ThemeTests.swift",
"TitleFeatureTests.swift",
"ToggleFeatureTests.swift",
"TrackFeatureTests.swift",
"XCTest+Extensions.swift"
],
"target_dependencies" : [
"AUv3Controls"
],
"type" : "test"
},
{
"c99name" : "AUv3Controls",
"module_type" : "SwiftTarget",
"name" : "AUv3Controls",
"path" : "Sources/AUv3Controls",
"product_dependencies" : [
"ComposableArchitecture",
"AsyncAlgorithms"
],
"product_memberships" : [
"AUv3Controls"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AUv3Controls/Resources/Assets.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"DimmedAppearanceModifier.swift",
"EffectsContainers.swift",
"Examples/Duality.swift",
"Examples/Envelope.swift",
"Extensions/AUParameter.swift",
"Extensions/AUParameterTree.swift",
"Extensions/Angle.swift",
"Extensions/ClosedRange.swift",
"Extensions/Color.swift",
"Extensions/KeyPath.swift",
"Extensions/UUID.swift",
"Extensions/View.swift",
"Knob/ControlFeature.swift",
"Knob/EditorFeature.swift",
"Knob/KnobConfig.swift",
"Knob/KnobFeature.swift",
"Knob/KnobValueFormatter.swift",
"Knob/NormValueTransform.swift",
"Knob/TitleFeature.swift",
"Knob/TrackFeature.swift",
"Support/Logger.swift",
"Theme.swift",
"Toggle/CheckedToggleStyle.swift",
"Toggle/ToggleFeature.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/2082] Fetching swift-docc-plugin
[2/7067] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.41s)
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.59s)
[1/303725] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (14.54s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (15.09s)
Fetching https://github.com/apple/swift-collections.git
[1/16606] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.91s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.50s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (1.80s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.86s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (0.48s)
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-navigation
[1/1411] Fetching swift-perception
[58/4680] Fetching swift-perception, swift-sharing
[4681/6214] Fetching swift-perception, swift-sharing, swift-identified-collections
[4973/11681] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay
[6327/57088] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
[57089/127949] Fetching swift-perception, swift-sharing, swift-identified-collections, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-perception from cache (3.91s)
Fetched https://github.com/pointfreeco/swift-sharing from cache (3.91s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (3.92s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.92s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-navigation from cache (3.94s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/swiftlang/swift-syntax from cache (3.98s)
[1/4581] Fetching swift-custom-dump
[2521/8967] Fetching swift-custom-dump, swift-case-paths
[6066/9828] Fetching swift-custom-dump, swift-case-paths, swift-concurrency-extras
[9829/12238] Fetching swift-custom-dump, swift-case-paths, swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.37s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.35s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.36s)
[1/6249] Fetching swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.53s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.1 (4.87s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.42s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.42s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.43s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.42s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (1.84s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.42s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.45s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.47s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.60s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.44s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.29s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.71s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.43s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
Creating working copy for https://github.com/pointfreeco/swift-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.9.2
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.2
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 1.20.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-navigation
Working copy of https://github.com/pointfreeco/swift-navigation resolved at 2.3.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/79] Write sources
[2/79] Copying PrivacyInfo.xcprivacy
[2/79] Write sources
[25/79] Copying PrivacyInfo.xcprivacy
[27/79] Write sources
[48/79] Copying Assets.xcassets
[49/79] Compiling _SwiftSyntaxCShims dummy.c
[50/79] Compiling UIKitNavigationShim shim.m
[51/79] Write swift-version-24593BA9C3E375BF.txt
[53/124] Emitting module Sharing2
[54/124] Compiling IssueReporting ErrorReporting.swift
[55/124] Compiling IssueReporting AppHostWarning.swift
[56/124] Compiling IssueReporting Deprecations.swift
[57/124] Compiling IssueReporting FailureObserver.swift
[58/125] Compiling InternalCollectionsUtilities Debugging.swift
[59/125] Compiling InternalCollectionsUtilities Descriptions.swift
[60/125] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/125] Compiling IssueReporting BreakpointReporter.swift
[62/125] Compiling IssueReporting FatalErrorReporter.swift
[63/125] Compiling IssueReporting TestContext.swift
[64/125] Compiling IssueReporting Unimplemented.swift
[65/127] Compiling Sharing1 Empty.swift
[66/127] Emitting module Sharing1
[67/128] Emitting module SwiftSyntax600
[68/128] Compiling SwiftSyntax600 Empty.swift
[71/129] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[72/129] Compiling IssueReporting LockIsolated.swift
[73/129] Compiling IssueReporting Rethrows.swift
[74/129] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[76/129] Emitting module InternalCollectionsUtilities
[77/129] Compiling IssueReporting SwiftTesting.swift
[78/129] Compiling IssueReporting UncheckedSendable.swift
[81/129] Emitting module SwiftSyntax601
[82/129] Compiling SwiftSyntax601 Empty.swift
[83/129] Emitting module SwiftSyntax509
[84/129] Compiling SwiftSyntax509 Empty.swift
[85/130] Compiling Sharing2 Empty.swift
[86/132] Emitting module SwiftSyntax510
[87/132] Compiling SwiftSyntax510 Empty.swift
[89/133] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[93/134] Wrapping AST for SwiftSyntax600 for debugging
[94/135] Wrapping AST for SwiftSyntax601 for debugging
[95/144] Wrapping AST for SwiftSyntax509 for debugging
[97/145] Compiling IssueReporting WithExpectedIssue.swift
[98/145] Compiling IssueReporting WithIssueContext.swift
[98/150] Wrapping AST for SwiftSyntax510 for debugging
[100/279] Compiling ConcurrencyExtras Result.swift
[101/279] Compiling ConcurrencyExtras MainSerialExecutor.swift
[102/280] Compiling SwiftSyntax AbsolutePosition.swift
[103/280] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[104/282] Compiling SwiftSyntax MemoryLayout.swift
[105/282] Compiling SwiftSyntax MissingNodeInitializers.swift
[106/282] Emitting module ConcurrencyExtras
[107/282] Compiling ConcurrencyExtras UncheckedSendable.swift
[108/282] Compiling SwiftSyntax BumpPtrAllocator.swift
[109/282] Compiling SwiftSyntax CommonAncestor.swift
[110/282] Compiling SwiftSyntax Convenience.swift
[111/282] Compiling SwiftSyntax CustomTraits.swift
[112/282] Compiling DequeModule _DequeSlot.swift
[113/282] Compiling DequeModule _UnsafeWrappedBuffer.swift
[114/282] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[115/282] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[116/282] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[117/282] Compiling SwiftSyntax SyntaxBaseNodes.swift
[118/282] Compiling SwiftSyntax SyntaxCollections.swift
[119/282] Compiling SwiftSyntax SyntaxEnum.swift
[120/282] Compiling SwiftSyntax SyntaxKind.swift
[125/289] Compiling SwiftSyntax Assert.swift
[130/289] Compiling SwiftSyntax EditorPlaceholder.swift
[131/289] Emitting module IssueReporting
[134/289] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[135/289] Compiling ConcurrencyExtras Task.swift
[138/290] Compiling SwiftSyntax SyntaxRewriter.swift
[139/290] Compiling SwiftSyntax SyntaxTraits.swift
[140/290] Compiling SwiftSyntax SyntaxVisitor.swift
[141/290] Compiling SwiftSyntax TokenKind.swift
[142/290] Compiling SwiftSyntax Tokens.swift
[143/290] Compiling SwiftSyntax TriviaPieces.swift
[144/290] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[147/290] Compiling ConcurrencyExtras LockIsolated.swift
[149/291] Compiling SwiftSyntax Identifier.swift
[150/291] Compiling SwiftSyntax RawSyntax.swift
[151/291] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[156/291] Compiling SwiftSyntax SourceEdit.swift
[157/291] Compiling SwiftSyntax SourceLength.swift
[158/291] Compiling SwiftSyntax SyntaxIdentifier.swift
[159/291] Compiling SwiftSyntax SyntaxNodeFactory.swift
[160/291] Compiling SwiftSyntax SyntaxNodeStructure.swift
[161/291] Compiling SwiftSyntax SyntaxProtocol.swift
[162/291] Compiling SwiftSyntax SyntaxText.swift
[163/291] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[164/291] Compiling SwiftSyntax TokenDiagnostic.swift
[165/291] Compiling SwiftSyntax TokenSequence.swift
[166/291] Compiling SwiftSyntax TokenSyntax.swift
[167/291] Compiling SwiftSyntax SourceLocation.swift
[168/291] Compiling SwiftSyntax SourcePresence.swift
[169/291] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[170/291] Compiling SwiftSyntax Syntax.swift
[171/291] Compiling SwiftSyntax SyntaxArena.swift
[172/291] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[173/291] Compiling SwiftSyntax SyntaxChildren.swift
[174/291] Compiling SwiftSyntax SyntaxCollection.swift
[175/291] Compiling SwiftSyntax SyntaxHashable.swift
[176/291] Compiling SwiftSyntax Trivia.swift
[177/291] Compiling SwiftSyntax Utils.swift
[178/291] Compiling SwiftSyntax ChildNameForKeyPath.swift
[179/291] Compiling SwiftSyntax Keyword.swift
[188/291] Emitting module DequeModule
[190/328] Compiling XCTestDynamicOverlay Exports.swift
[191/328] Compiling CombineSchedulers AnyScheduler.swift
[192/328] Compiling CombineSchedulers Concurrency.swift
[193/328] Emitting module CombineSchedulers
[194/328] Compiling CombineSchedulers ImmediateScheduler.swift
[195/328] Compiling CombineSchedulers Deprecations.swift
[196/329] Compiling CombineSchedulers SwiftUI.swift
[197/329] Compiling CombineSchedulers TestScheduler.swift
[198/329] Compiling CombineSchedulers Lock.swift
[199/329] Compiling CombineSchedulers NSRecursiveLock.swift
[200/329] Compiling CombineSchedulers UIKit.swift
[201/329] Compiling CombineSchedulers UIScheduler.swift
[202/329] Compiling CombineSchedulers Timer.swift
[203/329] Compiling Clocks Timer.swift
[204/330] Compiling CombineSchedulers UnimplementedScheduler.swift
[205/331] Compiling Clocks ImmediateClock.swift
[206/331] Emitting module Clocks
[207/331] Compiling Clocks AnyClock.swift
[208/331] Compiling XCTestDynamicOverlay Deprecations.swift
[209/331] Emitting module XCTestDynamicOverlay
[210/332] Compiling Clocks Lock.swift
[211/332] Compiling Clocks _AsyncTimerSequence.swift
[214/332] Compiling Clocks SwiftUI.swift
[215/332] Compiling Clocks TestClock.swift
[224/332] Compiling OrderedCollections OrderedSet+Sendable.swift
[225/332] Compiling OrderedCollections OrderedSet+SubSequence.swift
[226/332] Compiling OrderedCollections OrderedSet+Testing.swift
[227/332] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[228/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[229/332] Compiling OrderedCollections OrderedSet.swift
[230/332] Compiling OrderedCollections _UnsafeBitset.swift
[231/332] Emitting module OrderedCollections
[232/333] Compiling Clocks UnimplementedClock.swift
[235/404] Compiling IdentifiedCollections Identified.swift
[236/404] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[237/412] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[238/412] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[239/412] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[240/412] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[241/412] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[242/412] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[243/412] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[244/412] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[245/414] Emitting module CasePathsCore
[246/449] Compiling CasePathsCore KeyPath+Sendable.swift
[247/449] Compiling CasePathsCore TypeName.swift
[248/461] Compiling CasePathsCore Never+CasePathable.swift
[249/461] Compiling CasePathsCore UncheckedSendable.swift
[250/461] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[251/461] Compiling AsyncAlgorithms ChannelStateMachine.swift
[252/461] Compiling AsyncAlgorithms ChannelStorage.swift
[253/461] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[254/461] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[255/461] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[256/461] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[257/461] Compiling CasePathsCore Optional+CasePathable.swift
[258/461] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[259/461] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[260/461] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[261/461] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[262/461] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[263/461] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[264/464] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[265/464] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[266/464] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[267/464] Compiling CasePathsCore Result+CasePathable.swift
[268/464] Emitting module CustomDump
[271/465] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[272/465] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[273/465] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[278/467] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[280/467] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[281/467] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[285/467] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[286/467] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[287/467] Compiling AsyncAlgorithms MergeStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[288/467] Compiling AsyncAlgorithms MergeStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[289/467] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[290/467] Compiling AsyncAlgorithms Rethrow.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
[291/467] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[292/467] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[293/467] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[314/482] Compiling IdentifiedCollections IdentifiedArray.swift
[315/482] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[318/482] Compiling AsyncAlgorithms DebounceStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[319/482] Compiling IdentifiedCollections IdentifiedCollection.swift
[320/482] Compiling AsyncAlgorithms DebounceStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[321/482] Compiling AsyncAlgorithms Dictionary.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[322/482] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
[323/482] Compiling AsyncAlgorithms Locking.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:53:12: error: Unsupported platform
51 | InitializeSRWLock(platformLock)
52 | #else
53 | #error("Unsupported platform")
| `- error: Unsupported platform
54 | #endif
55 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:73:12: error: Unsupported platform
71 | AcquireSRWLockExclusive(platformLock)
72 | #else
73 | #error("Unsupported platform")
| `- error: Unsupported platform
74 | #endif
75 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:86:12: error: Unsupported platform
84 | ReleaseSRWLockExclusive(platformLock)
85 | #else
86 | #error("Unsupported platform")
| `- error: Unsupported platform
87 | #endif
88 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:134:7: error: type of expression is ambiguous without a type annotation
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
| `- error: type of expression is ambiguous without a type annotation
135 | }
136 | }
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:141:12: error: type of expression is ambiguous without a type annotation
139 |
140 | init(_ initial: State) {
141 | buffer = LockedBuffer.create(minimumCapacity: 1) { buffer in
| `- error: type of expression is ambiguous without a type annotation
142 | buffer.withUnsafeMutablePointerToElements { Lock.initialize($0) }
143 | return initial
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[339/482] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[340/482] Compiling AsyncAlgorithms AsyncChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[341/482] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[344/482] Compiling Dependencies PreviewTrait.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[345/482] Compiling Dependencies TestTrait.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[346/482] Compiling Dependencies WithDependencies.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[347/482] Compiling AsyncAlgorithms CombineLatestStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[348/482] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[353/482] Emitting module IdentifiedCollections
[355/483] Emitting module PerceptionCore
[369/484] Compiling PerceptionCore WithPerceptionTracking.swift
[372/484] Compiling PerceptionCore PerceptionRegistrar.swift
[373/484] Compiling PerceptionCore PerceptionTracking.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[380/484] Emitting module AsyncAlgorithms
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:23:8: error: Unsupported platform
21 | import Bionic
22 | #else
23 | #error("Unsupported platform")
| `- error: Unsupported platform
24 | #endif
25 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:34:10: error: Unsupported platform
32 | typealias Primitive = SRWLOCK
33 | #else
34 | #error("Unsupported platform")
| `- error: Unsupported platform
35 | #endif
36 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:37:49: error: cannot find type 'Primitive' in scope
35 | #endif
36 |
37 | typealias PlatformLock = UnsafeMutablePointer<Primitive>
| `- error: cannot find type 'Primitive' in scope
38 | let platformLock: PlatformLock
39 |
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:132:63: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
130 |
131 | struct ManagedCriticalState<State> {
132 | private final class LockedBuffer: ManagedBuffer<State, Lock.Primitive> {
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
133 | deinit {
134 | withUnsafeMutablePointerToElements { Lock.deinitialize($0) }
[388/485] Compiling AsyncAlgorithms SetAlgebra.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[389/485] Compiling AsyncAlgorithms UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[390/485] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[391/485] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[392/485] Compiling AsyncAlgorithms ZipStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
[393/485] Compiling AsyncAlgorithms ZipStorage.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-algorithms/Sources/AsyncAlgorithms/Locking.swift:138:49: error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
24 | #endif
25 |
26 | internal struct Lock {
| `- note: 'Lock' declared here
27 | #if canImport(Darwin)
28 | typealias Primitive = os_unfair_lock
:
136 | }
137 |
138 | private let buffer: ManagedBuffer<State, Lock.Primitive>
| `- error: 'Primitive' is not a member type of struct 'AsyncAlgorithms.Lock'
139 |
140 | init(_ initial: State) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
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 Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/30] Write swift-version-24593BA9C3E375BF.txt
[4/75] Emitting module SwiftSyntax509
[5/75] Compiling SwiftSyntax509 Empty.swift
[6/76] Compiling Sharing1 Empty.swift
[7/76] Emitting module SwiftSyntax510
[8/76] Compiling SwiftSyntax510 Empty.swift
[9/77] Emitting module SwiftSyntax601
[10/77] Compiling SwiftSyntax601 Empty.swift
[11/78] Compiling SwiftSyntax600 Empty.swift
[12/78] Emitting module SwiftSyntax600
[13/78] Emitting module Sharing1
[14/79] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/81] Compiling Sharing2 Empty.swift
[16/81] Emitting module Sharing2
[22/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/78] Compiling InternalCollectionsUtilities Integer rank.swift
[24/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/80] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[27/80] Compiling InternalCollectionsUtilities Debugging.swift
[28/80] Compiling InternalCollectionsUtilities Descriptions.swift
[29/80] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[32/80] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[33/80] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[34/80] Compiling IssueReporting Unimplemented.swift
[35/81] Emitting module InternalCollectionsUtilities
[36/155] Emitting module IssueReporting
[37/155] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/155] Compiling SwiftSyntax CommonAncestor.swift
[39/155] Compiling SwiftSyntax SyntaxCollection.swift
[40/155] Compiling SwiftSyntax SyntaxHashable.swift
[41/155] Compiling SwiftSyntax SyntaxArena.swift
[42/155] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[43/155] Compiling SwiftSyntax SyntaxChildren.swift
[44/155] Compiling SwiftSyntax SourceLocation.swift
[45/155] Compiling SwiftSyntax SourcePresence.swift
[46/155] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[47/155] Compiling SwiftSyntax Assert.swift
[49/155] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[50/156] Emitting module ConcurrencyExtras
[51/157] Compiling SwiftSyntax Identifier.swift
[52/157] Compiling SwiftSyntax MemoryLayout.swift
[53/157] Compiling ConcurrencyExtras MainSerialExecutor.swift
[57/157] Compiling ConcurrencyExtras UncheckedSendable.swift
[58/157] Compiling ConcurrencyExtras LockIsolated.swift
[59/157] Compiling ConcurrencyExtras Result.swift
[60/157] Compiling ConcurrencyExtras Task.swift
[61/157] Compiling SwiftSyntax AbsolutePosition.swift
[62/157] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[68/158] Compiling SwiftSyntax Convenience.swift
[69/158] Compiling SwiftSyntax CustomTraits.swift
[70/158] Compiling SwiftSyntax EditorPlaceholder.swift
[73/229] Compiling OrderedCollections _HashTable+Constants.swift
[74/229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[75/265] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[76/265] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[77/267] Compiling XCTestDynamicOverlay Exports.swift
[78/267] Compiling PerceptionCore Locking.swift
[79/267] Compiling PerceptionCore ThreadLocal.swift
[80/267] Compiling PerceptionCore Unchecked.swift
[81/267] Compiling PerceptionCore _PerceptionRegistrar.swift
[82/267] Compiling CombineSchedulers UIScheduler.swift
[83/268] Compiling CombineSchedulers Timer.swift
[84/268] Compiling CombineSchedulers UIKit.swift
[85/268] Compiling PerceptionCore BetaChecking.swift
[86/268] Compiling PerceptionCore Exports.swift
[87/268] Emitting module CombineSchedulers
[88/268] Compiling PerceptionCore Bindable.swift
[89/268] Compiling PerceptionCore Environment.swift
[96/269] Compiling Clocks Timer.swift
[97/269] Compiling CombineSchedulers UnimplementedScheduler.swift
[98/271] Compiling PerceptionCore Perceptible.swift
[99/271] Compiling PerceptionCore PerceptionChecking.swift
[100/271] Emitting module PerceptionCore
[103/271] Emitting module Clocks
[104/271] Compiling Clocks AnyClock.swift
[105/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[106/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[107/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[108/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[109/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[110/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[111/271] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[112/271] Compiling PerceptionCore WithPerceptionTracking.swift
[114/278] Compiling Clocks ImmediateClock.swift
[115/278] Compiling Clocks _AsyncTimerSequence.swift
[116/278] Compiling Clocks Lock.swift
[117/278] Compiling PerceptionCore PerceptionTracking.swift
[118/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/278] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/278] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/278] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/278] Compiling DequeModule _DequeSlot.swift
[126/278] Compiling DequeModule _UnsafeWrappedBuffer.swift
[127/278] Compiling PerceptionCore PerceptionRegistrar.swift
[130/278] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[131/278] Compiling OrderedCollections OrderedDictionary+Elements.swift
[144/279] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[145/279] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[146/279] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[147/279] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[148/279] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[149/279] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[150/279] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[151/279] Compiling OrderedCollections OrderedDictionary+Values.swift
[152/279] Compiling OrderedCollections OrderedDictionary.swift
[153/279] Compiling OrderedCollections OrderedSet+Codable.swift
[154/279] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[155/279] Compiling OrderedCollections OrderedSet+Descriptions.swift
[156/279] Compiling OrderedCollections OrderedSet+Diffing.swift
[157/279] Compiling OrderedCollections OrderedSet+Equatable.swift
[158/279] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[159/279] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/279] Compiling OrderedCollections OrderedSet+Initializers.swift
[161/279] Compiling OrderedCollections OrderedSet+Insertions.swift
[162/279] Compiling OrderedCollections OrderedSet+Invariants.swift
[163/279] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[164/279] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[165/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[166/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[167/279] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[168/279] Emitting module DequeModule
[171/279] Compiling XCTestDynamicOverlay Deprecations.swift
[172/279] Emitting module XCTestDynamicOverlay
[173/281] Compiling Clocks TestClock.swift
[174/281] Compiling Clocks SwiftUI.swift
[177/281] Compiling Clocks UnimplementedClock.swift
[180/342] Compiling Dependencies Assert.swift
[181/342] Compiling Dependencies Calendar.swift
[182/342] Compiling Dependencies Clocks.swift
[183/342] Compiling Dependencies Context.swift
[184/345] Compiling Dependencies Dependency.swift
[185/345] Compiling Dependencies DependencyContext.swift
[186/345] Compiling Dependencies DependencyKey.swift
[187/345] Compiling Dependencies DependencyValues.swift
[188/345] Compiling CasePathsCore KeyPath+Sendable.swift
[189/345] Emitting module CasePathsCore
[190/345] Compiling CasePathsCore UncheckedSendable.swift
[191/346] Emitting module OrderedCollections
[192/346] Compiling OrderedCollections OrderedSet+Sendable.swift
[193/346] Compiling OrderedCollections OrderedSet+SubSequence.swift
[194/346] Compiling OrderedCollections OrderedSet+Testing.swift
[195/346] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[196/346] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[197/346] Compiling OrderedCollections OrderedSet.swift
[198/346] Compiling OrderedCollections _UnsafeBitset.swift
[199/346] Compiling Dependencies Locale.swift
[200/346] Compiling Dependencies MainQueue.swift
[201/346] Compiling Dependencies MainRunLoop.swift
[202/346] Compiling Dependencies OpenURL.swift
[203/346] Compiling Dependencies TimeZone.swift
[204/346] Compiling Dependencies URLSession.swift
[205/349] Compiling CasePathsCore TypeName.swift
[206/349] Compiling CasePathsCore Never+CasePathable.swift
[207/349] Compiling CasePathsCore Optional+CasePathable.swift
[217/349] Compiling Dependencies Date.swift
[218/349] Compiling Dependencies FireAndForget.swift
[219/350] Emitting module CustomDump
[220/350] Compiling Dependencies Deprecations.swift
[221/350] Compiling Dependencies Exports.swift
[222/350] Compiling Dependencies TypeName.swift
[223/350] Compiling Dependencies UUID.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[224/350] Compiling Dependencies WithRandomNumberGenerator.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[225/350] Compiling Dependencies AppEntryPoint.swift
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
[229/350] Compiling Dependencies TestTrait.swift
[230/350] Compiling Dependencies WithDependencies.swift
[231/350] Compiling CustomDump String.swift
[235/350] Compiling CustomDump Unordered.swift
[236/350] Compiling CustomDump XCTAssertDifference.swift
[237/350] Compiling CustomDump XCTAssertNoDifference.swift
[239/350] Compiling CasePathsCore Result+CasePathable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[244/351] Emitting module Dependencies
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/Internal/AppEntryPoint.swift:3:11: error: cannot find type 'Thread' in scope
1 | import Foundation
2 |
3 | extension Thread {
| `- error: cannot find type 'Thread' in scope
4 | static var isPreviewAppEntryPoint: Bool {
5 | guard ProcessInfo.processInfo.environment["XCODE_RUNNING_FOR_PREVIEWS"] == "1"
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:285:33: error: cannot find 'Thread' in scope
283 | set {
284 | if DependencyValues.isPreparing {
285 | if context == .preview, Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
286 | reportIssue("Ignoring dependencies prepared in preview app entry point")
287 | return
/host/spi-builder-workspace/.build/checkouts/swift-dependencies/Sources/Dependencies/DependencyValues.swift:577:14: error: cannot find 'Thread' in scope
575 | value = (key as? any DependencyKey.Type)?.liveValue as? Key.Value
576 | case .preview:
577 | if Thread.isPreviewAppEntryPoint {
| `- error: cannot find 'Thread' in scope
578 | return Key.previewValue
579 | }
[254/351] Compiling Dependencies PreviewTrait.swift
BUILD FAILURE 6.1 wasm