The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DataStack, reference main (a164ee), with Swift 6.3 for Linux on 16 Apr 2026 17:48:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ziminny/DataStack.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/DataStack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a164ee9 add LICENSE file
Cloned https://github.com/ziminny/DataStack.git
Revision (git rev-parse @):
a164ee9554cf63944a0558dcaaa4396b5fbd49de
SUCCESS checkout https://github.com/ziminny/DataStack.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ziminny/DataStack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ziminny/SwiftFake.git
[1/112] Fetching swiftfake
Fetched https://github.com/ziminny/SwiftFake.git from cache (0.71s)
Computing version for https://github.com/ziminny/SwiftFake.git
Computed https://github.com/ziminny/SwiftFake.git at 1.0.0 (1.19s)
Creating working copy for https://github.com/ziminny/SwiftFake.git
Working copy of https://github.com/ziminny/SwiftFake.git resolved at 1.0.0
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/36] Emitting module SwiftFake
[5/40] Compiling SwiftFake FakeDateTimes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/40] Compiling SwiftFake FakeEmails.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/40] Compiling SwiftFake FakeIntegers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/40] Compiling SwiftFake FakeJobTitles.swift
/host/spi-builder-workspace/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/.build/checkouts/SwiftFake/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/40] Compiling SwiftFake FakeBrazilianQuestionsOfLaw.swift
[10/40] Compiling SwiftFake FakeBrazilianStates.swift
[11/40] Compiling SwiftFake FakeBrazilianSubMatterOfLaw.swift
[12/40] Compiling SwiftFake FakeCNPJ.swift
[13/40] Compiling SwiftFake FakeCPF.swift
[14/40] Compiling SwiftFake FakeAcronymsBrazilianStates.swift
[15/40] Compiling SwiftFake FakeAddresses.swift
[16/40] Compiling SwiftFake FakeAges.swift
[17/40] Compiling SwiftFake FakeBigImage.swift
[18/40] Compiling SwiftFake FakeBoolean.swift
[19/40] Compiling SwiftFake FakeProductNames.swift
[20/40] Compiling SwiftFake FakeSmallImage.swift
[21/40] Compiling SwiftFake FakeSocialMediaHandles.swift
[22/40] Compiling SwiftFake FakeUniversities.swift
[23/40] Compiling SwiftFake FakeUserAgents.swift
[24/40] Compiling SwiftFake FakeVehicleModels.swift
[25/40] Compiling SwiftFake FakeRecords.swift
[26/40] Compiling SwiftFake FalsifiedDataProtocol .swift
[27/40] Compiling SwiftFake FakeBrazilianAnswerOfLaw.swift
[28/40] Compiling SwiftFake FakeBrazilianCities.swift
[29/40] Compiling SwiftFake FakeBrazilianCompanies.swift
[30/40] Compiling SwiftFake FakeBrazilianMatterOfLaw.swift
[31/40] Compiling SwiftFake FakeBrazilianNames.swift
[32/40] Compiling SwiftFake FakeLanguages.swift
[33/40] Compiling SwiftFake FakeNames.swift
[34/40] Compiling SwiftFake FakePasswords.swift
[35/40] Compiling SwiftFake FakePhoneNumbers.swift
[36/40] Compiling SwiftFake FakeCars.swift
[37/40] Compiling SwiftFake FakeCompanies.swift
[38/40] Compiling SwiftFake FakeCountries.swift
[39/40] Compiling SwiftFake FakeCreditCards.swift
[40/40] Compiling SwiftFake FakeCurrencies.swift
BUILD FAILURE 6.3 linux