Build Information
Successful build of OutputUhooi with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 1
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uhooi/swift-output-uhooi.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/uhooi/swift-output-uhooi.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/9] Write sources
[3/9] Write uhooi-entitlement.plist
[5/9] Write swift-version-6F35C1178C84523A.txt
[7/13] Emitting module OutputUhooiCore
[8/13] Compiling OutputUhooiCore TextBuilder.swift
[9/13] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/13] Emitting module ArgumentParserToolInfo
[11/50] Compiling ArgumentParser OptionGroup.swift
[12/50] Compiling ArgumentParser AsyncParsableCommand.swift
[13/50] Compiling ArgumentParser CommandConfiguration.swift
[14/50] Compiling ArgumentParser EnumerableFlag.swift
[15/50] Compiling ArgumentParser InputOrigin.swift
[16/50] Compiling ArgumentParser Name.swift
[17/50] Compiling ArgumentParser Parsed.swift
[18/50] Compiling ArgumentParser ParsedValues.swift
[19/53] Compiling ArgumentParser Argument.swift
[20/53] Compiling ArgumentParser ArgumentHelp.swift
[21/53] Compiling ArgumentParser ArgumentVisibility.swift
[22/53] Compiling ArgumentParser CompletionKind.swift
[23/53] Compiling ArgumentParser SequenceExtensions.swift
[24/53] Compiling ArgumentParser StringExtensions.swift
[25/53] Compiling ArgumentParser Tree.swift
[26/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[27/53] Compiling ArgumentParser CompletionsGenerator.swift
[28/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[29/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[30/53] Compiling ArgumentParser ArgumentDecoder.swift
[31/53] Compiling ArgumentParser ArgumentDefinition.swift
[32/53] Compiling ArgumentParser ArgumentSet.swift
[33/53] Compiling ArgumentParser CommandParser.swift
[34/53] Compiling ArgumentParser ExpressibleByArgument.swift
[35/53] Compiling ArgumentParser ParsableArguments.swift
[36/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/53] Compiling ArgumentParser ParsableCommand.swift
[38/53] Emitting module ArgumentParser
[39/53] Compiling ArgumentParser ParserError.swift
[40/53] Compiling ArgumentParser SplitArguments.swift
[41/53] Compiling ArgumentParser DumpHelpGenerator.swift
[42/53] Compiling ArgumentParser HelpCommand.swift
[43/53] Compiling ArgumentParser Errors.swift
[44/53] Compiling ArgumentParser Flag.swift
[45/53] Compiling ArgumentParser NameSpecification.swift
[46/53] Compiling ArgumentParser Option.swift
[47/53] Compiling ArgumentParser HelpGenerator.swift
[48/53] Compiling ArgumentParser MessageInfo.swift
[49/53] Compiling ArgumentParser UsageGenerator.swift
[50/53] Compiling ArgumentParser CollectionExtensions.swift
[51/55] Compiling OutputUhooi Uhooi.swift
/Users/admin/builder/spi-builder-workspace/Sources/OutputUhooi/Uhooi.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is non-isolated 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 non-isolated 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
| `- 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"
[52/55] Emitting module OutputUhooi
/Users/admin/builder/spi-builder-workspace/Sources/OutputUhooi/Uhooi.swift:7:16: warning: static property 'configuration' is not concurrency-safe because it is non-isolated 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 non-isolated 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: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
| `- 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"
[52/55] Write Objects.LinkFileList
[53/55] Linking uhooi
[54/55] Applying uhooi
Build complete! (25.68s)
Fetching https://github.com/apple/swift-argument-parser
[1/11679] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.1.3 (0.70s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.1.3
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" : "/Users/admin/builder/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"
}
Done.