Build Information
Successful build of sls, reference 1.0.1 (8ea463
), with Swift 6.1 for Linux on 29 Apr 2025 04:00:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/maclong9/list.git
Reference: 1.0.1
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/maclong9/list
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at 8ea463f fix: update url to be fetched from repo
Cloned https://github.com/maclong9/list.git
Revision (git rev-parse @):
8ea463f372298a03472a4b8e9d71250dc0270cc2
SUCCESS checkout https://github.com/maclong9/list.git at 1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/maclong9/list.git
https://github.com/maclong9/list.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.1.0 but the installed version is 6.0.2
error: fatalError
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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 -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-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.26s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.40s)
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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/10] Write sources
[4/10] Write swift-version-24593BA9C3E375BF.txt
[6/12] Emitting module ArgumentParserToolInfo
[7/12] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/13] Wrapping AST for ArgumentParserToolInfo for debugging
[10/51] Compiling ArgumentParser BashCompletionsGenerator.swift
[11/51] Compiling ArgumentParser CompletionsGenerator.swift
[12/51] Compiling ArgumentParser FishCompletionsGenerator.swift
[13/51] Compiling ArgumentParser ZshCompletionsGenerator.swift
[14/51] Compiling ArgumentParser Argument.swift
[15/51] Compiling ArgumentParser ArgumentHelp.swift
[16/51] Emitting module ArgumentParser
[17/56] Compiling ArgumentParser OptionGroup.swift
[18/56] Compiling ArgumentParser AsyncParsableCommand.swift
[19/56] Compiling ArgumentParser CommandConfiguration.swift
[20/56] Compiling ArgumentParser CommandGroup.swift
[21/56] Compiling ArgumentParser EnumerableFlag.swift
[22/56] Compiling ArgumentParser ArgumentVisibility.swift
[23/56] Compiling ArgumentParser CompletionKind.swift
[24/56] Compiling ArgumentParser Errors.swift
[25/56] Compiling ArgumentParser Flag.swift
[26/56] Compiling ArgumentParser NameSpecification.swift
[27/56] Compiling ArgumentParser Option.swift
[28/56] Compiling ArgumentParser ArgumentDefinition.swift
[29/56] Compiling ArgumentParser ArgumentSet.swift
[30/56] Compiling ArgumentParser CommandParser.swift
[31/56] Compiling ArgumentParser InputKey.swift
[32/56] Compiling ArgumentParser InputOrigin.swift
[33/56] Compiling ArgumentParser CollectionExtensions.swift
[34/56] Compiling ArgumentParser Platform.swift
[35/56] Compiling ArgumentParser SequenceExtensions.swift
[36/56] Compiling ArgumentParser StringExtensions.swift
[37/56] Compiling ArgumentParser Tree.swift
[38/56] Compiling ArgumentParser Name.swift
[39/56] Compiling ArgumentParser Parsed.swift
[40/56] Compiling ArgumentParser ParsedValues.swift
[41/56] Compiling ArgumentParser ParserError.swift
[42/56] Compiling ArgumentParser SplitArguments.swift
[43/56] Compiling ArgumentParser ExpressibleByArgument.swift
[44/56] Compiling ArgumentParser ParsableArguments.swift
[45/56] Compiling ArgumentParser ParsableArgumentsValidation.swift
[46/56] Compiling ArgumentParser ParsableCommand.swift
[47/56] Compiling ArgumentParser ArgumentDecoder.swift
[48/56] Compiling ArgumentParser DumpHelpGenerator.swift
[49/56] Compiling ArgumentParser HelpCommand.swift
[50/56] Compiling ArgumentParser HelpGenerator.swift
[51/56] Compiling ArgumentParser MessageInfo.swift
[52/56] Compiling ArgumentParser UsageGenerator.swift
[53/57] Wrapping AST for ArgumentParser for debugging
[55/59] Compiling sls SwiftList.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/59] Emitting module sls
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/60] Wrapping AST for sls for debugging
[58/60] Write Objects.LinkFileList
[59/60] Linking sls
Build complete! (31.68s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "sls",
"name" : "sls",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "sls",
"targets" : [
"sls"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "sls",
"module_type" : "SwiftTarget",
"name" : "sls",
"path" : "Sources",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"sls"
],
"sources" : [
"SwiftList.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftListTests",
"module_type" : "SwiftTarget",
"name" : "SwiftListTests",
"path" : "Tests",
"sources" : [
"SwiftListTests.swift"
],
"target_dependencies" : [
"sls"
],
"type" : "test"
}
],
"tools_version" : "6.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
Done.