Build Information
Successful build of OutputUhooi, reference main (ea7a63
), with Swift 6.1 for Linux on 27 Apr 2025 01:17:03 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/uhooi/swift-output-uhooi.git
Reference: main
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/uhooi/swift-output-uhooi
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ea7a639 Merge pull request #19 from uhooi/feature/bump_swift_argument_parser_to_1.1.3
Cloned https://github.com/uhooi/swift-output-uhooi.git
Revision (git rev-parse @):
ea7a63952b75048e2ebd7c52efd5479d84300978
SUCCESS checkout https://github.com/uhooi/swift-output-uhooi.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/uhooi/swift-output-uhooi.git
https://github.com/uhooi/swift-output-uhooi.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "OutputUhooi",
"name" : "OutputUhooi",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "uhooi",
"targets" : [
"OutputUhooi"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OutputUhooiTests",
"module_type" : "SwiftTarget",
"name" : "OutputUhooiTests",
"path" : "Tests/OutputUhooiTests",
"sources" : [
"OutputUhooiTests.swift"
],
"target_dependencies" : [
"OutputUhooi"
],
"type" : "test"
},
{
"c99name" : "OutputUhooiCoreTests",
"module_type" : "SwiftTarget",
"name" : "OutputUhooiCoreTests",
"path" : "Tests/OutputUhooiCoreTests",
"sources" : [
"TextBuilderTests.swift"
],
"target_dependencies" : [
"OutputUhooiCore"
],
"type" : "test"
},
{
"c99name" : "OutputUhooiCore",
"module_type" : "SwiftTarget",
"name" : "OutputUhooiCore",
"path" : "Sources/OutputUhooiCore",
"product_memberships" : [
"uhooi"
],
"sources" : [
"TextBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "OutputUhooi",
"module_type" : "SwiftTarget",
"name" : "OutputUhooi",
"path" : "Sources/OutputUhooi",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"uhooi"
],
"sources" : [
"Uhooi.swift"
],
"target_dependencies" : [
"OutputUhooiCore"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 (0.83s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (2.14s)
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/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/16] Emitting module OutputUhooiCore
[8/16] Compiling OutputUhooiCore TextBuilder.swift
[9/17] Emitting module ArgumentParserToolInfo
[10/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/18] Wrapping AST for OutputUhooiCore for debugging
[13/18] Wrapping AST for ArgumentParserToolInfo for debugging
[15/56] Compiling ArgumentParser Name.swift
[16/56] Compiling ArgumentParser Parsed.swift
[17/56] Compiling ArgumentParser ParsedValues.swift
[18/56] Compiling ArgumentParser ParserError.swift
[19/56] Compiling ArgumentParser SplitArguments.swift
[20/56] Compiling ArgumentParser BashCompletionsGenerator.swift
[21/56] Compiling ArgumentParser CompletionsGenerator.swift
[22/56] Compiling ArgumentParser FishCompletionsGenerator.swift
[23/56] Compiling ArgumentParser ZshCompletionsGenerator.swift
[24/56] Compiling ArgumentParser Argument.swift
[25/56] Compiling ArgumentParser ArgumentHelp.swift
[26/56] Emitting module ArgumentParser
[27/61] Compiling ArgumentParser ExpressibleByArgument.swift
[28/61] Compiling ArgumentParser ParsableArguments.swift
[29/61] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/61] Compiling ArgumentParser ParsableCommand.swift
[31/61] Compiling ArgumentParser ArgumentDecoder.swift
[32/61] Compiling ArgumentParser CollectionExtensions.swift
[33/61] Compiling ArgumentParser Platform.swift
[34/61] Compiling ArgumentParser SequenceExtensions.swift
[35/61] Compiling ArgumentParser StringExtensions.swift
[36/61] Compiling ArgumentParser Tree.swift
[37/61] Compiling ArgumentParser ArgumentVisibility.swift
[38/61] Compiling ArgumentParser CompletionKind.swift
[39/61] Compiling ArgumentParser Errors.swift
[40/61] Compiling ArgumentParser Flag.swift
[41/61] Compiling ArgumentParser NameSpecification.swift
[42/61] Compiling ArgumentParser Option.swift
[43/61] Compiling ArgumentParser ArgumentDefinition.swift
[44/61] Compiling ArgumentParser ArgumentSet.swift
[45/61] Compiling ArgumentParser CommandParser.swift
[46/61] Compiling ArgumentParser InputKey.swift
[47/61] Compiling ArgumentParser InputOrigin.swift
[48/61] Compiling ArgumentParser OptionGroup.swift
[49/61] Compiling ArgumentParser AsyncParsableCommand.swift
[50/61] Compiling ArgumentParser CommandConfiguration.swift
[51/61] Compiling ArgumentParser CommandGroup.swift
[52/61] Compiling ArgumentParser EnumerableFlag.swift
[53/61] Compiling ArgumentParser DumpHelpGenerator.swift
[54/61] Compiling ArgumentParser HelpCommand.swift
[55/61] Compiling ArgumentParser HelpGenerator.swift
[56/61] Compiling ArgumentParser MessageInfo.swift
[57/61] Compiling ArgumentParser UsageGenerator.swift
[58/62] Wrapping AST for ArgumentParser for debugging
[60/64] Emitting module OutputUhooi
/host/spi-builder-workspace/Sources/OutputUhooi/Uhooi.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Uhooi: AsyncParsableCommand {
6 |
7 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | abstract: "Uhooi speak the phrase.",
9 | version: "0.2.0"
[61/64] Compiling OutputUhooi Uhooi.swift
/host/spi-builder-workspace/Sources/OutputUhooi/Uhooi.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Uhooi: AsyncParsableCommand {
6 |
7 | static var configuration = CommandConfiguration(
| |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 | abstract: "Uhooi speak the phrase.",
9 | version: "0.2.0"
[62/65] Wrapping AST for OutputUhooi for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking uhooi
Build complete! (14.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
}
],
"manifest_display_name" : "OutputUhooi",
"name" : "OutputUhooi",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "uhooi",
"targets" : [
"OutputUhooi"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "OutputUhooiTests",
"module_type" : "SwiftTarget",
"name" : "OutputUhooiTests",
"path" : "Tests/OutputUhooiTests",
"sources" : [
"OutputUhooiTests.swift"
],
"target_dependencies" : [
"OutputUhooi"
],
"type" : "test"
},
{
"c99name" : "OutputUhooiCoreTests",
"module_type" : "SwiftTarget",
"name" : "OutputUhooiCoreTests",
"path" : "Tests/OutputUhooiCoreTests",
"sources" : [
"TextBuilderTests.swift"
],
"target_dependencies" : [
"OutputUhooiCore"
],
"type" : "test"
},
{
"c99name" : "OutputUhooiCore",
"module_type" : "SwiftTarget",
"name" : "OutputUhooiCore",
"path" : "Sources/OutputUhooiCore",
"product_memberships" : [
"uhooi"
],
"sources" : [
"TextBuilder.swift"
],
"type" : "library"
},
{
"c99name" : "OutputUhooi",
"module_type" : "SwiftTarget",
"name" : "OutputUhooi",
"path" : "Sources/OutputUhooi",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"uhooi"
],
"sources" : [
"Uhooi.swift"
],
"target_dependencies" : [
"OutputUhooiCore"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
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.