Build Information
Failed to build SwiftPowerAssert, reference 0.1.0 (bec9d3
), with Swift 6.1 for Linux on 25 Apr 2025 14:53:39 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kishikawakatsumi/swiftpowerassert.git
Reference: 0.1.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/kishikawakatsumi/swiftpowerassert
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at bec9d3d Merge pull request #91 from kishikawakatsumi/version
Cloned https://github.com/kishikawakatsumi/swiftpowerassert.git
Revision (git rev-parse @):
bec9d3d72c53d916e9c203bc21e6bd676deda518
SUCCESS checkout https://github.com/kishikawakatsumi/swiftpowerassert.git at 0.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/kishikawakatsumi/swiftpowerassert.git
https://github.com/kishikawakatsumi/swiftpowerassert.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-package-manager",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-package-manager.git"
}
],
"manifest_display_name" : "SwiftPowerAssert",
"name" : "SwiftPowerAssert",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "swift-power-assert",
"targets" : [
"SwiftPowerAssert"
],
"type" : {
"executable" : null
}
},
{
"name" : "PowerAssertCore",
"targets" : [
"PowerAssertCore"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftPowerAssertTests",
"module_type" : "SwiftTarget",
"name" : "SwiftPowerAssertTests",
"path" : "Tests/SwiftPowerAssertTests",
"sources" : [
"AssertTests.swift",
"ParserTests.swift",
"SourceFormatterTests.swift",
"TestEnvironments.swift",
"TestRunner.swift",
"UtilityTests.swift",
"XCTAssertTests.swift"
],
"target_dependencies" : [
"PowerAssertCore"
],
"type" : "test"
},
{
"c99name" : "SwiftPowerAssert",
"module_type" : "SwiftTarget",
"name" : "SwiftPowerAssert",
"path" : "Sources/SwiftPowerAssert",
"product_dependencies" : [
"Utility"
],
"product_memberships" : [
"swift-power-assert"
],
"sources" : [
"Errors.swift",
"SwiftPowerAssertTool.swift",
"SwiftTestTool.swift",
"TransformTool.swift",
"XCTestTool.swift",
"main.swift"
],
"target_dependencies" : [
"PowerAssertCore"
],
"type" : "executable"
},
{
"c99name" : "PowerAssertCore",
"module_type" : "SwiftTarget",
"name" : "PowerAssertCore",
"path" : "Sources/PowerAssertCore",
"product_dependencies" : [
"Utility"
],
"product_memberships" : [
"swift-power-assert",
"PowerAssertCore"
],
"sources" : [
"AST.swift",
"ASTLexer.swift",
"ASTNode.swift",
"ASTParser.swift",
"ASTToken.swift",
"ASTTokenizer.swift",
"ArgumentCaptor.swift",
"Assertion.swift",
"AssertionProcessor.swift",
"CapturedExpression.swift",
"Errors.swift",
"ProcessManager.swift",
"Replacement.swift",
"SourceCompletion.swift",
"SourceFile.swift",
"SourceFormatter.swift",
"SwiftPowerAssert.swift",
"Transformer.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-package-manager.git
[1/151166] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (12.31s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.6.0 (14.55s)
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-tools-support-core.git
[1/6718] Fetching swift-tools-support-core
[5981/35632] Fetching swift-tools-support-core, swift-llbuild
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.70s)
[7518/28914] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild.git from cache (2.12s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.1.0 (3.14s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.3.0 (0.64s)
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.3.0
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at 0.6.0
warning: 'swift-llbuild': ignoring broken symlink /host/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
error: 'spi-builder-workspace': product 'Utility' required by package 'spi-builder-workspace' target 'SwiftPowerAssert' not found. Did you mean 'TSCUtility'?
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
error: 'spi-builder-workspace': product 'Utility' required by package 'spi-builder-workspace' target 'SwiftPowerAssert' not found. Did you mean 'TSCUtility'?
BUILD FAILURE 6.1 linux