Build Information
Failed to build composable-effect-identifier, reference main (eee236
), with Swift 6.1 for Linux on 27 Apr 2025 00:07:17 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/tgrapperon/composable-effect-identifier.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/tgrapperon/composable-effect-identifier
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at eee2368 Expose documentation to Swift Package Index (#9)
Cloned https://github.com/tgrapperon/composable-effect-identifier.git
Revision (git rev-parse @):
eee2368cd7d0e21f4190d3765687f35e9a0d2534
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tgrapperon/composable-effect-identifier.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tgrapperon/composable-effect-identifier.git
https://github.com/tgrapperon/composable-effect-identifier.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-composable-architecture",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-composable-architecture"
},
{
"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" : "composable-effect-identifier",
"name" : "composable-effect-identifier",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "ComposableEffectIdentifier",
"targets" : [
"ComposableEffectIdentifier"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ComposableEffectIdentifierTests",
"module_type" : "SwiftTarget",
"name" : "ComposableEffectIdentifierTests",
"path" : "Tests/ComposableEffectIdentifierTests",
"sources" : [
"EffectIDTests.swift",
"Reducer+NamespaceTests.swift"
],
"target_dependencies" : [
"ComposableEffectIdentifier"
],
"type" : "test"
},
{
"c99name" : "ComposableEffectIdentifier",
"module_type" : "SwiftTarget",
"name" : "ComposableEffectIdentifier",
"path" : "Sources/ComposableEffectIdentifier",
"product_dependencies" : [
"ComposableArchitecture"
],
"product_memberships" : [
"ComposableEffectIdentifier"
],
"sources" : [
"EffectID.swift",
"Identified+Namespace.swift",
"Internal/Debug.swift",
"Internal/Locking.swift",
"Internal/RuntimeWarnings.swift",
"Reducer+Namespace.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-composable-architecture
[1/2049] Fetching swift-docc-plugin
[2050/305566] Fetching swift-docc-plugin, swift-composable-architecture
Fetched https://github.com/apple/swift-docc-plugin from cache (14.17s)
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (14.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (15.06s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3375] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.93s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (0.57s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/4581] Fetching swift-custom-dump
[1101/5975] Fetching swift-custom-dump, swiftui-navigation
[3252/6827] Fetching swift-custom-dump, swiftui-navigation, swift-concurrency-extras
[6828/8335] Fetching swift-custom-dump, swiftui-navigation, swift-concurrency-extras, swift-identified-collections
[7115/13723] Fetching swift-custom-dump, swiftui-navigation, swift-concurrency-extras, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.34s)
[7286/12871] Fetching swift-custom-dump, swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.36s)
[3661/8290] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.36s)
[2282/6896] Fetching swift-identified-collections, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/apple/swift-collections
[3271/13097] Fetching swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.45s)
[7281/11589] Fetching xctest-dynamic-overlay, swift-dependencies
[9381/15957] Fetching xctest-dynamic-overlay, swift-dependencies, swift-case-paths
[10065/18367] Fetching xctest-dynamic-overlay, swift-dependencies, swift-case-paths, combine-schedulers
[18368/34609] Fetching xctest-dynamic-overlay, swift-dependencies, swift-case-paths, combine-schedulers, swift-collections
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.31s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.35s)
[12402/27831] Fetching xctest-dynamic-overlay, swift-dependencies, swift-collections
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.77s)
[8474/21630] Fetching xctest-dynamic-overlay, swift-collections
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
[3899/16242] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.12s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (2.08s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.59s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.28s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.90s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.60s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.57s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.56s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.59s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.61s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.55s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (3.32s)
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-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/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
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/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/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/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/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.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/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-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 0.59.0
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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[15/16] Write swift-version-24593BA9C3E375BF.txt
[17/49] Emitting module InternalCollectionsUtilities
[18/51] Compiling XCTestDynamicOverlay Unimplemented.swift
[19/52] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[20/52] Compiling InternalCollectionsUtilities Specialize.swift
[21/52] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[22/52] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[23/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/52] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/52] Compiling InternalCollectionsUtilities Integer rank.swift
[26/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[27/52] Compiling InternalCollectionsUtilities Debugging.swift
[28/52] Compiling InternalCollectionsUtilities Descriptions.swift
[29/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[30/52] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/52] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[32/52] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[33/52] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[34/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[37/52] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[40/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[41/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[42/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[43/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[44/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[45/108] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[47/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[48/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[49/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[50/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[51/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[52/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[53/115] Compiling OrderedCollections OrderedDictionary.swift
[54/115] Compiling OrderedCollections OrderedSet+Codable.swift
[55/115] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[56/115] Compiling OrderedCollections OrderedSet+Descriptions.swift
[57/115] Compiling OrderedCollections OrderedSet+Diffing.swift
[58/115] Compiling OrderedCollections OrderedSet+Equatable.swift
[59/115] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[60/115] Compiling OrderedCollections OrderedSet+Hashable.swift
[61/115] Compiling OrderedCollections OrderedSet+Initializers.swift
[62/115] Compiling OrderedCollections OrderedSet+Insertions.swift
[63/115] Compiling OrderedCollections OrderedSet+Invariants.swift
[64/115] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[65/115] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[66/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[67/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[68/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[69/115] Compiling OrderedCollections OrderedDictionary+Codable.swift
[70/115] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[71/115] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[72/115] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[73/115] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[74/115] Compiling OrderedCollections OrderedDictionary+Elements.swift
[75/115] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[76/115] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[77/115] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[78/115] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[79/115] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[80/115] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[81/115] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[82/115] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[83/115] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[84/115] Compiling OrderedCollections OrderedDictionary+Values.swift
[85/115] Compiling ConcurrencyExtras MainSerialExecutor.swift
[86/116] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[87/116] Compiling XCTestDynamicOverlay XCTFail.swift
[88/116] Compiling ConcurrencyExtras Task.swift
[89/116] Compiling ConcurrencyExtras ActorIsolated.swift
[90/116] Emitting module ConcurrencyExtras
[91/116] Compiling ConcurrencyExtras Locking.swift
[92/116] Compiling ConcurrencyExtras AsyncStream.swift
[93/116] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[94/116] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[95/116] Compiling XCTestDynamicOverlay Deprecations.swift
[96/116] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[97/116] Compiling ConcurrencyExtras LockIsolated.swift
[98/116] Emitting module XCTestDynamicOverlay
[99/116] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[100/117] Compiling ConcurrencyExtras UncheckedSendable.swift
[101/118] Compiling OrderedCollections OrderedSet+Sendable.swift
[102/118] Compiling OrderedCollections OrderedSet+SubSequence.swift
[103/118] Compiling OrderedCollections OrderedSet+Testing.swift
[104/118] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[105/118] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[106/118] Compiling OrderedCollections OrderedSet.swift
[107/118] Compiling OrderedCollections _UnsafeBitset.swift
[108/118] Compiling OrderedCollections _HashTable+Bucket.swift
[109/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[110/118] Compiling OrderedCollections _HashTable+Constants.swift
[111/118] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[112/118] Compiling OrderedCollections _HashTable+Testing.swift
[113/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[114/118] Compiling OrderedCollections _HashTable.swift
[115/118] Compiling OrderedCollections _Hashtable+Header.swift
[118/118] Emitting module OrderedCollections
[120/172] Compiling CasePaths OpenExistential.swift
[121/172] Compiling CasePaths TypeName.swift
[122/172] Compiling Clocks Timer.swift
[123/172] Compiling CustomDump GameKit.swift
[124/172] Compiling CustomDump KeyPath.swift
[125/174] Compiling CustomDump CustomDumpReflectable.swift
[126/174] Compiling CustomDump CustomDumpRepresentable.swift
[127/174] Compiling CustomDump CustomDumpStringConvertible.swift
[128/177] Compiling CustomDump CoreImage.swift
[129/177] Compiling CustomDump CoreLocation.swift
[130/177] Emitting module CombineSchedulers
[131/177] Compiling CustomDump CoreMotion.swift
[132/177] Compiling CustomDump Foundation.swift
[133/177] Compiling CombineSchedulers UIKit.swift
[134/177] Compiling CombineSchedulers Timer.swift
[135/177] Compiling CombineSchedulers UIScheduler.swift
[136/177] Compiling CustomDump Photos.swift
[137/177] Compiling CustomDump Speech.swift
[138/177] Compiling Clocks Shims.swift
[139/177] Compiling CustomDump UIKit.swift
[140/177] Compiling CustomDump UserNotifications.swift
[141/177] Compiling CustomDump UserNotificationsUI.swift
[142/177] Emitting module Clocks
[143/183] Compiling CombineSchedulers UnimplementedScheduler.swift
[144/187] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[145/187] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[146/187] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[147/187] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[148/187] Compiling CustomDump StoreKit.swift
[149/187] Compiling CustomDump Swift.swift
[150/187] Compiling CustomDump SwiftUI.swift
[151/194] Compiling CasePaths Operators.swift
[152/194] Compiling CasePaths XCTUnwrap.swift
[154/194] Compiling CustomDump Box.swift
[155/194] Compiling CustomDump CollectionDifference.swift
[156/194] Compiling CustomDump Mirror.swift
[157/194] Compiling IdentifiedCollections Identified.swift
[158/194] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[159/194] Compiling Clocks _AsyncTimerSequence.swift
[160/194] Compiling Clocks Lock.swift
[161/194] Compiling Clocks SwiftUI.swift
[162/194] Compiling Clocks TestClock.swift
[163/194] Emitting module CasePaths
[164/194] Compiling CasePaths CasePaths.swift
[165/194] Compiling CasePaths EnumReflection.swift
[166/194] Compiling CasePaths CasePath.swift
[167/194] Compiling CustomDump String.swift
[168/194] Compiling CustomDump Unordered.swift
[169/194] Compiling CustomDump XCTAssertNoDifference.swift
[170/195] Compiling Clocks UnimplementedClock.swift
[172/195] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[173/198] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[175/198] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[176/198] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[179/198] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[181/198] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[182/198] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[184/198] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[185/198] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[189/198] Emitting module CustomDump
[190/198] Emitting module IdentifiedCollections
[194/198] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[195/198] Compiling IdentifiedCollections IdentifiedArray.swift
[197/221] Compiling Dependencies Deprecations.swift
[198/221] Compiling Dependencies Exports.swift
[199/221] Compiling Dependencies OpenExistential.swift
[200/222] Compiling Dependencies Dependency.swift
[201/222] Compiling Dependencies DependencyContext.swift
[202/222] Compiling Dependencies DependencyKey.swift
[205/224] Compiling Dependencies RuntimeWarnings.swift
[207/224] Emitting module Dependencies
[208/224] Compiling Dependencies OpenURL.swift
[209/224] Compiling Dependencies TimeZone.swift
[210/224] Compiling Dependencies URLSession.swift
[211/224] Compiling Dependencies UUID.swift
[212/224] Compiling Dependencies WithRandomNumberGenerator.swift
[214/224] Compiling Dependencies Context.swift
[215/224] Compiling Dependencies Date.swift
[216/224] Compiling Dependencies FireAndForget.swift
[217/224] Compiling Dependencies Locale.swift
[218/224] Compiling Dependencies MainQueue.swift
[219/224] Compiling Dependencies MainRunLoop.swift
[220/224] Compiling Dependencies DependencyValues.swift
[221/224] Compiling Dependencies Calendar.swift
[222/224] Compiling Dependencies Clocks.swift
[223/232] 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`
[224/233] 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`
[225/233] 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`
[226/233] 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`
[227/233] Compiling Dependencies TypeName.swift
[228/233] Compiling Dependencies WithDependencies.swift
[229/234] 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`
[230/234] 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`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[231/234] 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`
[232/234] 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`
[234/234] 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-4606859-0":/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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/36] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[5/36] Compiling ConcurrencyExtras Locking.swift
[6/37] Compiling ConcurrencyExtras UncheckedSendable.swift
[7/37] Emitting module XCTestDynamicOverlay
[8/38] Compiling ConcurrencyExtras AsyncStream.swift
[9/38] Compiling ConcurrencyExtras ActorIsolated.swift
[10/38] Emitting module ConcurrencyExtras
[11/38] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[12/38] Compiling InternalCollectionsUtilities Specialize.swift
[13/40] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[14/40] Compiling InternalCollectionsUtilities _SortedCollection.swift
[15/40] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/40] Compiling InternalCollectionsUtilities Debugging.swift
[17/40] Compiling InternalCollectionsUtilities Descriptions.swift
[18/40] Compiling XCTestDynamicOverlay XCTFail.swift
[19/40] Compiling ConcurrencyExtras LockIsolated.swift
[20/40] Compiling ConcurrencyExtras MainSerialExecutor.swift
[21/40] Compiling ConcurrencyExtras Task.swift
[22/41] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[23/41] Compiling XCTestDynamicOverlay Deprecations.swift
[24/41] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[26/41] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[27/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[28/41] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[29/41] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[30/41] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[31/41] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[32/41] Compiling InternalCollectionsUtilities Integer rank.swift
[33/41] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/41] Emitting module InternalCollectionsUtilities
[35/41] Compiling XCTestDynamicOverlay Unimplemented.swift
[36/41] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[37/41] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[39/42] Compiling InternalCollectionsUtilities UInt+reversed.swift
[40/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[41/42] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[42/42] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[44/96] Compiling Clocks Shims.swift
[45/97] Compiling CustomDump CoreImage.swift
[46/97] Compiling CustomDump CoreLocation.swift
[47/98] Compiling CasePaths TypeName.swift
[48/98] Compiling Clocks Timer.swift
[49/98] Compiling CombineSchedulers UIScheduler.swift
[50/98] Compiling CombineSchedulers UIKit.swift
[51/98] Emitting module CombineSchedulers
[52/98] Compiling CombineSchedulers Timer.swift
[53/98] Compiling CustomDump CoreMotion.swift
[54/98] Compiling CustomDump Foundation.swift
[55/98] Compiling CustomDump UIKit.swift
[56/98] Compiling CustomDump UserNotifications.swift
[57/98] Compiling CustomDump UserNotificationsUI.swift
[58/101] Compiling CombineSchedulers UnimplementedScheduler.swift
[59/101] Compiling CustomDump GameKit.swift
[60/101] Compiling CustomDump KeyPath.swift
[61/101] Compiling CustomDump Photos.swift
[62/101] Compiling CustomDump Speech.swift
[63/102] Compiling CasePaths XCTUnwrap.swift
[64/102] Compiling CasePaths CasePath.swift
[65/102] Emitting module CasePaths
[66/102] Compiling Clocks Lock.swift
[67/102] Compiling Clocks _AsyncTimerSequence.swift
[68/102] Compiling CasePaths Operators.swift
[73/102] Compiling CustomDump StoreKit.swift
[74/102] Compiling CustomDump Swift.swift
[75/102] Compiling CustomDump SwiftUI.swift
[79/102] Emitting module Clocks
[80/102] Compiling Clocks SwiftUI.swift
[81/102] Compiling Clocks TestClock.swift
[82/117] Compiling CustomDump Box.swift
[83/117] Compiling CustomDump CollectionDifference.swift
[84/117] Compiling CustomDump Mirror.swift
[85/157] Compiling Clocks UnimplementedClock.swift
[86/158] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[87/158] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[88/158] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[89/158] Compiling OrderedCollections _HashTable+Bucket.swift
[90/158] Compiling OrderedCollections _HashTable+BucketIterator.swift
[91/158] Compiling OrderedCollections _HashTable+Constants.swift
[92/158] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[94/158] Emitting module CustomDump
[95/158] Compiling CasePaths CasePaths.swift
[96/158] Compiling CasePaths EnumReflection.swift
[97/158] Compiling CasePaths OpenExistential.swift
[99/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/181] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/181] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/181] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[113/188] Compiling Dependencies FireAndForget.swift
[114/188] Compiling Dependencies Locale.swift
[115/188] Compiling Dependencies MainQueue.swift
[116/188] Compiling Dependencies MainRunLoop.swift
[117/188] Compiling Dependencies UUID.swift
[118/188] Compiling Dependencies WithRandomNumberGenerator.swift
[119/188] Compiling Dependencies Deprecations.swift
[120/188] Compiling Dependencies OpenURL.swift
[121/188] Compiling OrderedCollections OrderedSet+Initializers.swift
[122/188] Compiling OrderedCollections OrderedSet+Insertions.swift
[123/188] Compiling OrderedCollections OrderedSet+Invariants.swift
[124/188] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[125/188] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[126/188] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[127/188] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[128/188] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[131/188] Compiling Dependencies TimeZone.swift
[132/188] Compiling Dependencies URLSession.swift
[133/188] Compiling Dependencies Exports.swift
[134/188] Compiling Dependencies OpenExistential.swift
[136/189] Compiling Dependencies Context.swift
[137/189] Compiling Dependencies Date.swift
[143/189] Compiling Dependencies RuntimeWarnings.swift
[144/189] Compiling OrderedCollections OrderedDictionary+Elements.swift
[145/189] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[149/189] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[150/189] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[151/189] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[152/189] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[153/189] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[154/189] Compiling OrderedCollections OrderedDictionary+Values.swift
[167/191] Compiling Dependencies Dependency.swift
[168/191] Compiling Dependencies DependencyContext.swift
[169/191] Compiling Dependencies DependencyKey.swift
[170/191] Emitting module Dependencies
[171/191] Compiling Dependencies DependencyValues.swift
[172/191] Compiling Dependencies Calendar.swift
[173/191] Compiling Dependencies Clocks.swift
[182/191] Compiling Dependencies TypeName.swift
[183/191] Compiling Dependencies WithDependencies.swift
[185/192] Compiling OrderedCollections OrderedSet+Sendable.swift
[186/192] Compiling OrderedCollections OrderedSet+SubSequence.swift
[187/192] Compiling OrderedCollections OrderedSet+Testing.swift
[188/192] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[189/192] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[190/192] Compiling OrderedCollections OrderedSet.swift
[191/192] Compiling OrderedCollections _UnsafeBitset.swift
[192/200] 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`
[193/201] 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`
[194/201] 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`
[195/201] 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`
[196/201] Emitting module OrderedCollections
[197/202] 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`
[198/202] 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`
error: emit-module command failed with exit code 1 (use -v to see invocation)
[199/202] 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`
[200/202] 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`
[202/218] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[203/218] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[204/218] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[205/218] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[206/218] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[207/218] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[208/220] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[209/220] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[210/220] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[211/220] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[212/220] Compiling IdentifiedCollections Identified.swift
[213/220] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[214/220] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[215/220] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[216/220] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[217/220] Emitting module IdentifiedCollections
[218/220] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[219/220] Compiling IdentifiedCollections IdentifiedArray.swift
[221/221] 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