Build Information
Successful build of swift-bundler, reference v2.0.7 (88c361
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 10:04:00 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Build Log
Building for debugging...
[2/21] Write sources
[6/21] Write swift-bundler-entitlement.plist
[6/21] Write sources
[12/21] Write swift-version-2F0A5646E1D333AE.txt
[14/90] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/90] Emitting module ArgumentParserToolInfo
[16/92] Compiling SwiftBundler Empty.swift
[17/92] Emitting module SwiftBundler
[17/129] Compiling Conversion.cpp
[18/129] Compiling Date&Time&DateTime.cpp
[18/129] Compiling Array.cpp
[18/129] Compiling Node.cpp
[21/129] Compiling Table.cpp
[23/129] Compiling Logging Locks.swift
[24/129] Compiling Logging LogHandler.swift
[25/129] Emitting module Logging
[26/129] Compiling Logging Logging.swift
[27/156] Compiling Parsing Pullback.swift
[28/156] Compiling Parsing ReplaceError.swift
[29/156] Compiling Parsing Rest.swift
[30/156] Compiling Parsing Skip.swift
[31/156] Compiling Parsing StartsWith.swift
[32/160] Emitting module Version
[33/160] Compiling Rainbow StringGenerator.swift
[34/161] Compiling Rainbow ControlCode.swift
[35/161] Compiling ArgumentParser FishCompletionsGenerator.swift
[36/161] Compiling ArgumentParser ZshCompletionsGenerator.swift
[37/161] Compiling ArgumentParser Errors.swift
[38/161] Compiling ArgumentParser Flag.swift
[39/161] Compiling ArgumentParser NameSpecification.swift
[40/161] Compiling ArgumentParser Option.swift
[41/161] Compiling Parsing Pipe.swift
[42/161] Compiling Parsing Prefix.swift
[43/161] Compiling Parsing PrefixThrough.swift
[44/161] Compiling Parsing PrefixUpTo.swift
[45/161] Emitting module Rainbow
[46/161] Compiling TOMLKit UnkeyedEncodingContainer.swift
[47/161] Compiling TOMLKit FormatOptions.swift
[48/161] Compiling Rainbow String+Rainbow.swift
[49/161] Compiling Version Version+Range.swift
[50/161] Compiling Version Version.swift
[51/161] Compiling Rainbow Style.swift
[54/161] Compiling TOMLKit Operators&Extensions.swift
[55/161] Compiling TOMLKit InternalTOMLDecoder.swift
[56/164] Emitting module ArgumentParser
[57/164] Compiling TOMLKit TOMLInt.swift
[58/164] Compiling TOMLKit TOMLTable+CollectionFunctions.swift
[59/164] Compiling TOMLKit TOMLDecoder.swift
[60/164] Compiling TOMLKit UnkeyedDecodingContainer.swift
[61/164] Compiling TOMLKit InternalTOMLEncoder.swift
[62/164] Compiling ArgumentParser BashCompletionsGenerator.swift
[63/164] Compiling ArgumentParser CompletionsGenerator.swift
[70/164] Compiling ArgumentParser SequenceExtensions.swift
[71/164] Compiling ArgumentParser StringExtensions.swift
[72/164] Compiling ArgumentParser Tree.swift
[76/166] Emitting module TOMLKit
[77/166] Compiling Version Version+Foundation.swift
[78/166] Compiling Version Version+Comparable.swift
[79/166] Compiling Version Version+Codable.swift
[80/166] Compiling TOMLKit TOMLTableIterator.swift
[81/166] Compiling TOMLKit TOMLValueConvertible+Int.swift
[82/166] Compiling TOMLKit TOMLValue.swift
[83/166] Compiling TOMLKit ValueOptions.swift
[84/166] Compiling Rainbow ModesExtractor.swift
[85/166] Compiling Rainbow OutputTarget.swift
[86/166] Compiling Rainbow Rainbow.swift
[87/166] Compiling Rainbow Color.swift
[88/166] Compiling Rainbow ColorApproximation.swift
[89/166] Compiling TOMLKit TOMLEncoder.swift
[90/166] Compiling TOMLKit TOMLType.swift
[91/166] Compiling TOMLKit TOMLValue+Initializers.swift
[92/166] Compiling TOMLKit TOMLTable.swift
[99/166] Compiling TOMLKit TOMLArray+CollectionConformance.swift
[100/166] Compiling TOMLKit TOMLArray.swift
[101/166] Compiling TOMLKit TOMLArrayIterator.swift
[102/166] Compiling TOMLKit KeyedEncodingContainer.swift
[103/166] Compiling TOMLKit SingleValueEncodingContainer.swift
[104/166] Compiling TOMLKit SingleValueDecodingContainer.swift
[105/166] Compiling TOMLKit TOMLValueConvertible.swift
[106/166] Compiling TOMLKit TOMLCodingKey.swift
[107/166] Compiling TOMLKit TOMLParseError.swift
[108/166] Compiling TOMLKit TOMLDate&Time&DateTime.swift
[109/166] Compiling Parsing Stream.swift
[110/166] Compiling Parsing UUID.swift
[111/166] Compiling Parsing Whitespace.swift
[112/166] Compiling Parsing ParsingError.swift
[125/166] Compiling TOMLKit KeyedDecodingContainerProtocol.swift
[133/166] Emitting module Parsing
[164/233] Compiling swift_bundler Line.swift
[165/233] Compiling swift_bundler LineBuilder.swift
[166/233] Compiling swift_bundler LinePartsBuilder.swift
[167/233] Compiling swift_bundler List.swift
[168/233] Compiling swift_bundler Output.swift
[169/233] Compiling swift_bundler OutputBuilder.swift
[170/233] Compiling swift_bundler OutputComponent.swift
[171/240] Emitting module swift_bundler
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[172/240] Compiling swift_bundler Process.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[173/240] Compiling swift_bundler ProcessError.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[174/240] Compiling swift_bundler Result.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[175/240] Compiling swift_bundler Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[176/240] Compiling swift_bundler String.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[177/240] Compiling swift_bundler URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[178/240] Compiling swift_bundler SwiftBundler.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Extensions/Process.swift:6:5: warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 | ///
5 | /// If the program is killed, all processes in this array are terminated before the program exits.
6 | var processes: [Process] = []
| |- warning: var 'processes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'processes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'processes' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | extension Process {
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:8:21: warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| `- warning: static property 'version' is not concurrency-safe because non-'Sendable' type 'Version' may have shared mutable state; this is an error in the Swift 6 language mode
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
2 | import ArgumentParser
3 | import Darwin
4 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
5 |
6 | /// The root command of Swift Bundler.
7 | struct SwiftBundler: ParsableCommand {
8 | public static let version = Version(2, 0, 7)
| |- note: add '@MainActor' to make static property 'version' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
9 |
10 | static let configuration = CommandConfiguration(
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:10:14: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/SwiftBundler.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import Foundation
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Darwin
4 | import Version
:
8 | public static let version = Version(2, 0, 7)
9 |
10 | static let configuration = CommandConfiguration(
| |- 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
11 | commandName: "swift-bundler",
12 | abstract: "A tool for creating macOS apps from Swift packages.",
[179/240] Compiling swift_bundler ExpressionEvaluator.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[180/240] Compiling swift_bundler ExpressionEvaluatorError.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[181/240] Compiling swift_bundler OldConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[182/240] Compiling swift_bundler Array.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[183/240] Compiling swift_bundler CaseIterable.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[184/240] Compiling swift_bundler FileHandle+TextOutputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[185/240] Compiling swift_bundler FileManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:12:14: warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| `- warning: static property 'expressionParser' is not concurrency-safe because non-'Sendable' type 'Parse<ParserBuilder.ZipOO<Prefix<Substring>, OneOf<OneOfBuilder.OneOf2<Parse<Parsers.Map<ParserBuilder.ZipVOV<String, Prefix<Substring>, String>, Optional<Substring>>>, Parse<Parsers.Map<End<Substring>, Optional<Substring>>>>>>>' may have shared mutable state; this is an error in the Swift 6 language mode
13 | Prefix { $0 != "{" }
14 | OneOf {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-parsing/Sources/Parsing/Parsers/Parse.swift:23:15: note: generic struct 'Parse' does not conform to the 'Sendable' protocol
21 | /// // | ^ expected integer
22 | /// ```
23 | public struct Parse<Parsers: Parser>: Parser {
| `- note: generic struct 'Parse' does not conform to the 'Sendable' protocol
24 | public let parsers: Parsers
25 |
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Configuration/ExpressionEvaluator.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
1 | import Foundation
2 | import Parsing
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Parsing'
3 |
4 | /// Evaluates strings that can contain any number of variable substitutions of the form `{VARIABLE_NAME}`.
:
10 | struct ExpressionEvaluator {
11 | /// The parser used to parse expressions. See ``evaluateExpression(_:)``.
12 | static let expressionParser = Parse {
| |- note: add '@MainActor' to make static property 'expressionParser' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 | Prefix { $0 != "{" }
14 | OneOf {
[186/240] Compiling swift_bundler TemplatesListCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[187/240] Compiling swift_bundler TemplatesUpdateCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[188/240] Compiling swift_bundler TemplatesCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[189/240] Compiling swift_bundler AppConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[190/240] Compiling swift_bundler AppConfigurationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[191/240] Compiling swift_bundler Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[192/240] Compiling swift_bundler ConfigurationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesListCommand.swift:6:14: 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
4 | /// The subcommand for listing available templates.
5 | struct TemplatesListCommand: Command {
6 | 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
7 | commandName: "list",
8 | abstract: "List available templates.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesUpdateCommand.swift:6:14: 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
4 | /// The subcommand for updating the default templates repository.
5 | struct TemplatesUpdateCommand: Command {
6 | 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
7 | commandName: "update",
8 | abstract: "Update the default templates to the latest version.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/TemplatesCommand.swift:6:14: 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
4 | /// The subcommand for managing and listing available package templates.
5 | struct TemplatesCommand: ParsableCommand {
6 | 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
7 | commandName: "templates",
8 | abstract: "Manage and list available package templates.",
[193/240] Compiling swift_bundler OutputPartsBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[194/240] Compiling swift_bundler Section.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[195/240] Compiling swift_bundler String+OutputComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[196/240] Compiling swift_bundler StringOutput.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[197/240] Compiling swift_bundler Signal.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[198/240] Compiling swift_bundler Stopwatch.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[199/240] Compiling swift_bundler main.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/main.swift:16:9: warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |
15 | // Disable colored output if run from Xcode (the Xcode console does not support colors)
16 | Rainbow.enabled = ProcessInfo.processInfo.environment["__XCODE_BUILT_PRODUCTS_DIR_PATHS"] == nil
| `- warning: reference to static property 'enabled' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
17 | #endif
18 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Rainbow/Sources/Rainbow.swift:101:23: note: static property declared here
99 |
100 | /// Enable `Rainbow` to colorize string or not. Default is `true`, unless the `NO_COLOR` environment variable is set.
101 | public static var enabled = ProcessInfo.processInfo.environment["NO_COLOR"] == nil
| `- note: static property declared here
102 |
103 | public static func extractEntry(for string: String) -> Entry {
[200/240] Compiling swift_bundler PlistCreator.swift
[201/240] Compiling swift_bundler PlistCreatorError.swift
[202/240] Compiling swift_bundler ResourceBundler.swift
[203/240] Compiling swift_bundler ResourceBundlerError.swift
[204/240] Compiling swift_bundler BuildArchitecture.swift
[205/240] Compiling swift_bundler BuildConfiguration.swift
[206/240] Compiling swift_bundler SwiftPackageManager.swift
[207/240] Compiling swift_bundler SwiftPackageManagerError.swift
[208/240] Compiling swift_bundler Bundler.swift
[209/240] Compiling swift_bundler BundlerError.swift
[210/240] Compiling swift_bundler DynamicLibraryBundler.swift
[211/240] Compiling swift_bundler DynamicLibraryBundlerError.swift
[212/240] Compiling swift_bundler IconSetCreator.swift
[213/240] Compiling swift_bundler IconSetCreatorError.swift
[214/240] Compiling swift_bundler MetalCompiler.swift
[215/240] Compiling swift_bundler MetalCompilerError.swift
[216/240] Compiling swift_bundler Logger.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[217/240] Compiling swift_bundler LoggerLevel.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[218/240] Compiling swift_bundler Array+OutputComponent.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[219/240] Compiling swift_bundler ExampleCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[220/240] Compiling swift_bundler InlineList.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[221/240] Compiling swift_bundler KeyedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[222/240] Compiling swift_bundler KeyedListBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:6:5: warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | /// The standard error stream used for logging errors.
6 | var standardError = FileHandle.standardError
| |- warning: var 'standardError' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'standardError' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'standardError' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | /// Swift Bundler's basic log handler.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Utility/Logger.swift:31:5: warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 |
30 | /// The global logger.
31 | var log = Logger(label: "Bundler") { _ in
| |- warning: var 'log' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'log' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'log' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | return Handler()
33 | }
[223/240] Compiling swift_bundler SwiftTargetInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[224/240] Compiling swift_bundler IndentationStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[225/240] Compiling swift_bundler SystemDependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[226/240] Compiling swift_bundler Template.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[227/240] Compiling swift_bundler TemplateManifest.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[228/240] Compiling swift_bundler Templater.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[229/240] Compiling swift_bundler TemplaterError.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[230/240] Compiling swift_bundler XcodeSupportGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
1 | import Foundation
2 | import Version
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Version'
3 |
4 | /// An error returned by ``Templater``.
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Bundler/Templater/TemplaterError.swift:15:8: warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
13 | case failedToReadTemplateManifest(template: String, manifest: URL, Error)
14 | case templateDoesNotSupportCurrentPlatform(template: String, platform: String, supportedPlatforms: [String])
15 | case templateDoesNotSupportInstalledSwiftVersion(template: String, version: Version, minimumSupportedVersion: Version)
| `- warning: associated value 'templateDoesNotSupportInstalledSwiftVersion(template:version:minimumSupportedVersion:)' of 'Sendable'-conforming enum 'TemplaterError' has non-sendable type 'Version'; this is an error in the Swift 6 language mode
16 | case failedToEnumerateTemplateContents(template: String)
17 | case failedToReadFile(template: String, file: URL, Error)
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Version/Sources/Version.swift:18:15: note: struct 'Version' does not conform to the 'Sendable' protocol
16 | - SeeAlso: https://semver.org
17 | */
18 | public struct Version {
| `- note: struct 'Version' does not conform to the 'Sendable' protocol
19 | /// The major version.
20 | public let major: Int
[231/240] Compiling swift_bundler XcodeSupportGeneratorError.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[232/240] Compiling swift_bundler BundleCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[233/240] Compiling swift_bundler Command.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[234/240] Compiling swift_bundler CreateCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[235/240] Compiling swift_bundler GenerateXcodeSupportCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[236/240] Compiling swift_bundler RunCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[237/240] Compiling swift_bundler TemplatesInfoCommand.swift
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/BundleCommand.swift:6:14: 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
4 | /// The subcommand for creating app bundles for a package.
5 | struct BundleCommand: Command {
6 | 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
7 | commandName: "bundle",
8 | abstract: "Create an app bundle from a package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/CreateCommand.swift:6:14: 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
4 | /// The subcommand for creating new app packages from templates.
5 | struct CreateCommand: Command {
6 | 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
7 | commandName: "create",
8 | abstract: "Create a new app package.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/GenerateXcodeSupportCommand.swift:6:14: 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
4 | /// The subcommand for generating Xcode related support files (i.e. Xcode schemes).
5 | struct GenerateXcodeSupportCommand: Command {
6 | 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
7 | commandName: "generate-xcode-support",
8 | abstract: "Generate the files required for Xcode to work nicely with a package.",
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/RunCommand.swift:6:14: 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
4 | /// The subcommand for running an app from a package.
5 | struct RunCommand: Command {
6 | 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
7 | commandName: "run",
8 | abstract: "Run a package as an app.")
/Users/admin/builder/spi-builder-workspace/Sources/swift-bundler/Commands/Templates/TemplatesInfoCommand.swift:7:14: 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 | /// The subcommand for getting info about a template.
6 | struct TemplatesInfoCommand: Command {
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 | commandName: "info",
9 | abstract: "Get info about a template.")
[237/240] Write Objects.LinkFileList
[238/240] Linking swift-bundler
[239/240] Applying swift-bundler
Build complete! (19.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/stackotter/swift-argument-parser"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-parsing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-parsing.git"
},
{
"identity" : "tomlkit",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LebJe/TOMLKit"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "version",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mxcl/Version.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-bundler",
"name" : "swift-bundler",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "swift-bundler",
"targets" : [
"swift-bundler"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_bundler",
"module_type" : "SwiftTarget",
"name" : "swift-bundler",
"path" : "Sources/swift-bundler",
"product_dependencies" : [
"ArgumentParser",
"Logging",
"Parsing",
"TOMLKit",
"Rainbow",
"Version"
],
"product_memberships" : [
"swift-bundler"
],
"sources" : [
"Bundler/Bundler.swift",
"Bundler/BundlerError.swift",
"Bundler/DynamicLibraryBundler.swift",
"Bundler/DynamicLibraryBundlerError.swift",
"Bundler/IconSetCreator.swift",
"Bundler/IconSetCreatorError.swift",
"Bundler/MetalCompiler.swift",
"Bundler/MetalCompilerError.swift",
"Bundler/PlistCreator.swift",
"Bundler/PlistCreatorError.swift",
"Bundler/ResourceBundler.swift",
"Bundler/ResourceBundlerError.swift",
"Bundler/SwiftPackageManager/BuildArchitecture.swift",
"Bundler/SwiftPackageManager/BuildConfiguration.swift",
"Bundler/SwiftPackageManager/SwiftPackageManager.swift",
"Bundler/SwiftPackageManager/SwiftPackageManagerError.swift",
"Bundler/SwiftPackageManager/SwiftTargetInfo.swift",
"Bundler/Templater/IndentationStyle.swift",
"Bundler/Templater/SystemDependency.swift",
"Bundler/Templater/Template.swift",
"Bundler/Templater/TemplateManifest.swift",
"Bundler/Templater/Templater.swift",
"Bundler/Templater/TemplaterError.swift",
"Bundler/XcodeSupportGenerator.swift",
"Bundler/XcodeSupportGeneratorError.swift",
"Commands/BundleCommand.swift",
"Commands/Command.swift",
"Commands/CreateCommand.swift",
"Commands/GenerateXcodeSupportCommand.swift",
"Commands/RunCommand.swift",
"Commands/Templates/TemplatesInfoCommand.swift",
"Commands/Templates/TemplatesListCommand.swift",
"Commands/Templates/TemplatesUpdateCommand.swift",
"Commands/TemplatesCommand.swift",
"Configuration/AppConfiguration.swift",
"Configuration/AppConfigurationError.swift",
"Configuration/Configuration.swift",
"Configuration/ConfigurationError.swift",
"Configuration/ExpressionEvaluator.swift",
"Configuration/ExpressionEvaluatorError.swift",
"Configuration/OldConfiguration.swift",
"Extensions/Array.swift",
"Extensions/CaseIterable.swift",
"Extensions/FileHandle+TextOutputStream.swift",
"Extensions/FileManager.swift",
"Extensions/Process.swift",
"Extensions/ProcessError.swift",
"Extensions/Result.swift",
"Extensions/Sequence.swift",
"Extensions/String.swift",
"Extensions/URL.swift",
"SwiftBundler.swift",
"Utility/Logger.swift",
"Utility/LoggerLevel.swift",
"Utility/OutputBuilder/Array+OutputComponent.swift",
"Utility/OutputBuilder/ExampleCommand.swift",
"Utility/OutputBuilder/InlineList.swift",
"Utility/OutputBuilder/KeyedList.swift",
"Utility/OutputBuilder/KeyedListBuilder.swift",
"Utility/OutputBuilder/Line.swift",
"Utility/OutputBuilder/LineBuilder.swift",
"Utility/OutputBuilder/LinePartsBuilder.swift",
"Utility/OutputBuilder/List.swift",
"Utility/OutputBuilder/Output.swift",
"Utility/OutputBuilder/OutputBuilder.swift",
"Utility/OutputBuilder/OutputComponent.swift",
"Utility/OutputBuilder/OutputPartsBuilder.swift",
"Utility/OutputBuilder/Section.swift",
"Utility/OutputBuilder/String+OutputComponent.swift",
"Utility/OutputBuilder/StringOutput.swift",
"Utility/Signal.swift",
"Utility/Stopwatch.swift",
"main.swift"
],
"type" : "executable"
},
{
"c99name" : "SwiftBundler",
"module_type" : "SwiftTarget",
"name" : "SwiftBundler",
"path" : "Documentation",
"sources" : [
"Empty.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/stackotter/swift-bundler/v2.0.7
Repository: stackotter/swift-bundler
Swift version used: 6.1
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
Target: SwiftBundler
Extracting symbol information for 'SwiftBundler'...
Finished extracting symbol information for 'SwiftBundler'. (0.55s)
Building documentation for 'SwiftBundler'...
Finished building documentation for 'SwiftBundler' (0.12s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/stackotter/swift-bundler/v2.0.7
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit Names.swift
[16/57] Compiling SymbolKit SPI.swift
[17/57] Compiling SymbolKit Snippet.swift
[18/57] Compiling SymbolKit Extension.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit Mixin+Equals.swift
[30/57] Compiling SymbolKit Mixin+Hash.swift
[31/57] Compiling SymbolKit Mixin.swift
[32/57] Compiling SymbolKit LineList.swift
[33/57] Compiling SymbolKit Position.swift
[34/57] Compiling SymbolKit Symbol.swift
[35/57] Compiling SymbolKit SymbolKind.swift
[36/57] Compiling SymbolKit SymbolGraph.swift
[37/57] Compiling SymbolKit GraphCollector.swift
[38/57] Compiling SymbolKit DeclarationFragments.swift
[39/57] Compiling SymbolKit Fragment.swift
[40/57] Compiling SymbolKit FragmentKind.swift
[41/57] Compiling SymbolKit FunctionParameter.swift
[42/57] Compiling SymbolKit FunctionSignature.swift
[43/57] Compiling SymbolKit Relationship.swift
[44/57] Compiling SymbolKit RelationshipKind.swift
[45/57] Compiling SymbolKit SourceOrigin.swift
[46/57] Compiling SymbolKit GenericConstraints.swift
[47/57] Compiling SymbolKit Swift.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Compiling Snippets SnippetParser.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.89s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/3] Compiling SwiftBundler Empty.swift
[3/3] Emitting module SwiftBundler
Build of target: 'SwiftBundler' complete! (0.47s)
66
2 /Users/admin/builder/spi-builder-workspace/.docs/stackotter/swift-bundler/v2.0.7
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/stackotter/swift-bundler/v2.0.7
File count: 66
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-stackotter-swift-bundler-v2.0.7-a49a6aef.zip to s3://spi-docs-inbox/prod-stackotter-swift-bundler-v2.0.7-a49a6aef.zip
Copying... [19%]
Copying... [39%]
Copying... [58%]
Copying... [78%]
Copying... [97%]
Copying... [100%]
Done.