Build Information
Failed to build swift-noise, reference 1.2.0 (35d8b7), with Swift 6.1 for Linux on 24 Mar 2026 01:57:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-noise.git
Reference: 1.2.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/tayloraswift/swift-noise
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 35d8b72 Merge pull request #26 from tayloraswift/standardize-ignored-files
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
35d8b727b804a2a32278b3e79eacbb82b854496f
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at 1.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tayloraswift/swift-noise.git
https://github.com/tayloraswift/swift-noise.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "dollup",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ordo-one/dollup"
},
{
"identity" : "swift-png",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-png"
}
],
"manifest_display_name" : "swift-noise",
"name" : "swift-noise",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.3"
},
{
"name" : "ios",
"version" : "16.4"
},
{
"name" : "tvos",
"version" : "16.4"
},
{
"name" : "watchos",
"version" : "9.4"
}
],
"products" : [
{
"name" : "Noise",
"targets" : [
"Noise"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "generate-noise",
"targets" : [
"GenNoise"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NoiseTests",
"module_type" : "SwiftTarget",
"name" : "NoiseTests",
"path" : "Tests/NoiseTests",
"sources" : [
"ConsistentPRNGTests.swift"
],
"target_dependencies" : [
"Noise"
],
"type" : "test"
},
{
"c99name" : "Noise",
"module_type" : "SwiftTarget",
"name" : "Noise",
"path" : "Sources/Noise",
"product_memberships" : [
"Noise",
"generate-noise"
],
"sources" : [
"cell.swift",
"compounds.swift",
"disk.swift",
"gradient.swift",
"hash.swift",
"noise.swift"
],
"type" : "library"
},
{
"c99name" : "GenNoise",
"module_type" : "SwiftTarget",
"name" : "GenNoise",
"path" : "Sources/GenNoise",
"product_dependencies" : [
"PNG"
],
"product_memberships" : [
"generate-noise"
],
"sources" : [
"banners.swift",
"calibrate.swift",
"main.swift"
],
"target_dependencies" : [
"Noise"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/ordo-one/dollup
Fetching https://github.com/tayloraswift/swift-png
[1/14] Fetching dollup
[15/7449] Fetching dollup, swift-png
Fetched https://github.com/ordo-one/dollup from cache (12.23s)
Fetched https://github.com/tayloraswift/swift-png from cache (12.52s)
Computing version for https://github.com/ordo-one/dollup
error: Dependencies could not be resolved because root depends on 'dollup' 1.0.1..<2.0.0.
'dollup' >= 1.0.1 cannot be used because no versions of 'dollup' match the requirement 1.0.2..<2.0.0 and 'dollup' 1.0.1 contains incompatible tools version (6.2.0).
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:7e70e0a64d2f2fbcaf7a9ded92418bf54647123e95b9450d840f38f11e93f5d2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Updating https://github.com/ordo-one/dollup
Updating https://github.com/tayloraswift/swift-png
Updated https://github.com/ordo-one/dollup (0.14s)
Updated https://github.com/tayloraswift/swift-png (0.14s)
Computing version for https://github.com/ordo-one/dollup
error: Dependencies could not be resolved because root depends on 'dollup' 1.0.1..<2.0.0.
'dollup' >= 1.0.1 cannot be used because no versions of 'dollup' match the requirement 1.0.2..<2.0.0 and 'dollup' 1.0.1 contains incompatible tools version (6.2.0).
BUILD FAILURE 6.1 linux