Build Information
Failed to build composable-core-motion, reference main (e06c2f
), with Swift 6.1 for Linux on 26 Apr 2025 14:42:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/composable-core-motion.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/composable-core-motion
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e06c2fb Add `.editorconfig` for consistent code formatting (#11)
Cloned https://github.com/pointfreeco/composable-core-motion.git
Revision (git rev-parse @):
e06c2fbb14fd0fdc5240a058b02871451b0c36b8
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/composable-core-motion.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/composable-core-motion.git
https://github.com/pointfreeco/composable-core-motion.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "0.21.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
}
],
"manifest_display_name" : "composable-core-motion",
"name" : "composable-core-motion",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ComposableCoreMotion",
"targets" : [
"ComposableCoreMotion"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ComposableCoreMotionTests",
"module_type" : "SwiftTarget",
"name" : "ComposableCoreMotionTests",
"path" : "Tests/ComposableCoreMotionTests",
"sources" : [
"ComposableCoreMotionTests.swift"
],
"target_dependencies" : [
"ComposableCoreMotion"
],
"type" : "test"
},
{
"c99name" : "ComposableCoreMotion",
"module_type" : "SwiftTarget",
"name" : "ComposableCoreMotion",
"path" : "Sources/ComposableCoreMotion",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"ComposableCoreMotion"
],
"sources" : [
"HeadphoneMotionManager/HeadphoneMotionManagerInterface.swift",
"HeadphoneMotionManager/HeadphoneMotionManagerLive.swift",
"HeadphoneMotionManager/HeadphoneMotionManagerMock.swift",
"Internal/Exports.swift",
"Internal/Unimplemented.swift",
"Models/AccelerometerData.swift",
"Models/Attitude.swift",
"Models/DeviceMotion.swift",
"Models/GyroData.swift",
"Models/MagnetometerData.swift",
"MotionManager/MotionManagerInterface.swift",
"MotionManager/MotionManagerLive.swift",
"MotionManager/MotionManagerMock.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/303509] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (14.29s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (14.77s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/1394] Fetching swiftui-navigation
[1395/2246] Fetching swiftui-navigation, swift-concurrency-extras
[2247/6827] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump
[6828/8335] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump, swift-identified-collections
[6949/13723] Fetching swiftui-navigation, swift-concurrency-extras, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.29s)
[7717/12871] Fetching swiftui-navigation, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.29s)
[3298/8290] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
[5975/14491] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.48s)
Fetching https://github.com/apple/swift-collections
[1/4368] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.58s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.59s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.59s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.30s)
[1/2410] Fetching combine-schedulers
[26/18652] Fetching combine-schedulers, swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.22s)
[2924/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (0.90s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (1.84s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.47s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.27s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.73s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.47s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.46s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.46s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.47s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.46s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.63s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 0.59.0
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Building for debugging...
[0/14] Write sources
[13/14] Write swift-version-24593BA9C3E375BF.txt
[15/47] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[16/48] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[17/48] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/48] Emitting module InternalCollectionsUtilities
[19/48] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[20/48] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[21/48] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/48] Compiling InternalCollectionsUtilities _SortedCollection.swift
[23/48] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[24/50] Emitting module ConcurrencyExtras
[25/51] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[26/51] Compiling InternalCollectionsUtilities Integer rank.swift
[27/51] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/51] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/51] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[30/51] Compiling InternalCollectionsUtilities Debugging.swift
[31/51] Compiling InternalCollectionsUtilities Descriptions.swift
[32/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[33/51] Compiling InternalCollectionsUtilities Specialize.swift
[34/51] Compiling ConcurrencyExtras UncheckedSendable.swift
[35/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/51] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[39/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[40/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[41/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[42/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[43/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[44/107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[45/114] Compiling XCTestDynamicOverlay Unimplemented.swift
[46/114] Compiling XCTestDynamicOverlay XCTFail.swift
[47/114] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[48/114] Compiling ConcurrencyExtras Locking.swift
[49/114] Compiling ConcurrencyExtras LockIsolated.swift
[50/114] Compiling ConcurrencyExtras ActorIsolated.swift
[51/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[52/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[53/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[54/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[55/114] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[56/114] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[57/114] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[58/114] Compiling ConcurrencyExtras AsyncStream.swift
[59/114] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[60/114] Compiling ConcurrencyExtras MainSerialExecutor.swift
[61/114] Compiling ConcurrencyExtras Task.swift
[62/115] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[63/115] Compiling XCTestDynamicOverlay Deprecations.swift
[64/115] Emitting module XCTestDynamicOverlay
[65/115] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[66/115] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[69/159] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[70/159] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[71/159] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[72/159] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[73/159] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[74/159] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[75/159] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[76/159] Compiling OrderedCollections OrderedDictionary+Values.swift
[77/159] Compiling CustomDump Dump.swift
[78/159] Compiling CustomDump AnyType.swift
[79/159] Compiling CustomDump StoreKit.swift
[80/159] Compiling CustomDump Swift.swift
[81/159] Compiling CustomDump SwiftUI.swift
[82/159] Compiling CustomDump Box.swift
[83/159] Compiling CustomDump CollectionDifference.swift
[84/159] Compiling CustomDump Mirror.swift
[85/159] Compiling OrderedCollections _HashTable+Bucket.swift
[86/159] Compiling OrderedCollections _HashTable+BucketIterator.swift
[87/159] Compiling OrderedCollections _HashTable+Constants.swift
[88/159] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[89/159] Compiling OrderedCollections _HashTable+Testing.swift
[90/159] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[91/159] Compiling OrderedCollections _HashTable.swift
[92/159] Compiling OrderedCollections _Hashtable+Header.swift
[93/159] Compiling Clocks AnyClock.swift
[94/159] Compiling Clocks ImmediateClock.swift
[95/159] Compiling CombineSchedulers ImmediateScheduler.swift
[96/159] Compiling CombineSchedulers Deprecations.swift
[97/159] Compiling CombineSchedulers SwiftUI.swift
[98/159] Compiling CombineSchedulers TestScheduler.swift
[99/159] Compiling CombineSchedulers Lock.swift
[100/159] Compiling CombineSchedulers NSRecursiveLock.swift
[101/159] Compiling OrderedCollections OrderedSet+Initializers.swift
[102/159] Compiling OrderedCollections OrderedSet+Insertions.swift
[103/159] Compiling OrderedCollections OrderedSet+Invariants.swift
[104/159] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[105/159] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[106/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[107/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[108/159] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[109/169] Emitting module CombineSchedulers
[114/170] Compiling Clocks Shims.swift
[115/171] Compiling CombineSchedulers UIScheduler.swift
[120/171] Compiling CombineSchedulers UnimplementedScheduler.swift
[121/171] Compiling CombineSchedulers UIKit.swift
[122/171] Compiling CombineSchedulers Timer.swift
[123/172] Compiling Clocks Timer.swift
[124/172] Compiling CasePaths OpenExistential.swift
[126/172] Compiling CasePaths TypeName.swift
[127/172] Compiling CasePaths Operators.swift
[128/172] Compiling CasePaths XCTUnwrap.swift
[129/172] Emitting module Clocks
[130/172] Compiling OrderedCollections OrderedSet+Sendable.swift
[131/172] Compiling OrderedCollections OrderedSet+SubSequence.swift
[132/172] Compiling OrderedCollections OrderedSet+Testing.swift
[133/172] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[134/172] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[135/172] Compiling OrderedCollections OrderedSet.swift
[136/172] Compiling OrderedCollections _UnsafeBitset.swift
[140/172] Compiling Clocks Lock.swift
[141/173] Compiling Clocks _AsyncTimerSequence.swift
[142/175] Compiling Clocks UnimplementedClock.swift
[145/175] Emitting module CustomDump
[150/175] Compiling Clocks SwiftUI.swift
[151/175] Compiling Clocks TestClock.swift
[153/176] Emitting module OrderedCollections
[154/177] Compiling CasePaths CasePaths.swift
[155/177] Compiling CasePaths EnumReflection.swift
[156/177] Emitting module CasePaths
[157/177] Compiling CasePaths CasePath.swift
[159/178] Compiling CustomDump String.swift
[160/178] Compiling CustomDump Unordered.swift
[161/178] Compiling CustomDump XCTAssertNoDifference.swift
[163/200] Compiling Dependencies URLSession.swift
[164/200] Compiling Dependencies Exports.swift
[165/200] Compiling Dependencies OpenExistential.swift
[166/200] Compiling Dependencies Clocks.swift
[167/200] Compiling Dependencies Locale.swift
[168/200] Compiling Dependencies MainQueue.swift
[169/200] Compiling Dependencies Date.swift
[170/200] Compiling Dependencies FireAndForget.swift
[171/200] Compiling Dependencies Dependency.swift
[172/200] Compiling Dependencies DependencyContext.swift
[173/200] Compiling Dependencies DependencyKey.swift
[174/200] Compiling Dependencies OpenURL.swift
[175/200] Compiling Dependencies TimeZone.swift
[176/200] Compiling Dependencies RuntimeWarnings.swift
[177/200] Compiling Dependencies DependencyValues.swift
[178/200] Compiling Dependencies Calendar.swift
[180/217] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[181/217] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[182/217] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[183/219] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[184/219] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[185/219] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[186/219] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[187/219] Compiling IdentifiedCollections Identified.swift
[188/219] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[189/219] Emitting module Dependencies
[190/219] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[191/219] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[192/219] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[195/227] Compiling Dependencies MainRunLoop.swift
[199/227] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[203/229] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[204/229] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[206/229] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[209/230] Compiling SwiftUINavigationCore AlertState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[210/230] Emitting module SwiftUINavigationCore
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[216/230] Compiling SwiftUINavigationCore Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[217/230] Compiling SwiftUINavigationCore RuntimeWarnings.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[222/230] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[223/230] Compiling IdentifiedCollections IdentifiedArray.swift
[224/230] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[225/230] Emitting module IdentifiedCollections
[226/231] Compiling Dependencies TypeName.swift
[227/231] Compiling Dependencies WithDependencies.swift
[228/231] Compiling SwiftUINavigationCore Bind.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[229/231] Compiling SwiftUINavigationCore ButtonState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[232/232] Compiling SwiftUINavigationCore TextState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[3/35] Compiling ConcurrencyExtras Locking.swift
[4/36] Compiling ConcurrencyExtras MainSerialExecutor.swift
[5/36] Compiling InternalCollectionsUtilities _SortedCollection.swift
[6/36] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[7/38] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[8/38] Compiling InternalCollectionsUtilities Specialize.swift
[9/38] Compiling InternalCollectionsUtilities Debugging.swift
[10/38] Compiling InternalCollectionsUtilities Descriptions.swift
[11/38] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[12/38] Compiling ConcurrencyExtras Task.swift
[13/38] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[14/38] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[15/38] Emitting module ConcurrencyExtras
[16/38] Compiling ConcurrencyExtras AsyncStream.swift
[17/38] Compiling ConcurrencyExtras UncheckedSendable.swift
[18/38] Compiling ConcurrencyExtras ActorIsolated.swift
[19/38] Compiling ConcurrencyExtras LockIsolated.swift
[20/39] Compiling XCTestDynamicOverlay Deprecations.swift
[21/39] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[22/39] Emitting module XCTestDynamicOverlay
[23/39] Compiling XCTestDynamicOverlay XCTFail.swift
[24/39] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[26/39] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[28/39] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/39] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/39] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[31/39] Emitting module InternalCollectionsUtilities
[32/39] Compiling XCTestDynamicOverlay Unimplemented.swift
[34/93] Compiling CustomDump CoreMotion.swift
[35/93] Compiling CustomDump Foundation.swift
[36/93] Compiling CustomDump UIKit.swift
[37/93] Compiling CustomDump UserNotifications.swift
[38/93] Compiling CustomDump Speech.swift
[39/93] Compiling CustomDump CoreImage.swift
[40/93] Compiling CustomDump CoreLocation.swift
[41/94] Emitting module CasePaths
[42/94] Compiling CasePaths CasePath.swift
[43/94] Emitting module Clocks
[44/94] Compiling CustomDump GameKit.swift
[45/94] Compiling CustomDump KeyPath.swift
[46/95] Compiling CustomDump Photos.swift
[51/96] Compiling CombineSchedulers UIScheduler.swift
[52/96] Compiling CombineSchedulers UIKit.swift
[55/96] Compiling CombineSchedulers Timer.swift
[58/96] Emitting module CombineSchedulers
[59/96] Compiling Clocks Timer.swift
[60/96] Compiling CasePaths OpenExistential.swift
[61/96] Compiling CasePaths TypeName.swift
[62/96] Compiling Clocks Lock.swift
[63/96] Compiling Clocks _AsyncTimerSequence.swift
[64/96] Compiling CasePaths Operators.swift
[65/96] Compiling CasePaths XCTUnwrap.swift
[66/96] Compiling CustomDump Box.swift
[67/96] Compiling CustomDump CollectionDifference.swift
[68/96] Compiling CustomDump Mirror.swift
[69/99] Compiling CombineSchedulers UnimplementedScheduler.swift
[70/99] Compiling Clocks Shims.swift
[71/99] Compiling Clocks SwiftUI.swift
[72/99] Compiling Clocks TestClock.swift
[73/100] Compiling Clocks UnimplementedClock.swift
[76/156] Emitting module CustomDump
[77/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[78/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[79/156] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[80/156] Compiling CasePaths CasePaths.swift
[81/156] Compiling CasePaths EnumReflection.swift
[86/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[87/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[88/179] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[89/179] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[90/179] Compiling Dependencies FireAndForget.swift
[91/179] Compiling Dependencies Locale.swift
[92/179] Compiling Dependencies MainQueue.swift
[93/179] Compiling Dependencies MainRunLoop.swift
[94/179] Compiling Dependencies UUID.swift
[95/179] Compiling Dependencies WithRandomNumberGenerator.swift
[96/179] Compiling Dependencies TimeZone.swift
[97/179] Compiling Dependencies URLSession.swift
[98/179] Compiling Dependencies Exports.swift
[99/179] Compiling Dependencies OpenExistential.swift
[100/179] Compiling Dependencies RuntimeWarnings.swift
[101/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[102/179] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[106/184] Compiling Dependencies Dependency.swift
[107/184] Compiling Dependencies DependencyContext.swift
[108/184] Compiling Dependencies DependencyKey.swift
[109/184] Compiling Dependencies DependencyValues.swift
[110/184] Compiling Dependencies Calendar.swift
[111/184] Compiling Dependencies Clocks.swift
[112/184] Compiling Dependencies Context.swift
[113/184] Compiling Dependencies Date.swift
[114/184] Compiling Dependencies Deprecations.swift
[115/184] Compiling Dependencies OpenURL.swift
[121/187] Compiling OrderedCollections OrderedDictionary.swift
[122/187] Compiling OrderedCollections OrderedSet+Codable.swift
[123/187] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[124/187] Compiling OrderedCollections OrderedSet+Descriptions.swift
[125/187] Compiling OrderedCollections OrderedSet+Diffing.swift
[126/187] Compiling OrderedCollections OrderedSet+Equatable.swift
[127/187] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[128/187] Compiling OrderedCollections OrderedSet+Hashable.swift
[149/189] Compiling OrderedCollections OrderedDictionary+Codable.swift
[150/189] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[151/189] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[152/189] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[153/189] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[154/189] Compiling OrderedCollections OrderedDictionary+Elements.swift
[155/189] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[156/189] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[157/189] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[158/189] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[159/189] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[160/189] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[161/189] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[162/189] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[163/189] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[164/189] Compiling OrderedCollections OrderedDictionary+Values.swift
[168/189] Emitting module Dependencies
[172/189] Compiling Dependencies TypeName.swift
[173/189] Compiling Dependencies WithDependencies.swift
[174/198] Compiling SwiftUINavigationCore ButtonStateBuilder.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[176/199] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/199] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/199] Compiling OrderedCollections OrderedSet+Testing.swift
[179/199] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/199] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/199] Compiling OrderedCollections OrderedSet.swift
[182/199] Compiling OrderedCollections _UnsafeBitset.swift
[191/199] Compiling SwiftUINavigationCore Bind.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[192/199] Compiling SwiftUINavigationCore AlertState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[193/199] Emitting module SwiftUINavigationCore
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[194/199] Compiling SwiftUINavigationCore ButtonState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[195/199] Compiling SwiftUINavigationCore RuntimeWarnings.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[196/199] Compiling SwiftUINavigationCore Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[197/199] Compiling SwiftUINavigationCore ConfirmationDialogState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
[198/199] Emitting module OrderedCollections
[200/216] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[201/216] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[202/216] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[203/216] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[204/216] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[205/216] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[206/216] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[207/216] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[208/216] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[209/216] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[210/218] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[211/218] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[212/218] Compiling IdentifiedCollections Identified.swift
[213/218] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[214/218] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[215/218] Emitting module IdentifiedCollections
[216/218] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[217/218] Compiling IdentifiedCollections IdentifiedArray.swift
[219/219] Compiling SwiftUINavigationCore TextState.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-navigation/Sources/SwiftUINavigationCore/AlertState.swift:2:8: error: no such module 'SwiftUI'
1 | import CustomDump
2 | import SwiftUI
| `- error: no such module 'SwiftUI'
3 |
4 | /// A data type that describes the state of an alert that can be shown to the user. The `Action`
BUILD FAILURE 6.1 linux