Build Information
Successful build of ArtifactBundleGen, reference 0.0.8 (33f4a6), with Swift 6.1 for Linux on 24 Jul 2025 04:45:36 UTC.
Swift 6 data race errors: 0
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 -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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/freddi-kit/ArtifactBundleGen.git
Reference: 0.0.8
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/freddi-kit/ArtifactBundleGen
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at 33f4a65 Merge pull request #10 from georgenavarro/fix/dirty-archive
Cloned https://github.com/freddi-kit/ArtifactBundleGen.git
Revision (git rev-parse @):
33f4a65acb296dcde04aeb828b6850fcf9dceb6c
SUCCESS checkout https://github.com/freddi-kit/ArtifactBundleGen.git at 0.0.8
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/freddi-kit/ArtifactBundleGen.git
https://github.com/freddi-kit/ArtifactBundleGen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "ArtifactBundleGen",
"name" : "ArtifactBundleGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ArtifactBundleGenPluginCommand",
"targets" : [
"ArtifactBundleGenPluginCommand"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ArtifactBundleGen",
"targets" : [
"ArtifactBundleGen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArtifactBundleGenTests",
"module_type" : "SwiftTarget",
"name" : "ArtifactBundleGenTests",
"path" : "Tests/ArtifactBundleGenTests",
"sources" : [
"ArtifactBundleGenTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ArtifactBundleGen"
],
"type" : "test"
},
{
"c99name" : "ArtifactBundleGenPluginCommand",
"module_type" : "PluginTarget",
"name" : "ArtifactBundleGenPluginCommand",
"path" : "Plugins/ArtifactBundleGenPluginCommand",
"plugin_capability" : {
"intent" : {
"description" : "Generate Artifact Bundle",
"type" : "custom",
"verb" : "generate-artifact-bundle"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Save Artifact Bundle information",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ArtifactBundleGenPluginCommand"
],
"sources" : [
"ArtifactBundleGenPluginCommand.swift",
"Symbolic Links/ArtifactBundleGen/ArtifactBundleGen.swift",
"Symbolic Links/ArtifactBundleGen/Error/ArtifactBundleGenError.swift",
"Symbolic Links/ArtifactBundleGen/Model/ArtifactBundle.swift",
"Symbolic Links/ArtifactBundleGen/Model/Config.swift",
"Symbolic Links/ArtifactBundleGen/Model/VariantTriples.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FileCleaner.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FileCopy.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FileExistChecker.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FolderCreator.swift",
"Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift",
"Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift"
],
"type" : "plugin"
},
{
"c99name" : "ArtifactBundleGen",
"module_type" : "SwiftTarget",
"name" : "ArtifactBundleGen",
"path" : "Sources/ArtifactBundleGen",
"product_memberships" : [
"ArtifactBundleGen"
],
"sources" : [
"ArtifactBundleGen.swift",
"Error/ArtifactBundleGenError.swift",
"Model/ArtifactBundle.swift",
"Model/Config.swift",
"Model/VariantTriples.swift",
"Utils/FileCleaner.swift",
"Utils/FileCopy.swift",
"Utils/FileExistChecker.swift",
"Utils/FolderCreator.swift",
"Utils/LipoRunnner.swift",
"Utils/ZipComposer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
[1/50203] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (29.16s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.57.2 (29.66s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.57.2
/host/spi-builder-workspace/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
9 | task.standardError = pipe
10 | task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 | task.launchPath = "/bin/zsh"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
12 | task.standardInput = nil
13 | do {
/host/spi-builder-workspace/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
5 | try await withCheckedThrowingContinuation { continuation in
6 | do {
7 | try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-FSr", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
| `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
8 | continuation.resume(returning: ())
9 | }
[1/1] Compiling plugin ArtifactBundleGenPluginCommand
[2/2] Compiling plugin SwiftFormatPlugin
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/15] Compiling ArtifactBundleGen FileCopy.swift
[6/16] Emitting module ArtifactBundleGen
[7/16] Compiling ArtifactBundleGen ArtifactBundleGen.swift
[8/16] Compiling ArtifactBundleGen ArtifactBundleGenError.swift
[9/16] Compiling ArtifactBundleGen VariantTriples.swift
[10/16] Compiling ArtifactBundleGen FileCleaner.swift
[11/16] Compiling ArtifactBundleGen ArtifactBundle.swift
[12/16] Compiling ArtifactBundleGen Config.swift
[13/16] Compiling ArtifactBundleGen LipoRunnner.swift
/host/spi-builder-workspace/Sources/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
9 | task.standardError = pipe
10 | task.arguments = ["-c", "lipo -archs \(targetPath)"]
11 | task.launchPath = "/bin/zsh"
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
12 | task.standardInput = nil
13 | do {
[14/16] Compiling ArtifactBundleGen FolderCreator.swift
[15/16] Compiling ArtifactBundleGen FileExistChecker.swift
[16/16] Compiling ArtifactBundleGen ZipComposer.swift
/host/spi-builder-workspace/Sources/ArtifactBundleGen/Utils/ZipComposer.swift:7:29: warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
5 | try await withCheckedThrowingContinuation { continuation in
6 | do {
7 | try Process.run(URL(fileURLWithPath: "/usr/bin/zip"), arguments: ["-FSr", "\(bundlePath.relativePath).zip", "\(bundlePath.relativePath)"]) { _ in
| `- warning: result of call to 'run(_:arguments:terminationHandler:)' is unused
8 | continuation.resume(returning: ())
9 | }
Build complete! (48.05s)
Build complete.
{
"dependencies" : [
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.50.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "ArtifactBundleGen",
"name" : "ArtifactBundleGen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "ArtifactBundleGenPluginCommand",
"targets" : [
"ArtifactBundleGenPluginCommand"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ArtifactBundleGen",
"targets" : [
"ArtifactBundleGen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ArtifactBundleGenTests",
"module_type" : "SwiftTarget",
"name" : "ArtifactBundleGenTests",
"path" : "Tests/ArtifactBundleGenTests",
"sources" : [
"ArtifactBundleGenTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"ArtifactBundleGen"
],
"type" : "test"
},
{
"c99name" : "ArtifactBundleGenPluginCommand",
"module_type" : "PluginTarget",
"name" : "ArtifactBundleGenPluginCommand",
"path" : "Plugins/ArtifactBundleGenPluginCommand",
"plugin_capability" : {
"intent" : {
"description" : "Generate Artifact Bundle",
"type" : "custom",
"verb" : "generate-artifact-bundle"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Save Artifact Bundle information",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"ArtifactBundleGenPluginCommand"
],
"sources" : [
"ArtifactBundleGenPluginCommand.swift",
"Symbolic Links/ArtifactBundleGen/ArtifactBundleGen.swift",
"Symbolic Links/ArtifactBundleGen/Error/ArtifactBundleGenError.swift",
"Symbolic Links/ArtifactBundleGen/Model/ArtifactBundle.swift",
"Symbolic Links/ArtifactBundleGen/Model/Config.swift",
"Symbolic Links/ArtifactBundleGen/Model/VariantTriples.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FileCleaner.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FileCopy.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FileExistChecker.swift",
"Symbolic Links/ArtifactBundleGen/Utils/FolderCreator.swift",
"Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift",
"Symbolic Links/ArtifactBundleGen/Utils/ZipComposer.swift"
],
"type" : "plugin"
},
{
"c99name" : "ArtifactBundleGen",
"module_type" : "SwiftTarget",
"name" : "ArtifactBundleGen",
"path" : "Sources/ArtifactBundleGen",
"product_memberships" : [
"ArtifactBundleGen"
],
"sources" : [
"ArtifactBundleGen.swift",
"Error/ArtifactBundleGenError.swift",
"Model/ArtifactBundle.swift",
"Model/Config.swift",
"Model/VariantTriples.swift",
"Utils/FileCleaner.swift",
"Utils/FileCopy.swift",
"Utils/FileExistChecker.swift",
"Utils/FolderCreator.swift",
"Utils/LipoRunnner.swift",
"Utils/ZipComposer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.