Build Information
Successful build of RepeatCLI with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
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/jaroshevskii/repify-cli.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jaroshevskii/repify-cli
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cf90ff3 Delete _config.yml
Cloned https://github.com/jaroshevskii/repify-cli.git
Revision (git rev-parse @):
cf90ff3525595f8d777ec221902e26e71dd79272
SUCCESS checkout https://github.com/jaroshevskii/repify-cli.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/jaroshevskii/repify-cli.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
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/9] Write sources
[3/9] Write repeat-cli-entitlement.plist
[5/9] Write swift-version-6F35C1178C84523A.txt
[7/11] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/11] Emitting module ArgumentParserToolInfo
[9/49] Compiling ArgumentParser ArgumentHelp.swift
[10/49] Compiling ArgumentParser ArgumentVisibility.swift
[11/49] Compiling ArgumentParser CompletionKind.swift
[12/49] Compiling ArgumentParser Errors.swift
[13/53] Emitting module ArgumentParser
[14/53] Compiling ArgumentParser Platform.swift
[15/53] Compiling ArgumentParser SequenceExtensions.swift
[16/53] Compiling ArgumentParser StringExtensions.swift
[17/53] Compiling ArgumentParser Tree.swift
[18/53] Compiling ArgumentParser AsyncParsableCommand.swift
[19/53] Compiling ArgumentParser CommandConfiguration.swift
[20/53] Compiling ArgumentParser EnumerableFlag.swift
[21/53] Compiling ArgumentParser ExpressibleByArgument.swift
[22/53] Compiling ArgumentParser ParsableArguments.swift
[23/53] Compiling ArgumentParser ParsableArgumentsValidation.swift
[24/53] Compiling ArgumentParser ParsableCommand.swift
[25/53] Compiling ArgumentParser ArgumentDecoder.swift
[26/53] Compiling ArgumentParser InputOrigin.swift
[27/53] Compiling ArgumentParser Name.swift
[28/53] Compiling ArgumentParser Parsed.swift
[29/53] Compiling ArgumentParser ParsedValues.swift
[30/53] Compiling ArgumentParser Flag.swift
[31/53] Compiling ArgumentParser NameSpecification.swift
[32/53] Compiling ArgumentParser Option.swift
[33/53] Compiling ArgumentParser OptionGroup.swift
[34/53] Compiling ArgumentParser ArgumentDefinition.swift
[35/53] Compiling ArgumentParser ArgumentSet.swift
[36/53] Compiling ArgumentParser CommandParser.swift
[37/53] Compiling ArgumentParser InputKey.swift
[38/53] Compiling ArgumentParser HelpGenerator.swift
[39/53] Compiling ArgumentParser MessageInfo.swift
[40/53] Compiling ArgumentParser UsageGenerator.swift
[41/53] Compiling ArgumentParser CollectionExtensions.swift
[42/53] Compiling ArgumentParser BashCompletionsGenerator.swift
[43/53] Compiling ArgumentParser CompletionsGenerator.swift
[44/53] Compiling ArgumentParser FishCompletionsGenerator.swift
[45/53] Compiling ArgumentParser ZshCompletionsGenerator.swift
[46/53] Compiling ArgumentParser Argument.swift
[47/53] Compiling ArgumentParser ParserError.swift
[48/53] Compiling ArgumentParser SplitArguments.swift
[49/53] Compiling ArgumentParser DumpHelpGenerator.swift
[50/53] Compiling ArgumentParser HelpCommand.swift
[51/55] Emitting module repeat_cli
/Users/admin/builder/spi-builder-workspace/Sources/repeat-cli/RepeatCLI.swift:10:14: 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
8 | @main
9 | struct RepeatCLI: ParsableCommand {
10 | 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
11 | abstract: "📃 Simple command-line tool for text repeating.",
12 | discussion: """
[52/55] Compiling repeat_cli RepeatCLI.swift
/Users/admin/builder/spi-builder-workspace/Sources/repeat-cli/RepeatCLI.swift:10:14: 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
8 | @main
9 | struct RepeatCLI: ParsableCommand {
10 | 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
11 | abstract: "📃 Simple command-line tool for text repeating.",
12 | discussion: """
[52/55] Write Objects.LinkFileList
[53/55] Linking repeat-cli
[54/55] Applying repeat-cli
Build complete! (26.54s)
Fetching https://github.com/apple/swift-argument-parser.git
[1/11679] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.65s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.4.0 (0.54s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.4.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
}
],
"manifest_display_name" : "RepeatCLI",
"name" : "RepeatCLI",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "repeat-cli",
"targets" : [
"repeat-cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "repeat_cli",
"module_type" : "SwiftTarget",
"name" : "repeat-cli",
"path" : "Sources/repeat-cli",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"repeat-cli"
],
"sources" : [
"RepeatCLI.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Done.