Build Information
Failed to build FuzzCheck, reference master (9e7e11), with Swift 6.1 for Wasm on 27 May 2025 11:06:29 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/loiclec/fuzzcheck.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/loiclec/fuzzcheck
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 9e7e118 Update readme with link to funswift talk
Cloned https://github.com/loiclec/fuzzcheck.git
Revision (git rev-parse @):
9e7e118227d9faf3fb8d7176c6c3a3f3041787f8
SUCCESS checkout https://github.com/loiclec/fuzzcheck.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/loiclec/fuzzcheck.git
https://github.com/loiclec/fuzzcheck.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-package-manager",
"requirement" : {
"revision" : [
"87523ce7e50d5fb0995682cd3c05558adbadfdfe"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-package-manager"
},
{
"identity" : "files",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/JohnSundell/Files.git"
}
],
"manifest_display_name" : "FuzzCheck",
"name" : "FuzzCheck",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FuzzCheck",
"targets" : [
"FuzzCheck"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "FuzzCheckTool",
"targets" : [
"FuzzCheckTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "FuzzerTests",
"module_type" : "SwiftTarget",
"name" : "FuzzerTests",
"path" : "Tests/FuzzerTests",
"sources" : [
"ArtifactsTest.swift",
"InputPoolTests.swift",
"Mock.swift",
"RandomTests.swift"
],
"target_dependencies" : [
"FuzzCheck"
],
"type" : "test"
},
{
"c99name" : "FuzzCheckTool",
"module_type" : "SwiftTarget",
"name" : "FuzzCheckTool",
"path" : "Sources/FuzzCheckTool",
"product_dependencies" : [
"Files",
"Utility"
],
"product_memberships" : [
"FuzzCheckTool"
],
"sources" : [
"ArgumentsParser.swift",
"Commands.swift",
"main.swift"
],
"target_dependencies" : [
"FuzzCheck"
],
"type" : "executable"
},
{
"c99name" : "FuzzCheck",
"module_type" : "SwiftTarget",
"name" : "FuzzCheck",
"path" : "Sources/FuzzCheck",
"product_dependencies" : [
"Files",
"Utility"
],
"product_memberships" : [
"FuzzCheck",
"FuzzCheckTool"
],
"sources" : [
"Artifact.swift",
"CodeCoverageFeature.swift",
"CodeCoverageSensor.swift",
"CommandLineArguments.swift",
"Fuzzer.swift",
"FuzzerInput/ArrayFuzzerGenerator.swift",
"FuzzerInput/FuzzerInputGenerator.swift",
"FuzzerInput/FuzzerInputProperties.swift",
"FuzzerInput/IntegerFuzzerGenerator.swift",
"FuzzerInput/StringFuzzerGenerator.swift",
"FuzzerPRNG.swift",
"FuzzerSensor.swift",
"InputPool.swift",
"SanitizerHooks.swift",
"SignalHandlers.swift",
"World.swift"
],
"target_dependencies" : [
"CBuiltinsNotAvailableInSwift"
],
"type" : "library"
},
{
"c99name" : "CBuiltinsNotAvailableInSwift",
"module_type" : "ClangTarget",
"name" : "CBuiltinsNotAvailableInSwift",
"path" : "Sources/CBuiltinsNotAvailableInSwift",
"product_memberships" : [
"FuzzCheck",
"FuzzCheckTool"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-package-manager
[1/154288] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager from cache (10.54s)
Fetching https://github.com/apple/swift-llbuild.git
[1/28989] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.31s)
error: could not find a branch named ‘master’ in https://github.com/apple/swift-llbuild.git (did you mean ‘main’?)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:059e0fdbe549369b902c0d423739510ddee50a4a70258d1404125eb9394ef31c
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Updating https://github.com/apple/swift-package-manager
Updated https://github.com/apple/swift-package-manager (0.59s)
Updating https://github.com/apple/swift-llbuild.git
Updated https://github.com/apple/swift-llbuild.git (0.24s)
error: could not find a branch named ‘master’ in https://github.com/apple/swift-llbuild.git (did you mean ‘main’?)
BUILD FAILURE 6.1 wasm