Build Information
Failed to build SwiftFake, reference main (27f878
), with Swift 6.1 for Linux on 1 Sep 2025 22:14:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/SwiftFake.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/ziminny/SwiftFake
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 27f8783 add LICENSE file
Cloned https://github.com/ziminny/SwiftFake.git
Revision (git rev-parse @):
27f8783cab69280ec0ab20c90338d7f0517626b9
SUCCESS checkout https://github.com/ziminny/SwiftFake.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/ziminny/SwiftFake.git
https://github.com/ziminny/SwiftFake.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/39] Emitting module SwiftFake
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/39] Compiling SwiftFake FakeDateTimes.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[5/39] Compiling SwiftFake FakeEmails.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[6/39] Compiling SwiftFake FakeIntegers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[7/39] Compiling SwiftFake FakeJobTitles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[8/39] Compiling SwiftFake FakeLanguages.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[9/44] Compiling SwiftFake FakeCars.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/44] Compiling SwiftFake FakeCompanies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/44] Compiling SwiftFake FakeCountries.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/44] Compiling SwiftFake FakeCreditCards.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/44] Compiling SwiftFake FakeCurrencies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/44] Compiling SwiftFake FakeAcronymsBrazilianStates.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/44] Compiling SwiftFake FakeAddresses.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/44] Compiling SwiftFake FakeAges.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/44] Compiling SwiftFake FakeBigImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/44] Compiling SwiftFake FakeBoolean.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/44] Compiling SwiftFake FakeBrazilianAnswerOfLaw.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/44] Compiling SwiftFake FakeBrazilianCities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/44] Compiling SwiftFake FakeBrazilianCompanies.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/44] Compiling SwiftFake FakeBrazilianMatterDescritionOfLaw.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/44] Compiling SwiftFake FakeBrazilianMatterOfLaw.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/44] Compiling SwiftFake FakeBrazilianNames.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/44] Compiling SwiftFake FakePasswords.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/44] Compiling SwiftFake FakePhoneNumbers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/44] Compiling SwiftFake FakeProductNames.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/44] Compiling SwiftFake FakeSmallImage.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/44] Compiling SwiftFake FakeSocialMediaHandles.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/44] Compiling SwiftFake FakeBrazilianQuestionsOfLaw.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/44] Compiling SwiftFake FakeBrazilianStates.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/44] Compiling SwiftFake FakeBrazilianSubMatterOfLaw.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/44] Compiling SwiftFake FakeCNPJ.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/44] Compiling SwiftFake FakeCPF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/44] Compiling SwiftFake FakeLawyerBrazilianAbout.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/44] Compiling SwiftFake FakeLawyerBrazilianDescriptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/44] Compiling SwiftFake FakeLawyerBrazilianRecentContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/44] Compiling SwiftFake FakeLinks.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/44] Compiling SwiftFake FakeNames.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/44] Compiling SwiftFake FakeUniversities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[41/44] Compiling SwiftFake FakeUserAgents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[42/44] Compiling SwiftFake FakeVehicleModels.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[43/44] Compiling SwiftFake FakeRecords.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[44/44] Compiling SwiftFake FalsifiedDataProtocol .swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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/38] Emitting module SwiftFake
[3/43] Compiling SwiftFake FakeAcronymsBrazilianStates.swift
[4/43] Compiling SwiftFake FakeAddresses.swift
[5/43] Compiling SwiftFake FakeAges.swift
[6/43] Compiling SwiftFake FakeBigImage.swift
[7/43] Compiling SwiftFake FakeBoolean.swift
[8/43] Compiling SwiftFake FakeBrazilianAnswerOfLaw.swift
[9/43] Compiling SwiftFake FakeLawyerBrazilianAbout.swift
[10/43] Compiling SwiftFake FakeLawyerBrazilianDescriptions.swift
[11/43] Compiling SwiftFake FakeLawyerBrazilianRecentContent.swift
[12/43] Compiling SwiftFake FakeLinks.swift
[13/43] Compiling SwiftFake FakeNames.swift
[14/43] Compiling SwiftFake FakePasswords.swift
[15/43] Compiling SwiftFake FakePhoneNumbers.swift
[16/43] Compiling SwiftFake FakeProductNames.swift
[17/43] Compiling SwiftFake FakeSmallImage.swift
[18/43] Compiling SwiftFake FakeSocialMediaHandles.swift
[19/43] Compiling SwiftFake FakeDateTimes.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[20/43] Compiling SwiftFake FakeEmails.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[21/43] Compiling SwiftFake FakeIntegers.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[22/43] Compiling SwiftFake FakeJobTitles.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[23/43] Compiling SwiftFake FakeLanguages.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:14:36: error: cannot find 'arc4random_uniform' in scope
12 | public typealias Value = Int16
13 |
14 | public var value:Value { Int16(arc4random_uniform(UInt32(Int16.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
15 |
16 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:23:36: error: cannot find 'arc4random_uniform' in scope
21 | public typealias Value = Int32
22 |
23 | public var value:Value { Int32(arc4random_uniform(UInt32(Int32.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
24 |
25 | required public init() {}
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:36: error: cannot find 'arc4random_uniform' in scope
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: cannot find 'arc4random_uniform' in scope
33 |
34 | required public init() {}
[24/43] Compiling SwiftFake FakeCars.swift
[25/43] Compiling SwiftFake FakeCompanies.swift
[26/43] Compiling SwiftFake FakeCountries.swift
[27/43] Compiling SwiftFake FakeCreditCards.swift
[28/43] Compiling SwiftFake FakeCurrencies.swift
[29/43] Compiling SwiftFake FakeBrazilianQuestionsOfLaw.swift
[30/43] Compiling SwiftFake FakeBrazilianStates.swift
[31/43] Compiling SwiftFake FakeBrazilianSubMatterOfLaw.swift
[32/43] Compiling SwiftFake FakeCNPJ.swift
[33/43] Compiling SwiftFake FakeCPF.swift
[34/43] Compiling SwiftFake FakeBrazilianCities.swift
[35/43] Compiling SwiftFake FakeBrazilianCompanies.swift
[36/43] Compiling SwiftFake FakeBrazilianMatterDescritionOfLaw.swift
[37/43] Compiling SwiftFake FakeBrazilianMatterOfLaw.swift
[38/43] Compiling SwiftFake FakeBrazilianNames.swift
[39/43] Compiling SwiftFake FakeUniversities.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[40/43] Compiling SwiftFake FakeUserAgents.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[41/43] Compiling SwiftFake FakeVehicleModels.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[42/43] Compiling SwiftFake FakeRecords.swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
[43/43] Compiling SwiftFake FalsifiedDataProtocol .swift
/host/spi-builder-workspace/Sources/SwiftFake/FakeRecords.swift:30:13: warning: immutable value 'i' was never used; consider replacing with '_' or removing it
28 | public func getRandomValues<T: FalsifiedDataProtocol>(ofType type: T.Type, count: Int = 10) -> [T.Value] {
29 | var instances: [T.Value] = []
30 | for i in 0..<count {
| `- warning: immutable value 'i' was never used; consider replacing with '_' or removing it
31 | instances.append(type.init().value)
32 | }
BUILD FAILURE 6.1 linux