Build Information
Failed to build AUv3Controls, reference 0.19.0 (423a28
), with Swift 6.1 for Wasm on 22 Jun 2025 12:25:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/AUv3Controls.git
Reference: 0.19.0
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.19.0 -> FETCH_HEAD
HEAD is now at 423a281 Use TCA debounce for title change
Cloned https://github.com/bradhowes/AUv3Controls.git
Revision (git rev-parse @):
423a2819592b889fc8ccbf27a0d2b3e6ad65d9f0
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bradhowes/AUv3Controls.git at 0.19.0
========================================
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.20.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.18.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.4",
"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-4606859-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/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/swift-composable-architecture
Fetching https://github.com/apple/swift-async-algorithms
Fetching https://github.com/apple/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
[251/7067] Fetching swift-docc-plugin, swift-async-algorithms
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
[1/13798] Fetching swift-snapshot-testing
[13799/317571] Fetching swift-snapshot-testing, swift-composable-architecture
Fetched https://github.com/apple/swift-async-algorithms from cache (15.93s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (16.01s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (16.26s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (16.91s)
Fetching https://github.com/apple/swift-collections.git
[1/16640] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 1.20.2 (1.62s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-sharing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-navigation
Fetching https://github.com/pointfreeco/swift-perception
Fetching https://github.com/pointfreeco/swift-identified-collections
[1/3269] Fetching swift-sharing
[1146/4680] Fetching swift-sharing, swift-perception
[4681/6214] Fetching swift-sharing, swift-perception, swift-identified-collections
[4820/11681] Fetching swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay
[5474/57089] Fetching swift-sharing, swift-perception, swift-identified-collections, xctest-dynamic-overlay, swift-navigation
Fetched https://github.com/pointfreeco/swift-perception from cache (0.42s)
Fetching https://github.com/pointfreeco/swift-dependencies
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.44s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[10002/54144] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation
[25084/58725] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-custom-dump
[41471/129650] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
[38253/125069] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[48809/131318] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-dependencies
[68905/132179] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-dependencies, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.33s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.71s)
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/combine-schedulers
[65492/125069] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
[70458/127479] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, combine-schedulers
[73165/131873] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, combine-schedulers, swift-case-paths
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.41s)
[82653/129463] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax, swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.42s)
[78968/125069] Fetching swift-sharing, xctest-dynamic-overlay, swift-navigation, swift-syntax
Fetched https://github.com/pointfreeco/swift-sharing from cache (4.46s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.47s)
Fetched https://github.com/pointfreeco/swift-navigation from cache (4.48s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.51s)
Computing version for https://github.com/pointfreeco/swift-navigation
Computed https://github.com/pointfreeco/swift-navigation at 2.3.1 (5.03s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 1.1.1 (0.52s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.49s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.48s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.49s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.52s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.1 (2.12s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.66s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.48s)
Computing version for https://github.com/pointfreeco/swift-perception
Computed https://github.com/pointfreeco/swift-perception at 1.6.0 (0.52s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (2.18s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.37s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.97s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.72s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.9.2 (0.52s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.33s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.84s)
Computing version for https://github.com/pointfreeco/swift-sharing
Computed https://github.com/pointfreeco/swift-sharing at 2.5.2 (0.51s)
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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/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-perception
Working copy of https://github.com/pointfreeco/swift-perception resolved at 1.6.0
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/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-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/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-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-sharing
Working copy of https://github.com/pointfreeco/swift-sharing resolved at 2.5.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-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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
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.1
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/79] Write sources
[27/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] Emitting module SwiftSyntax601
[55/124] Emitting module IssueReporting
[56/126] Emitting module SwiftSyntax510
[57/126] Compiling SwiftSyntax510 Empty.swift
[58/127] Emitting module SwiftSyntax509
[59/127] Compiling SwiftSyntax509 Empty.swift
[60/128] Emitting module SwiftSyntax600
[61/128] Compiling SwiftSyntax600 Empty.swift
[62/129] Compiling SwiftSyntax601 Empty.swift
[67/130] Compiling Sharing1 Empty.swift
[68/130] Emitting module Sharing1
[69/130] Compiling IssueReporting WithExpectedIssue.swift
[70/130] Compiling IssueReporting WithIssueContext.swift
[70/131] Wrapping AST for SwiftSyntax510 for debugging
[71/131] Compiling IssueReporting Warn.swift
[72/131] Compiling IssueReporting XCTest.swift
[74/132] Compiling Sharing2 Empty.swift
[75/133] Compiling IssueReporting TestContext.swift
[76/133] Compiling IssueReporting Unimplemented.swift
[78/133] Compiling IssueReporting IsTesting.swift
[79/133] Compiling IssueReporting IssueReporter.swift
[79/133] Wrapping AST for SwiftSyntax601 for debugging
[81/133] Compiling IssueReporting ErrorReporting.swift
[82/133] Compiling IssueReporting AppHostWarning.swift
[83/133] Compiling IssueReporting Deprecations.swift
[84/133] Compiling IssueReporting FailureObserver.swift
[85/133] Compiling IssueReporting LockIsolated.swift
[86/133] Compiling IssueReporting Rethrows.swift
[87/133] Emitting module InternalCollectionsUtilities
[88/133] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/133] Compiling IssueReporting SwiftTesting.swift
[92/133] Compiling IssueReporting UncheckedSendable.swift
[94/145] Wrapping AST for SwiftSyntax600 for debugging
[95/206] Wrapping AST for SwiftSyntax509 for debugging
[97/208] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[98/209] Emitting module ConcurrencyExtras
[100/280] Compiling ConcurrencyExtras UncheckedSendable.swift
[101/280] Compiling DequeModule _DequeBuffer.swift
[102/280] Compiling DequeModule _DequeBufferHeader.swift
[103/282] Compiling DequeModule Deque+Testing.swift
[104/282] Compiling DequeModule Deque._Storage.swift
[105/282] Compiling DequeModule Deque+Equatable.swift
[106/282] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/282] Compiling DequeModule Deque+CustomReflectable.swift
[108/282] Compiling DequeModule Deque+Descriptions.swift
[109/282] Compiling DequeModule Deque+Extras.swift
[110/282] Compiling DequeModule Deque+Hashable.swift
[111/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/282] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/282] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/282] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[125/289] Compiling OrderedCollections OrderedDictionary.swift
[126/289] Compiling OrderedCollections OrderedSet+Codable.swift
[127/289] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/289] Compiling OrderedCollections OrderedSet+Descriptions.swift
[129/289] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/289] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/289] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/289] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/289] Compiling DequeModule _DequeSlot.swift
[134/289] Compiling DequeModule _UnsafeWrappedBuffer.swift
[135/289] Compiling ConcurrencyExtras LockIsolated.swift
[136/289] Compiling DequeModule Deque+Codable.swift
[137/289] Compiling DequeModule Deque+Collection.swift
[138/289] Compiling ConcurrencyExtras MainSerialExecutor.swift
[139/289] Compiling ConcurrencyExtras Result.swift
[140/289] Compiling ConcurrencyExtras Task.swift
[162/291] Compiling DequeModule Deque._UnsafeHandle.swift
[163/291] Compiling DequeModule Deque.swift
[168/291] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[169/291] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[170/291] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[171/291] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[172/291] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[173/291] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[174/291] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[175/291] Compiling OrderedCollections OrderedDictionary+Values.swift
[176/291] Compiling OrderedCollections OrderedSet+Initializers.swift
[177/291] Compiling OrderedCollections OrderedSet+Insertions.swift
[178/291] Compiling OrderedCollections OrderedSet+Invariants.swift
[179/291] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[180/291] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[181/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[182/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[183/291] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[188/291] Emitting module DequeModule
[190/328] Compiling XCTestDynamicOverlay Exports.swift
[191/328] Compiling CombineSchedulers UIScheduler.swift
[192/328] Compiling CombineSchedulers Timer.swift
[193/328] Compiling CombineSchedulers UIKit.swift
[194/329] Compiling CombineSchedulers ImmediateScheduler.swift
[195/329] Compiling CombineSchedulers Deprecations.swift
[196/329] Compiling CombineSchedulers Lock.swift
[197/329] Compiling CombineSchedulers NSRecursiveLock.swift
[198/329] Compiling CombineSchedulers AnyScheduler.swift
[199/329] Compiling CombineSchedulers Concurrency.swift
[200/329] Compiling CombineSchedulers SwiftUI.swift
[201/329] Compiling CombineSchedulers TestScheduler.swift
[202/329] Compiling Clocks Timer.swift
[203/330] Emitting module CombineSchedulers
[212/330] Compiling CombineSchedulers UnimplementedScheduler.swift
[213/331] Compiling Clocks SwiftUI.swift
[214/331] Compiling Clocks AnyClock.swift
[215/331] Compiling Clocks ImmediateClock.swift
[216/331] Emitting module XCTestDynamicOverlay
[218/331] Emitting module Clocks
[219/331] Compiling OrderedCollections OrderedSet+Sendable.swift
[220/331] Compiling OrderedCollections OrderedSet+SubSequence.swift
[221/331] Compiling OrderedCollections OrderedSet+Testing.swift
[222/331] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[223/331] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[224/331] Compiling OrderedCollections OrderedSet.swift
[225/331] Compiling OrderedCollections _UnsafeBitset.swift
[226/331] Compiling Clocks Lock.swift
[227/331] Compiling Clocks _AsyncTimerSequence.swift
[228/331] Compiling XCTestDynamicOverlay Deprecations.swift
[230/332] Compiling Clocks UnimplementedClock.swift
[231/332] Compiling Clocks TestClock.swift
[233/370] Emitting module OrderedCollections
[234/388] Compiling CasePathsCore UncheckedSendable.swift
[235/395] Compiling Dependencies Dependency.swift
[236/395] Compiling Dependencies DependencyContext.swift
[238/395] Compiling Dependencies MainRunLoop.swift
[239/395] Compiling Dependencies OpenURL.swift
[240/395] Compiling Dependencies TimeZone.swift
[241/395] Compiling Dependencies URLSession.swift
[242/395] Compiling CasePathsCore KeyPath+Sendable.swift
[243/395] Compiling Dependencies Calendar.swift
[244/395] Compiling Dependencies Clocks.swift
[245/395] Compiling Dependencies Locale.swift
[246/395] Compiling Dependencies MainQueue.swift
[247/395] Compiling CasePathsCore TypeName.swift
[248/395] Compiling Dependencies Context.swift
[249/395] Compiling Dependencies Date.swift
[250/395] Compiling Dependencies FireAndForget.swift
[251/395] Compiling Dependencies Assert.swift
[252/398] Compiling CasePathsCore Never+CasePathable.swift
[253/398] Compiling CasePathsCore Optional+CasePathable.swift
[256/398] Compiling Dependencies DependencyKey.swift
[257/398] Compiling Dependencies DependencyValues.swift
[258/398] Compiling CustomDump Identifiable.swift
[259/398] Compiling CustomDump Mirror.swift
[260/398] Compiling CustomDump String.swift
[263/398] Emitting module CasePathsCore
[270/401] Compiling CasePathsCore Result+CasePathable.swift
[271/406] Compiling Dependencies WithRandomNumberGenerator.swift
[272/406] Compiling Dependencies AppEntryPoint.swift
[273/406] Compiling Dependencies PreviewTrait.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[274/406] 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"
[275/451] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[276/451] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[277/451] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[278/453] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[279/453] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[280/453] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[281/465] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[282/465] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[283/465] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[284/465] Compiling AsyncAlgorithms AsyncBufferSequence.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"
[285/465] Compiling AsyncAlgorithms ChannelStateMachine.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"
[286/465] Compiling AsyncAlgorithms ChannelStorage.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"
[288/465] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
/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 | }
[289/465] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
/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 | }
[290/465] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
/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 | }
[291/465] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
/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 | }
[292/465] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[293/465] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[294/465] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[295/465] Emitting module CustomDump
[298/465] 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 |
[299/465] 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 |
[300/465] 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 |
[301/465] 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 |
[302/465] 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 |
[303/465] 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 |
[304/472] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[309/474] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[310/474] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[311/474] Emitting module PerceptionCore
[313/474] Compiling IdentifiedCollections IdentifiedArray+IdentifiedCollection.swift
[316/474] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[317/474] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[320/474] Compiling IdentifiedCollections IdentifiedArray.swift
[331/483] Compiling IdentifiedCollections IdentifiedCollection.swift
[345/483] Compiling PerceptionCore WithPerceptionTracking.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) {
[349/483] 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) {
[350/483] 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) {
[351/483] 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) {
[354/483] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.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) {
[355/483] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.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) {
[356/483] Compiling AsyncAlgorithms CombineLatestStateMachine.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) {
[357/483] 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) {
[358/483] 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
[359/483] 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
[360/483] 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
[361/483] 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
[362/483] 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
[363/483] 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
[364/483] Emitting module IdentifiedCollections
[370/484] Compiling PerceptionCore PerceptionRegistrar.swift
[371/484] Compiling PerceptionCore PerceptionTracking.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/84] Emitting module SwiftSyntax509
[5/84] Compiling SwiftSyntax509 Empty.swift
[6/85] Compiling SwiftSyntax600 Empty.swift
[7/85] Compiling SwiftSyntax601 Empty.swift
[8/85] Compiling Sharing2 Empty.swift
[9/85] Emitting module Sharing2
[10/86] Emitting module Sharing1
[11/86] Compiling Sharing1 Empty.swift
[13/87] Emitting module SwiftSyntax601
[14/87] Emitting module SwiftSyntax600
[15/89] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/89] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[17/89] Compiling InternalCollectionsUtilities Integer rank.swift
[18/89] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[19/91] Compiling ConcurrencyExtras LockIsolated.swift
[21/92] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[22/92] Compiling InternalCollectionsUtilities Debugging.swift
[23/92] Compiling InternalCollectionsUtilities Descriptions.swift
[24/92] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[25/92] Compiling ConcurrencyExtras MainSerialExecutor.swift
[26/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[27/92] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/92] Emitting module ConcurrencyExtras
[33/90] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/90] Compiling ConcurrencyExtras Result.swift
[37/90] Compiling ConcurrencyExtras Task.swift
[38/92] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/92] Compiling ConcurrencyExtras UncheckedSendable.swift
[40/93] Compiling IssueReporting TestContext.swift
[41/93] Compiling IssueReporting Unimplemented.swift
[45/93] Compiling SwiftSyntax510 Empty.swift
[46/93] Compiling IssueReporting BreakpointReporter.swift
[47/93] Compiling IssueReporting FatalErrorReporter.swift
[48/93] Compiling IssueReporting RuntimeWarningReporter.swift
[49/93] Compiling IssueReporting ReportIssue.swift
[50/93] Emitting module SwiftSyntax510
[51/94] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/94] Emitting module IssueReporting
[59/93] Emitting module InternalCollectionsUtilities
[60/94] Compiling IssueReporting WithExpectedIssue.swift
[61/94] Compiling IssueReporting WithIssueContext.swift
[73/265] Compiling DequeModule Deque+Testing.swift
[74/265] Compiling DequeModule Deque._Storage.swift
[75/266] Compiling CombineSchedulers SwiftUI.swift
[76/266] Compiling CombineSchedulers TestScheduler.swift
[77/266] Compiling CombineSchedulers Timer.swift
[78/266] Compiling CombineSchedulers Lock.swift
[79/266] Compiling CombineSchedulers NSRecursiveLock.swift
[80/266] Compiling CombineSchedulers ImmediateScheduler.swift
[81/266] Compiling CombineSchedulers Deprecations.swift
[82/266] Compiling CombineSchedulers UIKit.swift
[83/266] Compiling CombineSchedulers UIScheduler.swift
[84/266] Compiling XCTestDynamicOverlay Exports.swift
[85/266] Compiling Clocks Timer.swift
[86/267] Emitting module CombineSchedulers
[87/267] Compiling DequeModule _DequeBuffer.swift
[88/267] Compiling DequeModule _DequeBufferHeader.swift
[89/269] Compiling CombineSchedulers UnimplementedScheduler.swift
[90/269] Emitting module XCTestDynamicOverlay
[91/270] Compiling Clocks ImmediateClock.swift
[92/270] Emitting module PerceptionCore
[93/270] Emitting module Clocks
[94/270] Compiling Clocks AnyClock.swift
[95/271] Compiling PerceptionCore PerceptionTracking.swift
[97/271] Compiling Clocks Lock.swift
[98/271] Compiling PerceptionCore PerceptionRegistrar.swift
[99/271] Compiling DequeModule Deque+Equatable.swift
[100/271] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/271] Compiling PerceptionCore WithPerceptionTracking.swift
[110/272] Compiling XCTestDynamicOverlay Deprecations.swift
[111/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[112/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[113/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[114/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[115/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[116/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[117/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[118/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[119/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[120/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[121/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[122/273] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[123/273] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[124/273] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[126/280] Compiling Clocks SwiftUI.swift
[127/280] Compiling Clocks _AsyncTimerSequence.swift
[128/280] Compiling Clocks TestClock.swift
[130/280] Compiling DequeModule _DequeSlot.swift
[131/280] Compiling DequeModule _UnsafeWrappedBuffer.swift
[132/280] Compiling Clocks UnimplementedClock.swift
[139/281] Compiling DequeModule Deque._UnsafeHandle.swift
[140/281] Compiling DequeModule Deque.swift
[143/281] Compiling OrderedCollections OrderedDictionary.swift
[144/281] Compiling OrderedCollections OrderedSet+Codable.swift
[145/281] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[146/281] Compiling OrderedCollections OrderedSet+Descriptions.swift
[147/281] Compiling OrderedCollections OrderedSet+Diffing.swift
[148/281] Compiling OrderedCollections OrderedSet+Equatable.swift
[149/281] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[150/281] Compiling OrderedCollections OrderedSet+Hashable.swift
[151/281] Compiling OrderedCollections OrderedSet+Initializers.swift
[152/281] Compiling OrderedCollections OrderedSet+Insertions.swift
[153/281] Compiling OrderedCollections OrderedSet+Invariants.swift
[154/281] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[155/281] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[156/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[157/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[158/281] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[159/281] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[160/281] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[161/281] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[162/281] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[163/281] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[164/281] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[165/281] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[166/281] Compiling OrderedCollections OrderedDictionary+Values.swift
[170/318] Emitting module DequeModule
[171/319] Compiling CustomDump UserNotifications.swift
[172/319] Compiling CustomDump UserNotificationsUI.swift
[173/319] Compiling CustomDump CustomDumpReflectable.swift
[174/319] Compiling CustomDump CustomDumpRepresentable.swift
[175/319] Compiling CustomDump StoreKit.swift
[176/319] Compiling CustomDump Swift.swift
[177/319] Compiling CustomDump SwiftUI.swift
[178/319] Compiling CustomDump UIKit.swift
[180/324] Emitting module CasePathsCore
[181/324] Compiling Dependencies Dependency.swift
[182/324] Compiling Dependencies DependencyContext.swift
[183/337] Compiling CasePathsCore UncheckedSendable.swift
[184/343] Compiling Dependencies Assert.swift
[185/343] Compiling Dependencies Calendar.swift
[186/343] Compiling Dependencies Clocks.swift
[187/343] Compiling Dependencies Context.swift
[188/346] Compiling CasePathsCore KeyPath+Sendable.swift
[189/346] Compiling CasePathsCore TypeName.swift
[190/346] Compiling CasePathsCore Never+CasePathable.swift
[191/346] Compiling CasePathsCore Optional+CasePathable.swift
[194/346] Compiling Dependencies DependencyKey.swift
[195/346] Compiling Dependencies DependencyValues.swift
[196/346] Compiling CasePathsCore Result+CasePathable.swift
[197/346] Compiling CustomDump Identifiable.swift
[198/346] Compiling CustomDump Mirror.swift
[199/346] Compiling CustomDump String.swift
[200/346] Compiling Dependencies Exports.swift
[201/346] Compiling Dependencies TypeName.swift
[202/346] Compiling CustomDump CollectionDifference.swift
[203/346] Compiling Dependencies Locale.swift
[204/346] Compiling Dependencies MainQueue.swift
[205/346] Compiling Dependencies MainRunLoop.swift
[206/346] Compiling Dependencies OpenURL.swift
[207/346] Compiling Dependencies TimeZone.swift
[208/346] Compiling Dependencies URLSession.swift
[214/350] Compiling CustomDump Unordered.swift
[215/350] Compiling CustomDump XCTAssertDifference.swift
[216/350] Compiling CustomDump XCTAssertNoDifference.swift
[219/350] Compiling Dependencies Date.swift
[220/350] Compiling Dependencies FireAndForget.swift
[221/350] Compiling Dependencies Deprecations.swift
[224/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"
[225/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"
[226/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"
error: emit-module command failed with exit code 1 (use -v to see invocation)
[227/350] 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 | }
[232/350] Emitting module CustomDump
[233/350] Compiling OrderedCollections OrderedSet+Sendable.swift
[234/350] Compiling OrderedCollections OrderedSet+SubSequence.swift
[235/350] Compiling OrderedCollections OrderedSet+Testing.swift
[236/350] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[237/350] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[238/350] Compiling OrderedCollections OrderedSet.swift
[239/350] Compiling OrderedCollections _UnsafeBitset.swift
[240/350] Emitting module OrderedCollections
[259/360] Compiling Dependencies PreviewTrait.swift
[260/360] Compiling Dependencies TestTrait.swift
[261/360] Compiling Dependencies WithDependencies.swift
BUILD FAILURE 6.1 wasm