The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Git, reference master (450dbc), with Swift 6.1 for macOS (SPM) on 5 Jun 2025 18:46:53 UTC.

Swift 6 data race errors: 10

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/way-to-code/git-macos.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/way-to-code/git-macos
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 450dbc6 Increase version to 3.4.0
Cloned https://github.com/way-to-code/git-macos.git
Revision (git rev-parse @):
450dbc6eb0e9b153d1b7e9179efac04d1551fcc2
SUCCESS checkout https://github.com/way-to-code/git-macos.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "git-macos",
      "name": "Git",
      "url": "https://github.com/way-to-code/git-macos.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/git-macos",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/way-to-code/git-macos.git
[1/2043] Fetching git-macos
Fetched https://github.com/way-to-code/git-macos.git from cache (0.85s)
Creating working copy for https://github.com/way-to-code/git-macos.git
Working copy of https://github.com/way-to-code/git-macos.git resolved at master (450dbc6)
warning: '.resolve-product-dependencies': dependency 'git-macos' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/way-to-code/git-macos.git
https://github.com/way-to-code/git-macos.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Git",
  "name" : "Git",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Git",
      "targets" : [
        "Git"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Git",
      "module_type" : "SwiftTarget",
      "name" : "Git",
      "path" : "Sources",
      "product_memberships" : [
        "Git"
      ],
      "sources" : [
        "Classes/FileManagement/File.swift",
        "Classes/FileManagement/FileAnnotationRecord.swift",
        "Classes/FileManagement/FileCoder.swift",
        "Classes/FileManagement/FileStorage.swift",
        "Classes/FileManagement/GitFile.swift",
        "Classes/FileManagement/GitFileStorage.swift",
        "Classes/GitCredentialsProvider.swift",
        "Classes/GitFileStatus.swift",
        "Classes/GitFileStatusList.swift",
        "Classes/GitLogRecord.swift",
        "Classes/GitLogRecordList.swift",
        "Classes/GitMergeStatus.swift",
        "Classes/GitReference.swift",
        "Classes/GitReferenceList.swift",
        "Classes/GitReferenceName.swift",
        "Classes/GitRemote.swift",
        "Classes/GitRemoteList.swift",
        "Classes/GitRepository.swift",
        "Classes/GitRepository/GitRepository+Cherry.swift",
        "Classes/GitRepository/GitRepository+CherryPick.swift",
        "Classes/GitRepository/GitRepository+Files.swift",
        "Classes/GitRepository/GitRepository+Init.swift",
        "Classes/GitRepository/GitRepository+Log.swift",
        "Classes/GitRepository/GitRepository+Merge.swift",
        "Classes/GitRepository/GitRepository+Reference.swift",
        "Classes/GitRepository/GitRepository+Remotes.swift",
        "Classes/GitRepository/GitRepository+SparseCheckout.swift",
        "Classes/GitRepository/GitRepository+Status.swift",
        "Classes/GitRepository/GitRepository+Tag.swift",
        "Classes/GitRepositoryErrorFormatter.swift",
        "Classes/GitStashRecord.swift",
        "Classes/GitStashRecordList.swift",
        "Classes/GitTagRecord.swift",
        "Classes/GitTagRecordList.swift",
        "Classes/Tasks/Add/AddTask.swift",
        "Classes/Tasks/Add/GitAddOptions.swift",
        "Classes/Tasks/ArgumentConvertible.swift",
        "Classes/Tasks/Branch/BranchOptions.swift",
        "Classes/Tasks/Branch/BranchTask.swift",
        "Classes/Tasks/CheckRefFormat/CheckReferenceTask.swift",
        "Classes/Tasks/Checkout/CheckoutOptions.swift",
        "Classes/Tasks/Checkout/CheckoutTask.swift",
        "Classes/Tasks/Cherry/CherryTask.swift",
        "Classes/Tasks/Cherry/GitCherryOptions.swift",
        "Classes/Tasks/Cherry/GitCherryResult.swift",
        "Classes/Tasks/CherryPick/CherryPickOptions.swift",
        "Classes/Tasks/CherryPick/CherryPickTask.swift",
        "Classes/Tasks/Clean/CleanOptions.swift",
        "Classes/Tasks/Clean/CleanTask.swift",
        "Classes/Tasks/Clone/CloneOptions.swift",
        "Classes/Tasks/Clone/CloneTask.swift",
        "Classes/Tasks/Commit/CommitOptions.swift",
        "Classes/Tasks/Commit/CommitTask.swift",
        "Classes/Tasks/Fetch/FetchTask.swift",
        "Classes/Tasks/Fetch/GitFetchOptions.swift",
        "Classes/Tasks/Init/InitOptions.swift",
        "Classes/Tasks/Init/InitTask.swift",
        "Classes/Tasks/Log/GitLogCompareOptions.swift",
        "Classes/Tasks/Log/GitLogOptions.swift",
        "Classes/Tasks/Log/LogTask.swift",
        "Classes/Tasks/Merge/MergeOptions.swift",
        "Classes/Tasks/Merge/MergeTask.swift",
        "Classes/Tasks/ProcessSpawn.swift",
        "Classes/Tasks/Pull/GitPullOptions.swift",
        "Classes/Tasks/Pull/PullTask.swift",
        "Classes/Tasks/Push/GitPushOptions.swift",
        "Classes/Tasks/Push/PushTask.swift",
        "Classes/Tasks/References/ReferencesTask.swift",
        "Classes/Tasks/Remotes/RemoteAddTask.swift",
        "Classes/Tasks/Remotes/RemoteListTask.swift",
        "Classes/Tasks/Remotes/RemoteRenameTask.swift",
        "Classes/Tasks/Remotes/RemoteUrlChangeTask.swift",
        "Classes/Tasks/Remotes/RemoteUrlTask.swift",
        "Classes/Tasks/RepositoryTask.swift",
        "Classes/Tasks/Reset/GitResetOptions.swift",
        "Classes/Tasks/Reset/ResetTask.swift",
        "Classes/Tasks/SparseCheckout/GitSparseAddOptions.swift",
        "Classes/Tasks/SparseCheckout/GitSparseSetOptions.swift",
        "Classes/Tasks/SparseCheckout/SparseTask.swift",
        "Classes/Tasks/Stash/Apply/GitStashApplyOptions.swift",
        "Classes/Tasks/Stash/Apply/StashApplyTask.swift",
        "Classes/Tasks/Stash/Create/GitStashOptions.swift",
        "Classes/Tasks/Stash/Create/StashTask.swift",
        "Classes/Tasks/Stash/Drop/GitStashDropOptions.swift",
        "Classes/Tasks/Stash/Drop/StashDropTask.swift",
        "Classes/Tasks/Stash/List/GitStashListOptions.swift",
        "Classes/Tasks/Stash/List/StashListTask.swift",
        "Classes/Tasks/Status/GitStatusOptions.swift",
        "Classes/Tasks/Status/StatusTask.swift",
        "Classes/Tasks/Tag/GitTagListOptions.swift",
        "Classes/Tasks/Tag/GitTagOptions.swift",
        "Classes/Tasks/Tag/TagTask.swift",
        "Core/GitFormatDecoder.swift",
        "Core/GitFormatEncoder.swift",
        "Core/GitOutputParser.swift",
        "Core/IndexIterator.swift",
        "Extensions/FileManager/FileManager+Utils.swift",
        "Extensions/Formatter/Formatter+Date.swift",
        "Extensions/General/Array+Utils.swift",
        "Protocols/CredentialsProvider.swift",
        "Protocols/Repository.swift",
        "Protocols/RepositoryDelegate.swift",
        "Protocols/RepositoryError.swift",
        "Protocols/RepositoryLogRecord.swift",
        "Protocols/RepositoryReference.swift",
        "Protocols/RepositoryReferenceName.swift",
        "Protocols/RepositoryRemote.swift",
        "Protocols/RepositoryStashRecord.swift",
        "Protocols/RepositoryTagRecord.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/102] Emitting module Git
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[4/112] Compiling Git CredentialsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[5/112] Compiling Git Repository.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[6/112] Compiling Git RepositoryDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[7/112] Compiling Git RepositoryError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[8/112] Compiling Git RepositoryLogRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[9/112] Compiling Git RepositoryReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[10/112] Compiling Git RepositoryReferenceName.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[11/112] Compiling Git RepositoryRemote.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[12/112] Compiling Git RepositoryStashRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[13/112] Compiling Git RepositoryTagRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:144:10: warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
142 |
143 |     /// Occurs when stash apply operation has been fallen in case no stash record is found
144 |     case unableToApplyStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToApplyStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryError.swift:147:10: warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
145 |
146 |     /// Occurs when stash drop operation has been fallen in case no stash record is found
147 |     case unableToDropStashRecordNotFound(record: RepositoryStashRecord)
    |          `- warning: associated value 'unableToDropStashRecordNotFound(record:)' of 'Sendable'-conforming enum 'RepositoryError' has non-sendable type 'any RepositoryStashRecord'; this is an error in the Swift 6 language mode
148 |
149 |     /// Occuts when the merge operations finishes, but conflicts have been detected
/Users/admin/builder/spi-builder-workspace/Sources/Protocols/RepositoryStashRecord.swift:13:17: note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
11 |
12 | /// Describes a single shash record in a repository
13 | public protocol RepositoryStashRecord: RepositoryLogRecord {
   |                 `- note: protocol 'RepositoryStashRecord' does not conform to the 'Sendable' protocol
14 |
15 |     /// An index of this stash record in repository.
[14/112] Compiling Git PushTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[15/112] Compiling Git ReferencesTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[16/112] Compiling Git RemoteAddTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[17/112] Compiling Git RemoteListTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[18/112] Compiling Git RemoteRenameTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[19/112] Compiling Git RemoteUrlChangeTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[20/112] Compiling Git RemoteUrlTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[21/112] Compiling Git RepositoryTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[22/112] Compiling Git GitResetOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[23/112] Compiling Git ResetTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[24/112] Compiling Git GitSparseAddOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:30:16: warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 28 |
 29 |     /// A path to git executable file on the disk
 30 |     static var executablePath = "/usr/bin/git"
    |                |- warning: static property 'executablePath' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: convert 'executablePath' to a 'let' constant to make 'Sendable' shared state immutable
    |                |- note: add '@MainActor' to make static property 'executablePath' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |
 32 |     // MARK: - Private
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/RepositoryTask.swift:99:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
 97 |
 98 |             DispatchQueue.main.async {
 99 |                 self?.__self.handle(output: output)
    |                 |- warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
    |                 `- note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
100 |             }
101 |         })
[25/112] Compiling Git GitCherryResult.swift
[26/112] Compiling Git CherryPickOptions.swift
[27/112] Compiling Git CherryPickTask.swift
[28/112] Compiling Git CleanOptions.swift
[29/112] Compiling Git CleanTask.swift
[30/112] Compiling Git CloneOptions.swift
[31/112] Compiling Git CloneTask.swift
[32/112] Compiling Git CommitOptions.swift
[33/112] Compiling Git CommitTask.swift
[34/112] Compiling Git FetchTask.swift
[35/112] Compiling Git GitFetchOptions.swift
[36/112] Compiling Git File.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[37/112] Compiling Git FileAnnotationRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[38/112] Compiling Git FileCoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[39/112] Compiling Git FileStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[40/112] Compiling Git GitFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[41/112] Compiling Git GitFileStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[42/112] Compiling Git GitCredentialsProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[43/112] Compiling Git GitFileStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[44/112] Compiling Git GitFileStatusList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[45/112] Compiling Git GitLogRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[46/112] Compiling Git GitLogRecordList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/FileManagement/File.swift:16: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
 14 |
 15 |     /// Returns a default options to apply while processing a file
 16 |     public static var `default` = FileOptions()
    |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 |
 18 |     /// Indicates whether line annotations should be read.
[47/112] Compiling Git StatusTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[48/112] Compiling Git GitTagListOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[49/112] Compiling Git GitTagOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[50/112] Compiling Git TagTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[51/112] Compiling Git GitFormatDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[52/112] Compiling Git GitFormatEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[53/112] Compiling Git GitOutputParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[54/112] Compiling Git IndexIterator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[55/112] Compiling Git FileManager+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[56/112] Compiling Git Formatter+Date.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[57/112] Compiling Git Array+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Tag/GitTagListOptions.swift:14: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
12 | /// A set of options that are used for the listing tags operation
13 | public struct GitTagListOptions: ArgumentConvertible {
14 |     public static var `default` = GitTagListOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Creates options with the pattern match
[58/112] Compiling Git InitOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[59/112] Compiling Git InitTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[60/112] Compiling Git GitLogCompareOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[61/112] Compiling Git GitLogOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[62/112] Compiling Git LogTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[63/112] Compiling Git MergeOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[64/112] Compiling Git MergeTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[65/112] Compiling Git ProcessSpawn.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[66/112] Compiling Git GitPullOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[67/112] Compiling Git PullTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[68/112] Compiling Git GitPushOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:69:20: warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 67 |     class Reference {
 68 |
 69 |         static var head: String = "HEAD"
    |                    |- warning: static property 'head' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'head' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'head' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |         static var mergeHead: String = "MERGE_HEAD"
 71 |
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Log/GitLogCompareOptions.swift:70:20: warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 68 |
 69 |         static var head: String = "HEAD"
 70 |         static var mergeHead: String = "MERGE_HEAD"
    |                    |- warning: static property 'mergeHead' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'mergeHead' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'mergeHead' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 71 |
 72 |         public required init(referenceName: String, direction: ComparisonDirection) {
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/ProcessSpawn.swift:50:24: warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 48 | final class ProcessSpawn {
 49 |
 50 |     private static var bufferSize = 1024 * 8
    |                        |- warning: static property 'bufferSize' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: convert 'bufferSize' to a 'let' constant to make 'Sendable' shared state immutable
    |                        |- note: add '@MainActor' to make static property 'bufferSize' part of global actor 'MainActor'
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 51 |
 52 |     /// The arguments to be executed.
[69/112] Compiling Git GitMergeStatus.swift
[70/112] Compiling Git GitReference.swift
[71/112] Compiling Git GitReferenceList.swift
[72/112] Compiling Git GitReferenceName.swift
[73/112] Compiling Git GitRemote.swift
[74/112] Compiling Git GitRemoteList.swift
[75/112] Compiling Git GitRepository.swift
[76/112] Compiling Git GitRepository+Cherry.swift
[77/112] Compiling Git GitRepository+CherryPick.swift
[78/112] Compiling Git GitRepository+Files.swift
[79/112] Compiling Git GitRepository+Init.swift
[80/112] Compiling Git GitRepository+Log.swift
[81/112] Compiling Git GitRepository+Merge.swift
[82/112] Compiling Git GitRepository+Reference.swift
[83/112] Compiling Git GitRepository+Remotes.swift
[84/112] Compiling Git GitRepository+SparseCheckout.swift
[85/112] Compiling Git GitRepository+Status.swift
[86/112] Compiling Git GitRepository+Tag.swift
[87/112] Compiling Git GitRepositoryErrorFormatter.swift
[88/112] Compiling Git GitStashRecord.swift
[89/112] Compiling Git GitStashRecordList.swift
[90/112] Compiling Git GitTagRecord.swift
[91/112] Compiling Git GitSparseSetOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[92/112] Compiling Git SparseTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[93/112] Compiling Git GitStashApplyOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[94/112] Compiling Git StashApplyTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[95/112] Compiling Git GitStashOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[96/112] Compiling Git StashTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[97/112] Compiling Git GitStashDropOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[98/112] Compiling Git StashDropTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[99/112] Compiling Git GitStashListOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[100/112] Compiling Git StashListTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[101/112] Compiling Git GitStatusOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Status/GitStatusOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitStatusOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[102/112] Compiling Git GitTagRecordList.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[103/112] Compiling Git AddTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[104/112] Compiling Git GitAddOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[105/112] Compiling Git ArgumentConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[106/112] Compiling Git BranchOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[107/112] Compiling Git BranchTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[108/112] Compiling Git CheckReferenceTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[109/112] Compiling Git CheckoutOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[110/112] Compiling Git CheckoutTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[111/112] Compiling Git CherryTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
[112/112] Compiling Git GitCherryOptions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Classes/Tasks/Add/GitAddOptions.swift:14: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
12 |
13 |     /// Returns a default options
14 |     public static var `default` = GitAddOptions()
   |                       |- 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: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     public init() {}
Build complete! (5.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Git",
  "name" : "Git",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    }
  ],
  "products" : [
    {
      "name" : "Git",
      "targets" : [
        "Git"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Git",
      "module_type" : "SwiftTarget",
      "name" : "Git",
      "path" : "Sources",
      "product_memberships" : [
        "Git"
      ],
      "sources" : [
        "Classes/FileManagement/File.swift",
        "Classes/FileManagement/FileAnnotationRecord.swift",
        "Classes/FileManagement/FileCoder.swift",
        "Classes/FileManagement/FileStorage.swift",
        "Classes/FileManagement/GitFile.swift",
        "Classes/FileManagement/GitFileStorage.swift",
        "Classes/GitCredentialsProvider.swift",
        "Classes/GitFileStatus.swift",
        "Classes/GitFileStatusList.swift",
        "Classes/GitLogRecord.swift",
        "Classes/GitLogRecordList.swift",
        "Classes/GitMergeStatus.swift",
        "Classes/GitReference.swift",
        "Classes/GitReferenceList.swift",
        "Classes/GitReferenceName.swift",
        "Classes/GitRemote.swift",
        "Classes/GitRemoteList.swift",
        "Classes/GitRepository.swift",
        "Classes/GitRepository/GitRepository+Cherry.swift",
        "Classes/GitRepository/GitRepository+CherryPick.swift",
        "Classes/GitRepository/GitRepository+Files.swift",
        "Classes/GitRepository/GitRepository+Init.swift",
        "Classes/GitRepository/GitRepository+Log.swift",
        "Classes/GitRepository/GitRepository+Merge.swift",
        "Classes/GitRepository/GitRepository+Reference.swift",
        "Classes/GitRepository/GitRepository+Remotes.swift",
        "Classes/GitRepository/GitRepository+SparseCheckout.swift",
        "Classes/GitRepository/GitRepository+Status.swift",
        "Classes/GitRepository/GitRepository+Tag.swift",
        "Classes/GitRepositoryErrorFormatter.swift",
        "Classes/GitStashRecord.swift",
        "Classes/GitStashRecordList.swift",
        "Classes/GitTagRecord.swift",
        "Classes/GitTagRecordList.swift",
        "Classes/Tasks/Add/AddTask.swift",
        "Classes/Tasks/Add/GitAddOptions.swift",
        "Classes/Tasks/ArgumentConvertible.swift",
        "Classes/Tasks/Branch/BranchOptions.swift",
        "Classes/Tasks/Branch/BranchTask.swift",
        "Classes/Tasks/CheckRefFormat/CheckReferenceTask.swift",
        "Classes/Tasks/Checkout/CheckoutOptions.swift",
        "Classes/Tasks/Checkout/CheckoutTask.swift",
        "Classes/Tasks/Cherry/CherryTask.swift",
        "Classes/Tasks/Cherry/GitCherryOptions.swift",
        "Classes/Tasks/Cherry/GitCherryResult.swift",
        "Classes/Tasks/CherryPick/CherryPickOptions.swift",
        "Classes/Tasks/CherryPick/CherryPickTask.swift",
        "Classes/Tasks/Clean/CleanOptions.swift",
        "Classes/Tasks/Clean/CleanTask.swift",
        "Classes/Tasks/Clone/CloneOptions.swift",
        "Classes/Tasks/Clone/CloneTask.swift",
        "Classes/Tasks/Commit/CommitOptions.swift",
        "Classes/Tasks/Commit/CommitTask.swift",
        "Classes/Tasks/Fetch/FetchTask.swift",
        "Classes/Tasks/Fetch/GitFetchOptions.swift",
        "Classes/Tasks/Init/InitOptions.swift",
        "Classes/Tasks/Init/InitTask.swift",
        "Classes/Tasks/Log/GitLogCompareOptions.swift",
        "Classes/Tasks/Log/GitLogOptions.swift",
        "Classes/Tasks/Log/LogTask.swift",
        "Classes/Tasks/Merge/MergeOptions.swift",
        "Classes/Tasks/Merge/MergeTask.swift",
        "Classes/Tasks/ProcessSpawn.swift",
        "Classes/Tasks/Pull/GitPullOptions.swift",
        "Classes/Tasks/Pull/PullTask.swift",
        "Classes/Tasks/Push/GitPushOptions.swift",
        "Classes/Tasks/Push/PushTask.swift",
        "Classes/Tasks/References/ReferencesTask.swift",
        "Classes/Tasks/Remotes/RemoteAddTask.swift",
        "Classes/Tasks/Remotes/RemoteListTask.swift",
        "Classes/Tasks/Remotes/RemoteRenameTask.swift",
        "Classes/Tasks/Remotes/RemoteUrlChangeTask.swift",
        "Classes/Tasks/Remotes/RemoteUrlTask.swift",
        "Classes/Tasks/RepositoryTask.swift",
        "Classes/Tasks/Reset/GitResetOptions.swift",
        "Classes/Tasks/Reset/ResetTask.swift",
        "Classes/Tasks/SparseCheckout/GitSparseAddOptions.swift",
        "Classes/Tasks/SparseCheckout/GitSparseSetOptions.swift",
        "Classes/Tasks/SparseCheckout/SparseTask.swift",
        "Classes/Tasks/Stash/Apply/GitStashApplyOptions.swift",
        "Classes/Tasks/Stash/Apply/StashApplyTask.swift",
        "Classes/Tasks/Stash/Create/GitStashOptions.swift",
        "Classes/Tasks/Stash/Create/StashTask.swift",
        "Classes/Tasks/Stash/Drop/GitStashDropOptions.swift",
        "Classes/Tasks/Stash/Drop/StashDropTask.swift",
        "Classes/Tasks/Stash/List/GitStashListOptions.swift",
        "Classes/Tasks/Stash/List/StashListTask.swift",
        "Classes/Tasks/Status/GitStatusOptions.swift",
        "Classes/Tasks/Status/StatusTask.swift",
        "Classes/Tasks/Tag/GitTagListOptions.swift",
        "Classes/Tasks/Tag/GitTagOptions.swift",
        "Classes/Tasks/Tag/TagTask.swift",
        "Core/GitFormatDecoder.swift",
        "Core/GitFormatEncoder.swift",
        "Core/GitOutputParser.swift",
        "Core/IndexIterator.swift",
        "Extensions/FileManager/FileManager+Utils.swift",
        "Extensions/Formatter/Formatter+Date.swift",
        "Extensions/General/Array+Utils.swift",
        "Protocols/CredentialsProvider.swift",
        "Protocols/Repository.swift",
        "Protocols/RepositoryDelegate.swift",
        "Protocols/RepositoryError.swift",
        "Protocols/RepositoryLogRecord.swift",
        "Protocols/RepositoryReference.swift",
        "Protocols/RepositoryReferenceName.swift",
        "Protocols/RepositoryRemote.swift",
        "Protocols/RepositoryStashRecord.swift",
        "Protocols/RepositoryTagRecord.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.