Build Information
Failed to build swift-noise, reference master (b51bb7
), with Swift 6.0 for Linux on 13 Dec 2024 23:35:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-noise.git
Reference: master
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
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b51bb78 6.0.3
Cloned https://github.com/tayloraswift/swift-noise.git
Revision (git rev-parse @):
b51bb78237b0119328edc154f72c82bb8ddb5071
SUCCESS checkout https://github.com/tayloraswift/swift-noise.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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" : "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" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tayloraswift/swift-png
[1/6343] Fetching swift-png
Fetched https://github.com/tayloraswift/swift-png from cache (5.50s)
Computing version for https://github.com/tayloraswift/swift-png
Computed https://github.com/tayloraswift/swift-png at 4.4.8 (0.46s)
Fetching https://github.com/tayloraswift/swift-hash
[1/863] Fetching swift-hash
Fetched https://github.com/tayloraswift/swift-hash from cache (0.20s)
Computing version for https://github.com/tayloraswift/swift-hash
Computed https://github.com/tayloraswift/swift-hash at 0.7.1 (0.49s)
Creating working copy for https://github.com/tayloraswift/swift-hash
Working copy of https://github.com/tayloraswift/swift-hash resolved at 0.7.1
Creating working copy for https://github.com/tayloraswift/swift-png
Working copy of https://github.com/tayloraswift/swift-png resolved at 4.4.8
Building for debugging...
[0/17] Write sources
[7/17] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/26] Emitting module BaseDigits
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[10/26] Compiling BaseDigits BaseDigits.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[11/26] Emitting module Noise
[12/26] Compiling Noise hash.swift
BUILD FAILURE 6.0 linux