Build Information
Successful build of archer, reference master (3aead0
), with Swift 6.1 for Linux on 30 Apr 2025 11:36:24 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/archer.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/archer
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 3aead02 adopt withSingleDash: true
Cloned https://github.com/tayloraswift/archer.git
Revision (git rev-parse @):
3aead02a105ebf24a150f23498589d5ca8037d41
SUCCESS checkout https://github.com/tayloraswift/archer.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tayloraswift/archer.git
https://github.com/tayloraswift/archer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "wasmtransformer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/WasmTransformer"
},
{
"identity" : "swift-io",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-io"
}
],
"manifest_display_name" : "archer",
"name" : "archer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "archer",
"targets" : [
"ArcherCommands"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "_GitVersion",
"module_type" : "ClangTarget",
"name" : "_GitVersion",
"path" : "Sources/_GitVersion",
"product_memberships" : [
"archer"
],
"sources" : [
"swiftpm_git_version.c"
],
"type" : "library"
},
{
"c99name" : "ArcherCommands",
"module_type" : "SwiftTarget",
"name" : "ArcherCommands",
"path" : "Sources/ArcherCommands",
"product_dependencies" : [
"ArgumentParser",
"System_ArgumentParser"
],
"product_memberships" : [
"archer"
],
"sources" : [
"ArcherCommand.Crush.swift",
"ArcherCommand.Init.swift",
"ArcherCommand.Version.swift",
"ArcherCommand.swift"
],
"target_dependencies" : [
"Archer",
"_GitVersion"
],
"type" : "executable"
},
{
"c99name" : "Archer",
"module_type" : "SwiftTarget",
"name" : "Archer",
"path" : "Sources/Archer",
"product_dependencies" : [
"SystemIO",
"WasmTransformer"
],
"product_memberships" : [
"archer"
],
"sources" : [
"Archer.Bundle.swift",
"Archer.Crusher.swift",
"Archer.swift",
"_CartonResources (gen).swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 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/tayloraswift/swift-io
[1/71] Fetching swift-io
Fetched https://github.com/tayloraswift/swift-io from cache (0.60s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/swiftwasm/WasmTransformer
Fetching https://github.com/apple/swift-argument-parser
[1/809] Fetching wasmtransformer
[810/5176] Fetching wasmtransformer, swift-system
[5177/20126] Fetching wasmtransformer, swift-system, swift-argument-parser
Fetched https://github.com/swiftwasm/WasmTransformer from cache (0.73s)
Fetched https://github.com/apple/swift-system from cache (0.74s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.22s)
Computing version for https://github.com/swiftwasm/WasmTransformer
Computed https://github.com/swiftwasm/WasmTransformer at 0.5.0 (1.86s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.44s)
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/swiftwasm/WasmTransformer
Working copy of https://github.com/swiftwasm/WasmTransformer resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/tayloraswift/swift-io
Working copy of https://github.com/tayloraswift/swift-io resolved at master (1cbe8b2)
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/22] Write sources
[9/22] Compiling CSystem shims.c
[10/22] Compiling _GitVersion swiftpm_git_version.c
[11/22] Write swift-version-24593BA9C3E375BF.txt
[13/71] Compiling WasmTransformer CustomSectionStripper.swift
[14/71] Compiling WasmTransformer I64ImportTransformer.swift
[15/71] Compiling WasmTransformer SizeProfiler.swift
[16/71] Compiling WasmTransformer StackOverflowSanitizer+Fixtures.swift
[17/71] Compiling WasmTransformer Sections.swift
[18/71] Compiling WasmTransformer Trampoline.swift
[19/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[20/73] Emitting module ArgumentParserToolInfo
[21/74] Compiling SystemPackage WindowsSyscallAdapters.swift
[22/74] Compiling SystemPackage FilePathTempPosix.swift
[23/74] Compiling SystemPackage FilePathTempWindows.swift
[24/74] Compiling SystemPackage FilePathWindows.swift
[25/74] Compiling SystemPackage FilePermissions.swift
[26/74] Compiling SystemPackage FileOperations.swift
[28/74] Emitting module WasmTransformer
[29/74] Compiling SystemPackage MachPort.swift
[30/74] Compiling SystemPackage PlatformString.swift
[31/74] Compiling SystemPackage SystemString.swift
[35/74] Compiling SystemPackage Mocking.swift
[36/74] Compiling SystemPackage RawBuffer.swift
[37/74] Compiling SystemPackage Syscalls.swift
[38/77] Compiling WasmTransformer StackOverflowSanitizer.swift
[39/77] Compiling WasmTransformer WasmTransformer.swift
[39/78] Wrapping AST for ArgumentParserToolInfo for debugging
[42/116] Compiling ArgumentParser InputKey.swift
[43/116] Compiling ArgumentParser InputOrigin.swift
[44/116] Compiling ArgumentParser Name.swift
[45/116] Compiling ArgumentParser Parsed.swift
[46/116] Compiling ArgumentParser ArgumentDecoder.swift
[47/116] Compiling ArgumentParser ArgumentDefinition.swift
[48/116] Compiling ArgumentParser ArgumentSet.swift
[49/116] Compiling ArgumentParser CommandParser.swift
[50/116] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/116] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/116] Compiling ArgumentParser Argument.swift
[53/116] Compiling ArgumentParser ArgumentHelp.swift
[54/116] Compiling ArgumentParser ExpressibleByArgument.swift
[55/116] Compiling ArgumentParser ParsableArguments.swift
[56/116] Compiling ArgumentParser ParsableArgumentsValidation.swift
[57/116] Compiling ArgumentParser ParsableCommand.swift
[58/116] Compiling ArgumentParser CommandGroup.swift
[59/116] Compiling ArgumentParser EnumerableFlag.swift
[60/116] Compiling ArgumentParser BashCompletionsGenerator.swift
[61/116] Compiling ArgumentParser CompletionsGenerator.swift
[62/116] Emitting module SystemPackage
[63/116] Compiling ArgumentParser ParsedValues.swift
[64/116] Compiling ArgumentParser ParserError.swift
[65/116] Compiling ArgumentParser SplitArguments.swift
[66/116] Compiling ArgumentParser DumpHelpGenerator.swift
[66/116] Wrapping AST for WasmTransformer for debugging
[68/116] Compiling ArgumentParser HelpCommand.swift
[69/116] Compiling ArgumentParser HelpGenerator.swift
[70/116] Compiling ArgumentParser MessageInfo.swift
[71/117] Wrapping AST for SystemPackage for debugging
[73/136] Compiling SystemIO FilePath.Directory.swift
[74/136] Compiling SystemIO FilePath.DirectoryIterator.Stream.swift
[75/136] Compiling SystemIO FilePath.DirectoryIterator.swift
[76/138] Compiling SystemIO FileSystemStats.swift
[77/138] Compiling SystemIO FileType.swift
[78/138] Compiling SystemIO FileReadError.swift
[79/138] Compiling SystemIO FileSeekError.swift
[80/138] Compiling SystemIO FileStatus.swift
[81/138] Compiling SystemIO SystemProcess.Stream.swift
[82/138] Compiling SystemIO SystemProcess.swift
[83/138] Compiling SystemIO SystemProcessError.swift
[84/138] Compiling SystemIO lexemes.swift
[85/138] Emitting module ArgumentParser
[86/143] Compiling SystemIO SystemProcess.Environment.swift
[87/143] Compiling SystemIO SystemProcess.EnvironmentEncoder.swift
[88/143] Compiling SystemIO FilePath.DirectoryPointer.swift
[89/143] Compiling SystemIO FilePermissions (ext).swift
[90/143] Compiling SystemIO FilePermissions.Component.swift
[91/143] Compiling SystemIO FileDescriptor.swift
[92/143] Compiling SystemIO FileError.swift
[93/143] Compiling SystemIO FilePath (ext).swift
[94/143] Emitting module SystemIO
[95/144] Wrapping AST for SystemIO for debugging
[97/144] Compiling ArgumentParser CollectionExtensions.swift
[98/144] Compiling ArgumentParser Platform.swift
[99/144] Compiling ArgumentParser SequenceExtensions.swift
[100/144] Compiling ArgumentParser StringExtensions.swift
[101/144] Compiling ArgumentParser Tree.swift
[107/149] Compiling Archer _CartonResources (gen).swift
[108/149] Compiling Archer Archer.swift
[109/149] Compiling Archer Archer.Crusher.swift
[126/149] Emitting module Archer
[127/149] Compiling Archer Archer.Bundle.swift
[128/150] Wrapping AST for Archer for debugging
[135/150] Compiling ArgumentParser ArgumentVisibility.swift
[136/150] Compiling ArgumentParser CompletionKind.swift
[137/150] Compiling ArgumentParser Errors.swift
[138/150] Compiling ArgumentParser Flag.swift
[139/150] Compiling ArgumentParser NameSpecification.swift
[140/150] Compiling ArgumentParser Option.swift
[145/150] Compiling ArgumentParser UsageGenerator.swift
[146/151] Wrapping AST for ArgumentParser for debugging
[148/154] Compiling System_ArgumentParser FilePath (ext).swift
[149/154] Compiling System_ArgumentParser FilePath.Directory (ext).swift
[150/154] Emitting module System_ArgumentParser
[151/155] Wrapping AST for System_ArgumentParser for debugging
[153/160] Compiling ArcherCommands ArcherCommand.swift
[154/160] Compiling ArcherCommands ArcherCommand.Version.swift
[155/160] Compiling ArcherCommands ArcherCommand.Crush.swift
[156/160] Compiling ArcherCommands ArcherCommand.Init.swift
[157/160] Emitting module ArcherCommands
[158/161] Wrapping AST for ArcherCommands for debugging
[159/161] Write Objects.LinkFileList
[160/161] Linking archer
Build complete! (26.91s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "wasmtransformer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftwasm/WasmTransformer"
},
{
"identity" : "swift-io",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/tayloraswift/swift-io"
}
],
"manifest_display_name" : "archer",
"name" : "archer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "visionos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "archer",
"targets" : [
"ArcherCommands"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "_GitVersion",
"module_type" : "ClangTarget",
"name" : "_GitVersion",
"path" : "Sources/_GitVersion",
"product_memberships" : [
"archer"
],
"sources" : [
"swiftpm_git_version.c"
],
"type" : "library"
},
{
"c99name" : "ArcherCommands",
"module_type" : "SwiftTarget",
"name" : "ArcherCommands",
"path" : "Sources/ArcherCommands",
"product_dependencies" : [
"ArgumentParser",
"System_ArgumentParser"
],
"product_memberships" : [
"archer"
],
"sources" : [
"ArcherCommand.Crush.swift",
"ArcherCommand.Init.swift",
"ArcherCommand.Version.swift",
"ArcherCommand.swift"
],
"target_dependencies" : [
"Archer",
"_GitVersion"
],
"type" : "executable"
},
{
"c99name" : "Archer",
"module_type" : "SwiftTarget",
"name" : "Archer",
"path" : "Sources/Archer",
"product_dependencies" : [
"SystemIO",
"WasmTransformer"
],
"product_memberships" : [
"archer"
],
"sources" : [
"Archer.Bundle.swift",
"Archer.Crusher.swift",
"Archer.swift",
"_CartonResources (gen).swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Done.