Build Information
Failed to build Finch, reference main (ce341e
), with Swift 6.0 for Linux on 1 Nov 2024 13:17:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/namolnad/finch.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/namolnad/finch
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce341e0 Update gems
Cloned https://github.com/namolnad/finch.git
Revision (git rev-parse @):
ce341e0a78ebea4bb8c24841cab0af4059d5cd19
SUCCESS checkout https://github.com/namolnad/finch.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/namolnad/finch.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/jakeheis/SwiftCLI
[1/5074] Fetching swiftcli
[2031/5362] Fetching swiftcli, version
Fetched https://github.com/mxcl/Version.git from cache (0.23s)
[1/9902] Fetching yams
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.29s)
Fetched https://github.com/jpsim/Yams.git from cache (1.05s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (0.48s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.48s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 4.0.6 (0.51s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 4.0.6
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
Building for debugging...
[0/23] Write sources
[7/23] Compiling writer.c
[8/23] Compiling reader.c
[9/23] Compiling parser.c
[10/23] Compiling api.c
[11/23] Compiling emitter.c
[12/23] Compiling scanner.c
[13/23] Write swift-version-24593BA9C3E375BF.txt
[15/65] Emitting module Yams
[16/66] Compiling Version Version.swift
[17/66] Compiling Version Version+Range.swift
[18/66] Compiling Yams Mark.swift
[19/66] Compiling Yams Node.Mapping.swift
[20/66] Compiling Yams YamlError.swift
[21/66] Compiling Yams String+Yams.swift
[22/66] Compiling Yams Tag.swift
[23/66] Compiling Yams Node.Scalar.swift
[24/66] Compiling Yams Node.Sequence.swift
[25/66] Compiling SwiftCLI Term.swift
[26/66] Compiling SwiftCLI Validation.swift
[27/66] Compiling Yams Emitter.swift
[28/66] Compiling Yams Encoder.swift
[31/68] Compiling Yams Node.swift
[34/68] Compiling SwiftCLI HelpMessageGenerator.swift
[35/68] Compiling SwiftCLI Input.swift
[36/68] Compiling SwiftCLI Option.swift
[37/68] Compiling SwiftCLI OptionGroup.swift
[38/68] Compiling Yams Parser.swift
[39/68] Compiling Yams Representer.swift
[40/68] Compiling Yams Resolver.swift
[41/68] Compiling Yams Constructor.swift
[42/68] Compiling Yams Decoder.swift
[43/68] Emitting module SwiftCLI
[50/68] Compiling Version Version+Comparable.swift
[51/68] Emitting module Version
[52/68] Compiling Version Version+Foundation.swift
[53/68] Compiling Version Version+Codable.swift
[59/70] Wrapping AST for Version for debugging
[61/70] Compiling SwiftCLI ValueBox.swift
[62/70] Compiling SwiftCLI VersionCommand.swift
[63/71] Wrapping AST for Yams for debugging
[64/71] Wrapping AST for SwiftCLI for debugging
[66/79] Compiling FinchUtilities String+FinchUtilities.swift
[67/79] Compiling FinchUtilities FileResolver.swift
[68/79] Compiling FinchUtilities Output.swift
/host/spi-builder-workspace/Sources/FinchUtilities/Output.swift:14:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Output' may have shared mutable state; this is an error in the Swift 6 language mode
5 | }
6 |
7 | public struct Output: OutputType {
| `- note: consider making struct 'Output' conform to the 'Sendable' protocol
8 | public enum Kind {
9 | case `default`
:
12 | }
13 |
14 | public static let instance: Output = .init()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Output' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'instance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | private let formatter: DateFormatter = {
/host/spi-builder-workspace/Sources/FinchUtilities/Output.swift:33:38: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
31 | Swift.print(value)
32 | case .error:
33 | fputs("🚨 \(value)\n", stderr)
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
34 |
35 | exit(EXIT_FAILURE)
SwiftGlibc.stderr:1:12: note: var declared here
1 | public var stderr: UnsafeMutablePointer<FILE>!
| `- note: var declared here
[69/79] Compiling FinchUtilities Strings.swift
[70/79] Compiling FinchUtilities Shell.swift
/host/spi-builder-workspace/Sources/FinchUtilities/Shell.swift:75:9: warning: 'launchPath' is deprecated: renamed to 'executableURL'
73 | #endif
74 |
75 | launchPath = path
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
76 | launch()
77 | }
/host/spi-builder-workspace/Sources/FinchUtilities/Shell.swift:76:9: warning: 'launch()' is deprecated: renamed to 'run'
74 |
75 | launchPath = path
76 | launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
77 | }
78 | }
[71/79] Compiling FinchUtilities Codable+FinchUtilities.swift
[72/79] Compiling FinchUtilities Executable.swift
[73/79] Emitting module FinchUtilities
/host/spi-builder-workspace/Sources/FinchUtilities/Output.swift:14:23: warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Output' may have shared mutable state; this is an error in the Swift 6 language mode
5 | }
6 |
7 | public struct Output: OutputType {
| `- note: consider making struct 'Output' conform to the 'Sendable' protocol
8 | public enum Kind {
9 | case `default`
:
12 | }
13 |
14 | public static let instance: Output = .init()
| |- warning: static property 'instance' is not concurrency-safe because non-'Sendable' type 'Output' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'instance' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 | private let formatter: DateFormatter = {
[74/80] Wrapping AST for FinchUtilities for debugging
[76/98] Compiling FinchCore LineContext.swift
[77/98] Compiling FinchCore LineOutputtable.swift
[78/100] Emitting module FinchCore
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:44:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
42 | /// :nodoc:
43 | extension ContributorsConfiguration: SubConfiguration {
44 | public static let blank: ContributorsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | contributors: [],
46 | contributorHandlePrefix: ""
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:69:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
67 | /// :nodoc:
68 | extension ContributorsConfiguration {
69 | static let example: ContributorsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | contributors: [
71 | .example1,
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:69:23: warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
67 | /// :nodoc:
68 | extension FormatConfiguration: SubConfiguration {
69 | public static var blank: FormatConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blank' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | delimiterConfig: .blank,
71 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:119:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
117 | /// :nodoc:
118 | extension Array where Element == SectionInfo {
119 | static let `default`: [SectionInfo] = [
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | .default,
121 | .bugs
/host/spi-builder-workspace/Sources/FinchCore/Configuration/GitConfiguration.swift:49:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's Git setup.
3 | */
4 | public struct GitConfiguration {
| `- note: consider making struct 'GitConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * An optional branch prefix for the project. This string will
:
47 | /// :nodoc:
48 | extension GitConfiguration: SubConfiguration {
49 | public static let blank: GitConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | branchPrefix: "",
51 | executablePath: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:98:28: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
96 |
97 | extension SectionInfo {
98 | fileprivate static let `default`: SectionInfo = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 | capitalizesMessage: false,
100 | excluded: false,
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:107:28: warning: static property 'bugs' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
105 | )
106 |
107 | fileprivate static let bugs: SectionInfo = .init(
| |- warning: static property 'bugs' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bugs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 | capitalizesMessage: false,
109 | excluded: false,
[79/100] Compiling FinchCore FormatComponent.swift
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
[80/100] Compiling FinchCore FormatTemplate.swift
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
[81/100] Compiling FinchCore Outputtable.swift
[82/100] Compiling FinchCore Regex.swift
[83/100] Compiling FinchCore Configuration.swift
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:44:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
42 | /// :nodoc:
43 | extension ContributorsConfiguration: SubConfiguration {
44 | public static let blank: ContributorsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | contributors: [],
46 | contributorHandlePrefix: ""
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:69:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
67 | /// :nodoc:
68 | extension ContributorsConfiguration {
69 | static let example: ContributorsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | contributors: [
71 | .example1,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
[84/100] Compiling FinchCore ContributorsConfiguration.swift
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:44:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
42 | /// :nodoc:
43 | extension ContributorsConfiguration: SubConfiguration {
44 | public static let blank: ContributorsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | contributors: [],
46 | contributorHandlePrefix: ""
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:69:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
67 | /// :nodoc:
68 | extension ContributorsConfiguration {
69 | static let example: ContributorsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | contributors: [
71 | .example1,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
[85/100] Compiling FinchCore DelimiterConfiguration.swift
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:44:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
42 | /// :nodoc:
43 | extension ContributorsConfiguration: SubConfiguration {
44 | public static let blank: ContributorsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
45 | contributors: [],
46 | contributorHandlePrefix: ""
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ContributorsConfiguration.swift:69:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's contributors.
3 | */
4 | public struct ContributorsConfiguration {
| `- note: consider making struct 'ContributorsConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * List of the project's contributors.
:
67 | /// :nodoc:
68 | extension ContributorsConfiguration {
69 | static let example: ContributorsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ContributorsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | contributors: [
71 | .example1,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
[86/100] Compiling FinchCore Line.swift
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
[87/100] Compiling FinchCore LineComponents.swift
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
[88/100] Compiling FinchCore Contributor.swift
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
[89/100] Compiling FinchCore DelimiterPair.swift
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
[90/100] Compiling FinchCore String+FinchCore.swift
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:52:16: warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
50 | /// :nodoc:
51 | extension Contributor {
52 | static let example1: Contributor = .init(
| |- warning: static property 'example1' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example1' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
53 | emails: [
54 | "esme.squalor@example.com",
/host/spi-builder-workspace/Sources/FinchCore/Contributor.swift:60:16: warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * A structure to describe a given project contributor.
3 | */
4 | public struct Contributor {
| `- note: consider making struct 'Contributor' conform to the 'Sendable' protocol
5 | /**
6 | * The contributor's emails. Either singular or list style
:
58 | )
59 |
60 | static let example2: Contributor = .init(
| |- warning: static property 'example2' is not concurrency-safe because non-'Sendable' type 'Contributor' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example2' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
61 | emails: [
62 | "violet.baudelaire@gmail.com"
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:19:16: warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
17 | /// :nodoc:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
| |- warning: static property 'defaultInput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultInput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:20:16: warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
18 | extension DelimiterPair {
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
| |- warning: static property 'defaultOutput' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'defaultOutput' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | static let blank: DelimiterPair = .init(left: "", right: "")
22 | }
/host/spi-builder-workspace/Sources/FinchCore/DelimiterPair.swift:21:16: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * a commit message tag.
4 | */
5 | public struct DelimiterPair: Codable, Equatable {
| `- note: consider making struct 'DelimiterPair' conform to the 'Sendable' protocol
6 | /**
7 | * The left-hand tag delimiter.
:
19 | static let defaultInput: DelimiterPair = .init(left: "[", right: "]")
20 | static let defaultOutput: DelimiterPair = .init(left: "|", right: "|")
21 | static let blank: DelimiterPair = .init(left: "", right: "")
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterPair' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 | }
23 |
[91/100] Compiling FinchCore FormatConfiguration.swift
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:69:23: warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
67 | /// :nodoc:
68 | extension FormatConfiguration: SubConfiguration {
69 | public static var blank: FormatConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blank' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | delimiterConfig: .blank,
71 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:119:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
117 | /// :nodoc:
118 | extension Array where Element == SectionInfo {
119 | static let `default`: [SectionInfo] = [
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | .default,
121 | .bugs
/host/spi-builder-workspace/Sources/FinchCore/Configuration/GitConfiguration.swift:49:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's Git setup.
3 | */
4 | public struct GitConfiguration {
| `- note: consider making struct 'GitConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * An optional branch prefix for the project. This string will
:
47 | /// :nodoc:
48 | extension GitConfiguration: SubConfiguration {
49 | public static let blank: GitConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | branchPrefix: "",
51 | executablePath: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
[92/100] Compiling FinchCore GitConfiguration.swift
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:69:23: warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
67 | /// :nodoc:
68 | extension FormatConfiguration: SubConfiguration {
69 | public static var blank: FormatConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blank' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | delimiterConfig: .blank,
71 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:119:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
117 | /// :nodoc:
118 | extension Array where Element == SectionInfo {
119 | static let `default`: [SectionInfo] = [
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | .default,
121 | .bugs
/host/spi-builder-workspace/Sources/FinchCore/Configuration/GitConfiguration.swift:49:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's Git setup.
3 | */
4 | public struct GitConfiguration {
| `- note: consider making struct 'GitConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * An optional branch prefix for the project. This string will
:
47 | /// :nodoc:
48 | extension GitConfiguration: SubConfiguration {
49 | public static let blank: GitConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | branchPrefix: "",
51 | executablePath: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
[93/100] Compiling FinchCore ResolutionCommandsConfiguration.swift
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:69:23: warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
67 | /// :nodoc:
68 | extension FormatConfiguration: SubConfiguration {
69 | public static var blank: FormatConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'blank' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
70 | delimiterConfig: .blank,
71 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:42:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
40 | )
41 |
42 | public static let blank: DelimiterConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
43 | input: .blank,
44 | output: .blank
/host/spi-builder-workspace/Sources/FinchCore/Configuration/FormatConfiguration.swift:77:23: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
75 | )
76 |
77 | public static var `default`: FormatConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
78 | delimiterConfig: .default,
79 | footer: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/DelimiterConfiguration.swift:37:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * FormatConfiguration's sub-configuration for the project's tag delimiters.
3 | */
4 | public struct DelimiterConfiguration: Equatable {
| `- note: consider making struct 'DelimiterConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * The delimiter pair surrounding a commit tag prior to
:
35 | /// :nodoc:
36 | extension DelimiterConfiguration: SubConfiguration {
37 | public static let `default`: DelimiterConfiguration = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'DelimiterConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
38 | input: .defaultInput,
39 | output: .defaultOutput
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:119:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
117 | /// :nodoc:
118 | extension Array where Element == SectionInfo {
119 | static let `default`: [SectionInfo] = [
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | .default,
121 | .bugs
/host/spi-builder-workspace/Sources/FinchCore/Configuration/GitConfiguration.swift:49:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
2 | * Sub-configuration for the project's Git setup.
3 | */
4 | public struct GitConfiguration {
| `- note: consider making struct 'GitConfiguration' conform to the 'Sendable' protocol
5 | /**
6 | * An optional branch prefix for the project. This string will
:
47 | /// :nodoc:
48 | extension GitConfiguration: SubConfiguration {
49 | public static let blank: GitConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'GitConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | branchPrefix: "",
51 | executablePath: nil,
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:30:23: warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
28 | /// :nodoc:
29 | extension ResolutionCommandsConfiguration: SubConfiguration {
30 | public static let blank: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'blank' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'blank' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
31 | buildNumber: nil,
32 | versions: nil
/host/spi-builder-workspace/Sources/FinchCore/Configuration/ResolutionCommandsConfiguration.swift:53:16: warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
3 | * only available at run-time.
4 | */
5 | public struct ResolutionCommandsConfiguration {
| `- note: consider making struct 'ResolutionCommandsConfiguration' conform to the 'Sendable' protocol
6 | /**
7 | * Optional command string to resolve a project's build
:
51 | /// :nodoc:
52 | extension ResolutionCommandsConfiguration {
53 | static let example: ResolutionCommandsConfiguration = .init(
| |- warning: static property 'example' is not concurrency-safe because non-'Sendable' type 'ResolutionCommandsConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'example' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 | buildNumber: "/usr/bin/env bash -c 'git -C $PROJECT_DIR rev-list origin/releases/$NEW_VERSION --count'",
55 | versions: nil
[94/100] Compiling FinchCore Section.swift
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:98:28: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
96 |
97 | extension SectionInfo {
98 | fileprivate static let `default`: SectionInfo = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 | capitalizesMessage: false,
100 | excluded: false,
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:107:28: warning: static property 'bugs' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
105 | )
106 |
107 | fileprivate static let bugs: SectionInfo = .init(
| |- warning: static property 'bugs' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bugs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 | capitalizesMessage: false,
109 | excluded: false,
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:119:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
117 | /// :nodoc:
118 | extension Array where Element == SectionInfo {
119 | static let `default`: [SectionInfo] = [
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | .default,
121 | .bugs
[95/100] Compiling FinchCore SectionInfo.swift
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:98:28: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
96 |
97 | extension SectionInfo {
98 | fileprivate static let `default`: SectionInfo = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
99 | capitalizesMessage: false,
100 | excluded: false,
/host/spi-builder-workspace/Sources/FinchCore/Section/Line/FormatTemplate.swift:27:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * configuration file.
6 | */
7 | public struct FormatTemplate {
| `- note: consider making struct 'FormatTemplate' conform to the 'Sendable' protocol
8 | /// :nodoc:
9 | let outputtables: [LineOutputtable]
:
25 | * `" - << tags >> << message >> — << commit_type_hyperlink >> — << contributor_handle >>"`
26 | */
27 | static let `default`: FormatTemplate = .init(
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'FormatTemplate' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | outputtables: [
29 | " - ",
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:107:28: warning: static property 'bugs' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
105 | )
106 |
107 | fileprivate static let bugs: SectionInfo = .init(
| |- warning: static property 'bugs' is not concurrency-safe because non-'Sendable' type 'SectionInfo' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'bugs' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
108 | capitalizesMessage: false,
109 | excluded: false,
/host/spi-builder-workspace/Sources/FinchCore/Section/SectionInfo.swift:119:16: warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
5 | * section description, formatting, and commit-to-section assignment.
6 | */
7 | public struct SectionInfo {
| `- note: consider making struct 'SectionInfo' conform to the 'Sendable' protocol
8 | /**
9 | * If true, normalizes each commit message by capitalizing the first
:
117 | /// :nodoc:
118 | extension Array where Element == SectionInfo {
119 | static let `default`: [SectionInfo] = [
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type '[SectionInfo]' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
120 | .default,
121 | .bugs
[96/101] Wrapping AST for FinchCore for debugging
[98/115] Compiling FinchApp Versions.swift
/host/spi-builder-workspace/Sources/FinchApp/Models/Versions.swift:9:16: warning: static property 'null' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | let new: Version
8 |
9 | static var null: Versions = .init(old: .null, new: .null)
| |- warning: static property 'null' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'null' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'null' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | public static var name: String = "versions"
/host/spi-builder-workspace/Sources/FinchApp/Models/Versions.swift:11:23: warning: static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | static var null: Versions = .init(old: .null, new: .null)
10 |
11 | public static var name: String = "versions"
| |- warning: static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'name' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'name' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public init?(input: String) {
[99/115] Compiling FinchApp ChangeLogInfoService.swift
/host/spi-builder-workspace/Sources/FinchApp/Models/Versions.swift:9:16: warning: static property 'null' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | let new: Version
8 |
9 | static var null: Versions = .init(old: .null, new: .null)
| |- warning: static property 'null' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'null' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'null' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | public static var name: String = "versions"
/host/spi-builder-workspace/Sources/FinchApp/Models/Versions.swift:11:23: warning: static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | static var null: Versions = .init(old: .null, new: .null)
10 |
11 | public static var name: String = "versions"
| |- warning: static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'name' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'name' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public init?(input: String) {
[100/116] Compiling FinchApp Git.swift
[101/116] Compiling FinchApp Configurator.swift
[102/116] Compiling FinchApp Transformer.swift
[103/116] Compiling FinchApp CompareCommand.swift
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/Commands/Compare/CompareCommand.swift:108:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
106 | }
107 |
108 | extension Array: ConvertibleFromString where Element == String {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
109 | public init?(input: String) {
110 | self = input.components(separatedBy: " ")
[104/116] Compiling FinchApp VersionsResolver.swift
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/Commands/Compare/CompareCommand.swift:108:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
106 | }
107 |
108 | extension Array: ConvertibleFromString where Element == String {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
109 | public init?(input: String) {
110 | self = input.components(separatedBy: " ")
[105/116] Compiling FinchApp ConfigCommand.swift
[106/116] Compiling FinchApp Sequence+FinchApp.swift
[107/116] Compiling FinchApp App.swift
[108/116] Compiling FinchApp AppRunner.swift
[109/116] Emitting module FinchApp
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:57:13: warning: let 'verboseOption' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
55 | }
56 |
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
| `- warning: let 'verboseOption' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:49:14: note: class 'Flag' does not conform to the 'Sendable' protocol
47 |
48 | @propertyWrapper
49 | public class Flag: AnyFlag {
| `- note: class 'Flag' does not conform to the 'Sendable' protocol
50 |
51 | public let names: [String]
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftCLI'
1 | import FinchUtilities
2 | import SwiftCLI
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftCLI'
3 |
4 | /// :nodoc:
:
55 | }
56 |
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
| |- note: annotate 'verboseOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:23:24: warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
23 | static var verbose: String = "Run with verbose output"
| |- warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbose' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | }
25 | }
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:59:13: warning: let 'configPathOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
| |- warning: let 'configPathOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'configPathOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |
61 | private let projectDirOption: Key<String> = .init("--project-dir", description: Strings.App.Options.projectDir)
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:142:14: note: generic class 'Key' does not conform to the 'Sendable' protocol
140 |
141 | @propertyWrapper
142 | public class Key<Value: ConvertibleFromString>: _Key<Value>, AnyKey, ValueBox {
| `- note: generic class 'Key' does not conform to the 'Sendable' protocol
143 |
144 | public let variadic = false
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:15:24: warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum Options {
15 | static var configPath: String = "Path to config"
| |- warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configPath' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'configPath' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:61:13: warning: let 'projectDirOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
60 |
61 | private let projectDirOption: Key<String> = .init("--project-dir", description: Strings.App.Options.projectDir)
| |- warning: let 'projectDirOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'projectDirOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 | /// :nodoc:
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:142:14: note: generic class 'Key' does not conform to the 'Sendable' protocol
140 |
141 | @propertyWrapper
142 | public class Key<Value: ConvertibleFromString>: _Key<Value>, AnyKey, ValueBox {
| `- note: generic class 'Key' does not conform to the 'Sendable' protocol
143 |
144 | public let variadic = false
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:17:24: warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | static var configPath: String = "Path to config"
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
| |- warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'projectDir' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'projectDir' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | static var showVersion: String {
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/Commands/Compare/CompareCommand.swift:108:1: warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
106 | }
107 |
108 | extension Array: ConvertibleFromString where Element == String {
| |- warning: extension declares a conformance of imported type 'Array' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
109 | public init?(input: String) {
110 | self = input.components(separatedBy: " ")
/host/spi-builder-workspace/Sources/FinchApp/Models/Versions.swift:9:16: warning: static property 'null' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | let new: Version
8 |
9 | static var null: Versions = .init(old: .null, new: .null)
| |- warning: static property 'null' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'null' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'null' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | public static var name: String = "versions"
/host/spi-builder-workspace/Sources/FinchApp/Models/Versions.swift:11:23: warning: static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
9 | static var null: Versions = .init(old: .null, new: .null)
10 |
11 | public static var name: String = "versions"
| |- warning: static property 'name' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'name' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'name' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |
13 | public init?(input: String) {
[110/116] Compiling FinchApp BaseCommand.swift
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:57:13: warning: let 'verboseOption' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
55 | }
56 |
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
| `- warning: let 'verboseOption' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:49:14: note: class 'Flag' does not conform to the 'Sendable' protocol
47 |
48 | @propertyWrapper
49 | public class Flag: AnyFlag {
| `- note: class 'Flag' does not conform to the 'Sendable' protocol
50 |
51 | public let names: [String]
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftCLI'
1 | import FinchUtilities
2 | import SwiftCLI
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftCLI'
3 |
4 | /// :nodoc:
:
55 | }
56 |
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
| |- note: annotate 'verboseOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:23:24: warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
23 | static var verbose: String = "Run with verbose output"
| |- warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbose' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | }
25 | }
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:59:13: warning: let 'configPathOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
| |- warning: let 'configPathOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'configPathOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |
61 | private let projectDirOption: Key<String> = .init("--project-dir", description: Strings.App.Options.projectDir)
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:142:14: note: generic class 'Key' does not conform to the 'Sendable' protocol
140 |
141 | @propertyWrapper
142 | public class Key<Value: ConvertibleFromString>: _Key<Value>, AnyKey, ValueBox {
| `- note: generic class 'Key' does not conform to the 'Sendable' protocol
143 |
144 | public let variadic = false
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:15:24: warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum Options {
15 | static var configPath: String = "Path to config"
| |- warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configPath' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'configPath' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:61:13: warning: let 'projectDirOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
60 |
61 | private let projectDirOption: Key<String> = .init("--project-dir", description: Strings.App.Options.projectDir)
| |- warning: let 'projectDirOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'projectDirOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 | /// :nodoc:
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:142:14: note: generic class 'Key' does not conform to the 'Sendable' protocol
140 |
141 | @propertyWrapper
142 | public class Key<Value: ConvertibleFromString>: _Key<Value>, AnyKey, ValueBox {
| `- note: generic class 'Key' does not conform to the 'Sendable' protocol
143 |
144 | public let variadic = false
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:17:24: warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | static var configPath: String = "Path to config"
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
| |- warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'projectDir' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'projectDir' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | static var showVersion: String {
[111/116] Compiling FinchApp ChangeLogModel.swift
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:57:13: warning: let 'verboseOption' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
55 | }
56 |
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
| `- warning: let 'verboseOption' is not concurrency-safe because non-'Sendable' type 'Flag' may have shared mutable state; this is an error in the Swift 6 language mode
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:49:14: note: class 'Flag' does not conform to the 'Sendable' protocol
47 |
48 | @propertyWrapper
49 | public class Flag: AnyFlag {
| `- note: class 'Flag' does not conform to the 'Sendable' protocol
50 |
51 | public let names: [String]
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftCLI'
1 | import FinchUtilities
2 | import SwiftCLI
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftCLI'
3 |
4 | /// :nodoc:
:
55 | }
56 |
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
| |- note: annotate 'verboseOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:23:24: warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
23 | static var verbose: String = "Run with verbose output"
| |- warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbose' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | }
25 | }
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:59:13: warning: let 'configPathOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
57 | private let verboseOption: Flag = .init("-v", "--verbose", description: Strings.App.Options.verbose)
58 |
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
| |- warning: let 'configPathOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'configPathOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
60 |
61 | private let projectDirOption: Key<String> = .init("--project-dir", description: Strings.App.Options.projectDir)
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:142:14: note: generic class 'Key' does not conform to the 'Sendable' protocol
140 |
141 | @propertyWrapper
142 | public class Key<Value: ConvertibleFromString>: _Key<Value>, AnyKey, ValueBox {
| `- note: generic class 'Key' does not conform to the 'Sendable' protocol
143 |
144 | public let variadic = false
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:15:24: warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum Options {
15 | static var configPath: String = "Path to config"
| |- warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configPath' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'configPath' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
/host/spi-builder-workspace/Sources/FinchApp/Command-Routing/BaseCommand.swift:61:13: warning: let 'projectDirOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
59 | private let configPathOption: Key<String> = .init("-c", "--config", description: Strings.App.Options.configPath)
60 |
61 | private let projectDirOption: Key<String> = .init("--project-dir", description: Strings.App.Options.projectDir)
| |- warning: let 'projectDirOption' is not concurrency-safe because non-'Sendable' type 'Key<String>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'projectDirOption' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
62 |
63 | /// :nodoc:
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Option.swift:142:14: note: generic class 'Key' does not conform to the 'Sendable' protocol
140 |
141 | @propertyWrapper
142 | public class Key<Value: ConvertibleFromString>: _Key<Value>, AnyKey, ValueBox {
| `- note: generic class 'Key' does not conform to the 'Sendable' protocol
143 |
144 | public let variadic = false
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:17:24: warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | static var configPath: String = "Path to config"
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
| |- warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'projectDir' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'projectDir' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | static var showVersion: String {
[112/116] Compiling FinchApp Strings.swift
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:15:24: warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
13 |
14 | enum Options {
15 | static var configPath: String = "Path to config"
| |- warning: static property 'configPath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'configPath' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'configPath' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:17:24: warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
15 | static var configPath: String = "Path to config"
16 |
17 | static var projectDir: String = "Path to project if command is run from separate directory"
| |- warning: static property 'projectDir' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'projectDir' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'projectDir' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
18 |
19 | static var showVersion: String {
/host/spi-builder-workspace/Sources/FinchApp/Strings.swift:23:24: warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
23 | static var verbose: String = "Run with verbose output"
| |- warning: static property 'verbose' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'verbose' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'verbose' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
24 | }
25 | }
[113/117] Wrapping AST for FinchApp for debugging
[115/121] Compiling Finch Version.swift
[116/121] Compiling Finch AppName.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/121] Emitting module Finch
/host/spi-builder-workspace/Sources/Finch/main.swift:5:18: error: cannot find 'appBuildNumber' in scope
3 |
4 | let meta: App.Meta = .init(
5 | buildNumber: appBuildNumber,
| `- error: cannot find 'appBuildNumber' in scope
6 | name: appName,
7 | version: appVersion
[118/121] Compiling Finch main.swift
/host/spi-builder-workspace/Sources/Finch/main.swift:5:18: error: cannot find 'appBuildNumber' in scope
3 |
4 | let meta: App.Meta = .init(
5 | buildNumber: appBuildNumber,
| `- error: cannot find 'appBuildNumber' in scope
6 | name: appName,
7 | version: appVersion
BUILD FAILURE 6.0 linux