Build Information
Failed to build SwiftFake, reference 1.0.0 (512d53
), with Swift 6.1 for Wasm on 12 Aug 2025 20:19:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/SwiftFake.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/ziminny/SwiftFake
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 512d534 update package name
Cloned https://github.com/ziminny/SwiftFake.git
Revision (git rev-parse @):
512d534f2aed07833b94cc5c9da6178881d20131
SUCCESS checkout https://github.com/ziminny/SwiftFake.git at 1.0.0
========================================
Build
========================================
Selected platform: wasm
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-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/35] 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 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 | }
[5/39] 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 | }
[6/39] 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 | }
[7/39] 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 | }
[8/39] 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
[9/39] 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
[10/39] 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
[11/39] 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
[12/39] 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
[13/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
[14/39] 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
[15/39] 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
[16/39] 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
[17/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:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[18/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:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[19/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:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[20/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:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[21/39] 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
[22/39] 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
[23/39] 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
[24/39] 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
[25/39] 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
[26/39] 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
[27/39] 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
[28/39] 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
[29/39] 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
[30/39] 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
[31/39] 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
[32/39] 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
[33/39] 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
[34/39] 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
[35/39] 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
[36/39] 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
[37/39] 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
[38/39] 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
[39/39] 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/34] Compiling SwiftFake FakeProductNames.swift
[3/34] Compiling SwiftFake FakeSmallImage.swift
[4/34] Compiling SwiftFake FakeSocialMediaHandles.swift
[5/34] Compiling SwiftFake FakeUniversities.swift
[6/38] Emitting module SwiftFake
[7/38] Compiling SwiftFake FakeLanguages.swift
[8/38] Compiling SwiftFake FakeNames.swift
[9/38] Compiling SwiftFake FakePasswords.swift
[10/38] Compiling SwiftFake FakePhoneNumbers.swift
[11/38] Compiling SwiftFake FakeDateTimes.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[12/38] Compiling SwiftFake FakeEmails.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[13/38] Compiling SwiftFake FakeIntegers.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[14/38] Compiling SwiftFake FakeJobTitles.swift
/host/spi-builder-workspace/Sources/SwiftFake/Cases/FakeIntegers.swift:32:73: error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
30 | public typealias Value = Int64
31 |
32 | public var value:Value { Int64(arc4random_uniform(UInt32(Int64.max) + 1)) }
| `- error: arithmetic operation '4294967295 + 1' (on type 'UInt32') results in an overflow
33 |
34 | required public init() {}
[15/38] Compiling SwiftFake FakeAcronymsBrazilianStates.swift
[16/38] Compiling SwiftFake FakeAddresses.swift
[17/38] Compiling SwiftFake FakeAges.swift
[18/38] Compiling SwiftFake FakeBigImage.swift
[19/38] Compiling SwiftFake FakeBoolean.swift
[20/38] Compiling SwiftFake FakeCars.swift
[21/38] Compiling SwiftFake FakeCompanies.swift
[22/38] Compiling SwiftFake FakeCountries.swift
[23/38] Compiling SwiftFake FakeCreditCards.swift
[24/38] Compiling SwiftFake FakeCurrencies.swift
[25/38] 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 | }
[26/38] 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 | }
[27/38] 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 | }
[28/38] 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 | }
[29/38] Compiling SwiftFake FakeBrazilianAnswerOfLaw.swift
[30/38] Compiling SwiftFake FakeBrazilianCities.swift
[31/38] Compiling SwiftFake FakeBrazilianCompanies.swift
[32/38] Compiling SwiftFake FakeBrazilianMatterOfLaw.swift
[33/38] Compiling SwiftFake FakeBrazilianNames.swift
[34/38] Compiling SwiftFake FakeBrazilianQuestionsOfLaw.swift
[35/38] Compiling SwiftFake FakeBrazilianStates.swift
[36/38] Compiling SwiftFake FakeBrazilianSubMatterOfLaw.swift
[37/38] Compiling SwiftFake FakeCNPJ.swift
[38/38] Compiling SwiftFake FakeCPF.swift
BUILD FAILURE 6.1 wasm