Build Information
Failed to build Kubrick, reference 1.0.0 (de9b0d
), with Swift 6.1 for Linux on 27 Apr 2025 23:44:00 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/outfoxx/Kubrick.git
Reference: 1.0.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/outfoxx/Kubrick
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at de9b0d8 Add spi.yml
Cloned https://github.com/outfoxx/Kubrick.git
Revision (git rev-parse @):
de9b0d88d3ac6c31d64071fdf58a82f331ce6ef9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/outfoxx/Kubrick.git at 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/outfoxx/Kubrick.git
https://github.com/outfoxx/Kubrick.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "asyncobjects",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "2.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyLab/AsyncObjects.git"
},
{
"identity" : "potentcodables",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/outfoxx/potentcodables.git"
},
{
"identity" : "swiftfriendlyid",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kdubb/SwiftFriendlyId.git"
},
{
"identity" : "iostreams",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "1.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/outfoxx/IOStreams.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "1.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Kubrick",
"name" : "Kubrick",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Kubrick",
"targets" : [
"Kubrick"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Kubrick",
"module_type" : "SwiftTarget",
"name" : "Kubrick",
"path" : "Sources/Kubrick",
"product_dependencies" : [
"AsyncObjects",
"IOStreams",
"PotentCodables",
"FriendlyId"
],
"product_memberships" : [
"Kubrick"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Kubrick/Kubrick.docc",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"AssistantsWatcher.swift",
"Base64URL.swift",
"BatchJob.swift",
"CatchJob.swift",
"DirectoryWatcher.swift",
"DynamicJobDirector.swift",
"ExecutableJob.swift",
"ExternalJobKey.swift",
"FileHandles.swift",
"Job.swift",
"JobBinding.swift",
"JobBuilder.swift",
"JobCodable.swift",
"JobDirector.swift",
"JobDirectorID.swift",
"JobDirectorMode.swift",
"JobDirectorStore.swift",
"JobEnvironment.swift",
"JobEnvironmentValue.swift",
"JobError.swift",
"JobErrorBox.swift",
"JobExecutionError.swift",
"JobHashable.swift",
"JobHasher.swift",
"JobID.swift",
"JobInject.swift",
"JobInjectManagable.swift",
"JobInput.swift",
"JobInputDescriptor.swift",
"JobInputResults.swift",
"JobKey.swift",
"JobResult.swift",
"JobTransferError.swift",
"JobValue.swift",
"Logging.swift",
"MapJob.swift",
"NoValue.swift",
"RegEx.swift",
"RegisterCache.swift",
"ResultJob.swift",
"RetryJob.swift",
"SubmittableJob.swift",
"SubmittableJobStore.swift",
"Tasks.swift",
"TimeDuration.swift",
"TypeResolvers.swift",
"URLSessionJobManager.swift",
"UUIDs.swift",
"UniqueID.swift",
"UserNotificationJobManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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/outfoxx/IOStreams.git
Fetching https://github.com/kdubb/SwiftFriendlyId.git
Fetching https://github.com/SwiftyLab/AsyncObjects.git
Fetching https://github.com/outfoxx/potentcodables.git
[1/62] Fetching swiftfriendlyid
[63/2111] Fetching swiftfriendlyid, swift-docc-plugin
[289/6530] Fetching swiftfriendlyid, swift-docc-plugin, iostreams
Fetched https://github.com/kdubb/SwiftFriendlyId.git from cache (0.27s)
[934/6468] Fetching swift-docc-plugin, iostreams
[6469/77517] Fetching swift-docc-plugin, iostreams, potentcodables
Fetched https://github.com/outfoxx/IOStreams.git from cache (0.44s)
[5602/73098] Fetching swift-docc-plugin, potentcodables
Fetched https://github.com/apple/swift-docc-plugin from cache (0.48s)
[6395/71049] Fetching potentcodables
[18474/75238] Fetching potentcodables, asyncobjects
Fetched https://github.com/SwiftyLab/AsyncObjects.git from cache (2.54s)
Fetched https://github.com/outfoxx/potentcodables.git from cache (2.58s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (3.18s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/outfoxx/IOStreams.git
Computed https://github.com/outfoxx/IOStreams.git at 1.4.2 (0.94s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.41s)
Computing version for https://github.com/outfoxx/potentcodables.git
Computed https://github.com/outfoxx/potentcodables.git at 3.2.0 (1.01s)
Fetching https://github.com/SusanDoggie/Float16.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/apple/swift-collections.git
[1/4771] Fetching bigint
[2196/5081] Fetching bigint, float16
[4271/21323] Fetching bigint, float16, swift-collections
Fetched https://github.com/SusanDoggie/Float16.git from cache (1.12s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.13s)
Fetched https://github.com/apple/swift-collections.git from cache (1.15s)
Computing version for https://github.com/SwiftyLab/AsyncObjects.git
Computed https://github.com/SwiftyLab/AsyncObjects.git at 2.1.0 (1.79s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.1.0 (0.59s)
Computing version for https://github.com/SusanDoggie/Float16.git
Computed https://github.com/SusanDoggie/Float16.git at 1.1.1 (0.55s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.39s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.93s)
Computing version for https://github.com/kdubb/SwiftFriendlyId.git
Computed https://github.com/kdubb/SwiftFriendlyId.git at 1.3.2 (0.57s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.6 (2.61s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.69s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/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.3.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.0.6
Creating working copy for https://github.com/kdubb/SwiftFriendlyId.git
Working copy of https://github.com/kdubb/SwiftFriendlyId.git resolved at 1.3.2
Creating working copy for https://github.com/SusanDoggie/Float16.git
Working copy of https://github.com/SusanDoggie/Float16.git resolved at 1.1.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/outfoxx/IOStreams.git
Working copy of https://github.com/outfoxx/IOStreams.git resolved at 1.4.2
Creating working copy for https://github.com/outfoxx/potentcodables.git
Working copy of https://github.com/outfoxx/potentcodables.git resolved at 3.2.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/SwiftyLab/AsyncObjects.git
Working copy of https://github.com/SwiftyLab/AsyncObjects.git resolved at 2.1.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
29 | func addTargetDependencies(_ target: Target) {
30 | for dependency in target.dependencies {
31 | switch dependency {
| |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
32 | case .product(let product):
33 | addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
29 | func addTargetDependencies(_ target: Target) {
30 | for dependency in target.dependencies {
31 | switch dependency {
| |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
32 | case .product(let product):
33 | addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/47] Compiling _AtomicsShims.c
[4/47] Write sources
[7/47] Copying PotentCodables.docc
[8/47] Write sources
[12/47] Compiling _NumericsShims _NumericsShims.c
[13/47] Write sources
[19/47] Copying Kubrick.docc
[20/47] Compiling fy-docbuilder.c
[21/47] Compiling fy-diag.c
[22/47] Compiling fy-atom.c
[23/47] Compiling fy-utils.c
[24/47] Compiling fy-composer.c
[24/47] Write swift-version-24593BA9C3E375BF.txt
[26/47] Compiling xxhash.c
[27/47] Compiling fy-utf8.c
[28/47] Compiling fy-types.c
[29/47] Compiling fy-doc.c
[30/47] Compiling fy-path.c
[31/56] Compiling fy-walk.c
[32/123] Compiling fy-input.c
[32/123] Compiling fy-token.c
[34/123] Compiling fy-event.c
[35/123] Compiling fy-ctype.c
[36/123] Compiling fy-dump.c
[37/123] Compiling fy-accel.c
[38/123] Write sources
[39/123] Compiling CFloat16 float16.c
[40/123] Write sources
[42/123] Compiling fy-docstate.c
[43/123] Write sources
[45/161] Compiling fy-emit.c
[46/161] Compiling fy-parse.c
[48/161] Emitting module DequeModule
[49/163] Emitting module RealModule
[50/164] Compiling Atomics AtomicOptional.swift
[51/164] Compiling Atomics AtomicOptionalRawRepresentable.swift
[52/166] Compiling OrderedCollections OrderedSet+Initializers.swift
[53/166] Compiling OrderedCollections OrderedSet+Insertions.swift
[54/166] Compiling OrderedCollections OrderedSet+Invariants.swift
[55/166] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[56/166] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[57/166] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[58/166] Compiling Atomics AtomicValue.swift
[59/166] Compiling Atomics DoubleWord.swift
[60/172] Compiling BigInt Shifts.swift
[61/172] Compiling BigInt Square Root.swift
[62/172] Compiling Atomics AtomicInteger.swift
[64/172] Compiling Atomics AtomicRawRepresentable.swift
[65/172] Compiling Atomics AtomicMemoryOrderings.swift
[66/172] Compiling Atomics AtomicStrongReference.swift
[67/172] Compiling RealModule Float80+Real.swift
[68/172] Compiling RealModule RealFunctions.swift
[71/172] Compiling Atomics Unmanaged extensions.swift
[72/172] Compiling Atomics AtomicBool.swift
[73/172] Compiling Atomics AtomicLazyReference.swift
[74/172] Compiling Atomics HighLevelTypes.swift
[75/172] Compiling DequeModule _DequeSlot.swift
[76/172] Compiling DequeModule _UnsafeWrappedBuffer.swift
[77/172] Emitting module ArgumentParserToolInfo
[78/172] Compiling ArgumentParserToolInfo ToolInfo.swift
[79/172] Compiling Atomics IntegerConformances.swift
[80/172] Compiling Atomics PointerConformances.swift
[81/172] Compiling RealModule Real.swift
[82/172] Compiling Atomics Primitives.native.swift
[83/172] Compiling Atomics Primitives.shims.swift
[89/174] Compiling RealModule Float+Real.swift
[90/174] Compiling RealModule Float16+Real.swift
[100/174] Compiling OrderedCollections OrderedDictionary+Elements.swift
[101/174] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[102/174] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[103/174] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[104/174] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[105/174] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[106/174] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[107/174] Emitting module OrderedCollections
[114/174] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[126/174] Compiling RealModule ElementaryFunctions.swift
[127/174] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[128/174] Compiling OrderedCollections OrderedSet+CustomStringConvertible.swift
[129/174] Compiling OrderedCollections OrderedSet+Diffing.swift
[130/174] Compiling OrderedCollections OrderedSet+Equatable.swift
[131/174] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[132/174] Compiling OrderedCollections OrderedSet+Hashable.swift
[133/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[134/174] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[135/174] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[136/174] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[137/174] Compiling OrderedCollections OrderedSet+Sendable.swift
[138/174] Compiling OrderedCollections OrderedSet+SubSequence.swift
[146/217] Emitting module Atomics
[147/217] Compiling Float16 Concurrency.swift
[148/217] Compiling Float16 Real.swift
[149/217] Compiling ArgumentParser ParsableArgumentsValidation.swift
[150/217] Compiling ArgumentParser ParsableCommand.swift
[152/218] Compiling OrderedCollections OrderedSet+Testing.swift
[153/218] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[154/218] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[155/218] Compiling OrderedCollections OrderedSet.swift
[156/218] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[157/218] Compiling OrderedCollections _UnsafeBitset.swift
[158/220] Compiling ArgumentParser AsyncParsableCommand.swift
[159/220] Compiling ArgumentParser CommandConfiguration.swift
[161/236] Compiling IOStreams HashingFilter.swift
[162/236] Compiling IOStreams IOError.swift
[163/236] Compiling IOStreams Sink.swift
[164/238] Compiling IOStreams Source.swift
[165/238] Compiling IOStreams Stream.swift
[168/238] Compiling ArgumentParser ArgumentDecoder.swift
[169/238] Compiling ArgumentParser OptionGroup.swift
[170/238] Emitting module Collections
[171/238] Compiling Collections Collections.swift
[172/239] Compiling Float16 float16.swift
[173/242] Emitting module Float16
[176/264] Emitting module ArgumentParser
[177/269] Compiling AsyncObjects Cancellable.swift
[178/269] Compiling AsyncObjects CancellationSource+Linking.swift
[179/269] Compiling AsyncObjects CancellationSource+Task.swift
[180/269] Compiling AsyncObjects CancellationSource+Timeout.swift
[181/269] Compiling AsyncObjects CancellationSource.swift
[182/269] Compiling AsyncObjects Continuable.swift
[183/269] Compiling AsyncObjects Exclusible.swift
[184/269] Compiling AsyncObjects Locker.swift
[185/269] Compiling AsyncObjects AsyncCountdownEvent.swift
[186/269] Compiling AsyncObjects AsyncEvent.swift
[187/269] Compiling AsyncObjects AsyncSemaphore.swift
[188/269] Compiling AsyncObjects AsyncObject+Clock.swift
[189/269] Compiling AsyncObjects AsyncObject+Duration.swift
[190/269] Compiling AsyncObjects AsyncObject.swift
[191/269] Compiling ArgumentParser CollectionExtensions.swift
[192/269] Compiling ArgumentParser Platform.swift
[193/269] Compiling ArgumentParser SequenceExtensions.swift
[194/269] Compiling ArgumentParser StringExtensions.swift
[195/269] Compiling ArgumentParser Tree.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[198/270] Emitting module IOStreams
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[201/270] Emitting module BigInt
[202/270] Emitting module AsyncObjects
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[218/273] Compiling AsyncObjects Loggable.swift
[220/273] Compiling AsyncObjects ContinuableCollection.swift
[221/273] Compiling AsyncObjects ContinuableCollectionActor.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[239/274] Compiling AsyncObjects GlobalContinuation.swift
[240/274] Compiling AsyncObjects TrackableContinuable.swift
[241/274] Compiling AsyncObjects TrackedContinuation.swift
[242/274] Compiling AsyncObjects Task.swift
[243/274] Compiling AsyncObjects TaskGroup.swift
[244/274] Compiling AsyncObjects Future.swift
[246/274] Compiling ArgumentParser Name.swift
[247/274] Compiling ArgumentParser Parsed.swift
[248/274] Compiling ArgumentParser ParsedValues.swift
[249/274] Compiling ArgumentParser ParserError.swift
[250/274] Compiling ArgumentParser SplitArguments.swift
[251/274] Compiling ArgumentParser DumpHelpGenerator.swift
[252/274] Compiling ArgumentParser HelpCommand.swift
[253/274] Compiling ArgumentParser HelpGenerator.swift
[254/274] Compiling ArgumentParser MessageInfo.swift
[255/274] Compiling ArgumentParser UsageGenerator.swift
[256/274] Compiling IOStreams URLSessionStreams.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
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
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
29 | func addTargetDependencies(_ target: Target) {
30 | for dependency in target.dependencies {
31 | switch dependency {
| |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
32 | case .product(let product):
33 | addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC Preview
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
29 | func addTargetDependencies(_ target: Target) {
30 | for dependency in target.dependencies {
31 | switch dependency {
| |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
| `- note: handle unknown values using "@unknown default"
32 | case .product(let product):
33 | addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/118] Compiling OrderedCollections OrderedDictionary+Elements.swift
[6/118] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[7/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[8/118] Compiling OrderedCollections _HashTable.swift
[9/120] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/120] Emitting module ArgumentParserToolInfo
[11/121] Compiling RealModule Real.swift
[12/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[13/122] Compiling OrderedCollections OrderedDictionary+CustomStringConvertible.swift
[14/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[16/122] Compiling DequeModule _DequeSlot.swift
[17/122] Compiling DequeModule _UnsafeWrappedBuffer.swift
[18/122] Compiling OrderedCollections _Hashtable+Header.swift
[19/122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[20/122] Compiling RealModule RealFunctions.swift
[21/122] Compiling RealModule ElementaryFunctions.swift
[22/122] Compiling RealModule Float80+Real.swift
[23/122] Compiling OrderedCollections OrderedDictionary+Elements+SubSequence.swift
[24/122] Compiling OrderedCollections _HashTable+Bucket.swift
[25/122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[26/122] Compiling RealModule Float+Real.swift
[27/122] Compiling RealModule Float16+Real.swift
[32/139] Compiling ArgumentParser Errors.swift
[33/139] Compiling ArgumentParser Flag.swift
[34/147] Emitting module RealModule
[36/163] Compiling ArgumentParser CommandGroup.swift
[37/163] Compiling ArgumentParser EnumerableFlag.swift
[38/163] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/163] Compiling ArgumentParser ArgumentHelp.swift
[40/163] Compiling ArgumentParser ExpressibleByArgument.swift
[43/169] Emitting module DequeModule
[44/169] Compiling ArgumentParser ArgumentVisibility.swift
[45/169] Compiling ArgumentParser CompletionKind.swift
[47/169] Compiling ArgumentParser OptionGroup.swift
[48/169] Compiling ArgumentParser AsyncParsableCommand.swift
[49/169] Compiling ArgumentParser CommandConfiguration.swift
[53/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Operations.swift
[54/170] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Predicates.swift
[55/170] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[56/170] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[57/170] Compiling OrderedCollections OrderedSet+Sendable.swift
[58/170] Compiling OrderedCollections OrderedSet+SubSequence.swift
[59/176] Compiling ArgumentParser Parsed.swift
[60/176] Compiling ArgumentParser ParsedValues.swift
[61/176] Compiling ArgumentParser ParserError.swift
[62/176] Compiling ArgumentParser SplitArguments.swift
[63/176] Compiling ArgumentParser DumpHelpGenerator.swift
[64/176] Compiling ArgumentParser HelpCommand.swift
[65/176] Compiling ArgumentParser HelpGenerator.swift
[66/176] Compiling ArgumentParser MessageInfo.swift
[67/176] Compiling ArgumentParser UsageGenerator.swift
[68/176] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[69/176] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[70/176] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[73/176] Compiling ArgumentParser ParsableArguments.swift
[74/176] Compiling ArgumentParser ParsableArgumentsValidation.swift
[75/176] Compiling ArgumentParser ZshCompletionsGenerator.swift
[76/176] Compiling ArgumentParser Argument.swift
[79/176] Compiling ArgumentParser CompletionsGenerator.swift
[80/176] Compiling ArgumentParser FishCompletionsGenerator.swift
[91/181] Compiling Float16 Concurrency.swift
[96/181] Compiling ArgumentParser NameSpecification.swift
[97/181] Compiling ArgumentParser Option.swift
[99/181] Compiling BigInt Words and Bits.swift
[100/181] Compiling ArgumentParser ArgumentDefinition.swift
[101/181] Compiling ArgumentParser ArgumentSet.swift
[102/181] Compiling ArgumentParser CommandParser.swift
[103/181] Compiling ArgumentParser InputKey.swift
[104/181] Compiling ArgumentParser InputOrigin.swift
[105/181] Compiling ArgumentParser Name.swift
[112/181] Compiling BigInt Subtraction.swift
[115/181] Compiling Float16 Real.swift
[116/181] Compiling Float16 float16.swift
[131/181] Emitting module BigInt
[135/182] Emitting module Float16
[144/183] Compiling OrderedCollections OrderedSet+Testing.swift
[145/183] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[146/183] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[147/183] Compiling OrderedCollections OrderedSet.swift
[148/183] Compiling OrderedCollections RandomAccessCollection+Offsets.swift
[149/183] Compiling OrderedCollections _UnsafeBitset.swift
[155/183] Emitting module OrderedCollections
[166/184] Emitting module Atomics
[167/185] Compiling ArgumentParser CollectionExtensions.swift
[168/185] Compiling ArgumentParser Platform.swift
[169/185] Compiling ArgumentParser SequenceExtensions.swift
[170/185] Compiling ArgumentParser StringExtensions.swift
[171/185] Compiling ArgumentParser Tree.swift
[173/185] Emitting module ArgumentParser
[187/198] Compiling Collections Collections.swift
[188/198] Emitting module Collections
[189/233] Compiling AsyncObjects AsyncSemaphore.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[190/233] Compiling AsyncObjects AsyncObject+Clock.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[191/233] Compiling AsyncObjects CancellationSource+Task.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[192/233] Compiling AsyncObjects CancellationSource+Timeout.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[193/234] Compiling FriendlyId Id.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFriendlyId/Sources/FriendlyId/Id.swift:28:9: error: cannot find 'uuid_generate_random' in scope
26 | case .random:
27 | withUnsafeMutableBytes(of: &uuid) {
28 | uuid_generate_random($0.baseAddress?.assumingMemoryBound(to: UInt8.self))
| `- error: cannot find 'uuid_generate_random' in scope
29 | }
30 | case .time:
/host/spi-builder-workspace/.build/checkouts/SwiftFriendlyId/Sources/FriendlyId/Id.swift:32:9: error: cannot find 'uuid_generate_time' in scope
30 | case .time:
31 | withUnsafeMutableBytes(of: &uuid) {
32 | uuid_generate_time($0.baseAddress?.assumingMemoryBound(to: UInt8.self))
| `- error: cannot find 'uuid_generate_time' in scope
33 | }
34 | }
[195/234] Compiling IOStreams URLSessionStreams.swift
/host/spi-builder-workspace/.build/checkouts/IOStreams/Sources/IOStreams/BoxCipherFilter.swift:17:8: error: no such module 'CryptoKit'
15 | */
16 |
17 | import CryptoKit
| `- error: no such module 'CryptoKit'
18 | import Foundation
19 |
[196/234] Compiling FriendlyId FriendlyId.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFriendlyId/Sources/FriendlyId/FriendlyId.swift:21:7: error: cannot find 'uuid_generate_random' in scope
19 | case .random:
20 | withUnsafeMutableBytes(of: &uuid) {
21 | uuid_generate_random($0.baseAddress?.assumingMemoryBound(to: UInt8.self))
| `- error: cannot find 'uuid_generate_random' in scope
22 | }
23 | case .time:
/host/spi-builder-workspace/.build/checkouts/SwiftFriendlyId/Sources/FriendlyId/FriendlyId.swift:25:7: error: cannot find 'uuid_generate_time' in scope
23 | case .time:
24 | withUnsafeMutableBytes(of: &uuid) {
25 | uuid_generate_time($0.baseAddress?.assumingMemoryBound(to: UInt8.self))
| `- error: cannot find 'uuid_generate_time' in scope
26 | }
27 | }
[197/234] Compiling FriendlyId Base62.swift
[198/234] Compiling FriendlyId BigUints.swift
[199/235] Emitting module FriendlyId
BUILD FAILURE 6.1 linux