This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of XcodeProj with Swift 6.0 (beta) for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/xcodeproj.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tuist/xcodeproj
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4f2476e Update CHANGELOG.md
Cloned https://github.com/tuist/xcodeproj.git
Revision (git rev-parse @):
4f2476ea676d173c222e22e6fe1a2ba870f8a8c3
SUCCESS checkout https://github.com/tuist/xcodeproj.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/tuist/xcodeproj.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/1021] Fetching spectre
[155/2432] Fetching spectre, pathkit
[363/4527] Fetching spectre, pathkit, aexml
[4528/7385] Fetching spectre, pathkit, aexml, swift-docc-symbolkit
[7386/8843] Fetching spectre, pathkit, aexml, swift-docc-symbolkit, swift-docc-plugin
Fetched https://github.com/tadija/AEXML.git from cache (1.45s)
Fetched https://github.com/kylef/Spectre.git from cache (1.46s)
Fetched https://github.com/kylef/PathKit.git from cache (1.46s)
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.46s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (1.38s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.37s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.53s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.61s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.53s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Emitting module AEXML
[8/14] Compiling AEXML Error.swift
[9/14] Compiling AEXML Options.swift
[10/14] Compiling AEXML Element.swift
[11/14] Compiling AEXML Document.swift
[12/14] Compiling AEXML Parser.swift
[14/15] Emitting module PathKit
[15/15] Compiling PathKit PathKit.swift
[17/103] Compiling XcodeProj Errors.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[18/103] Compiling XcodeProj AEXML+XcodeFormat.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[19/103] Compiling XcodeProj Array+Extras.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[20/103] Compiling XcodeProj Bool+Extras.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[21/103] Compiling XcodeProj Dictionary+Enumerate.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[22/103] Compiling XcodeProj Dictionary+Extras.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[23/103] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[24/103] Compiling XcodeProj NSRecursiveLock+Sync.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[25/103] Compiling XcodeProj Path+Extras.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[26/103] Compiling XcodeProj String+Utils.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[27/103] Compiling XcodeProj String+md5.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[28/103] Compiling XcodeProj BuildPhase.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[29/103] Compiling XcodeProj PBXBuildFile.swift
/host/spi-builder-workspace/Sources/XcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated
 9 | }
10 |
[30/115] Emitting module XcodeProj
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[31/115] Compiling XcodeProj PBXReferenceProxy.swift
[32/115] Compiling XcodeProj PBXTarget.swift
[33/115] Compiling XcodeProj PBXTargetDependency.swift
[34/115] Compiling XcodeProj WorkspaceSettings.swift
[35/115] Compiling XcodeProj XCBreakpointList.swift
[36/115] Compiling XcodeProj XCDebugger.swift
[37/115] Compiling XcodeProj XCSharedData.swift
[38/115] Compiling XcodeProj XCUserData.swift
[39/115] Compiling XcodeProj Xcode.swift
[40/115] Compiling XcodeProj XcodeProj.swift
[41/115] Compiling XcodeProj Writable.swift
[42/115] Compiling XcodeProj XCScheme+AditionalOption.swift
[43/115] Compiling XcodeProj PBXBuildPhase.swift
[44/115] Compiling XcodeProj PBXBuildRule.swift
[45/115] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[46/115] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[47/115] Compiling XcodeProj PBXHeadersBuildPhase.swift
[48/115] Compiling XcodeProj PBXResourcesBuildPhase.swift
[49/115] Compiling XcodeProj PBXRezBuildPhase.swift
[50/115] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[51/115] Compiling XcodeProj PBXSourcesBuildPhase.swift
[52/115] Compiling XcodeProj BuildSettings.swift
[53/115] Compiling XcodeProj XCBuildConfiguration.swift
[54/115] Compiling XcodeProj XCConfigurationList.swift
[55/115] Compiling XcodeProj PBXContainerItem.swift
[56/115] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[57/115] Compiling XcodeProj XCScheme+ArchiveAction.swift
[58/115] Compiling XcodeProj XCScheme+BuildAction.swift
[59/115] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[60/115] Compiling XcodeProj XCScheme+BuildableReference.swift
[61/115] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[62/115] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[63/115] Compiling XcodeProj XCScheme+ExecutionAction.swift
[64/115] Compiling XcodeProj XCScheme+LaunchAction.swift
[65/115] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[66/115] Compiling XcodeProj XCScheme+PathRunnable.swift
[67/115] Compiling XcodeProj XCScheme+ProfileAction.swift
[68/115] Compiling XcodeProj PBXProj.swift
[69/115] Compiling XcodeProj PBXProjEncoder.swift
[70/115] Compiling XcodeProj PBXProject.swift
[71/115] Compiling XcodeProj Equality.generated.swift
[72/115] Compiling XcodeProj Sourcery.swift
[73/115] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[74/115] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[75/115] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[76/115] Compiling XcodeProj PBXAggregateTarget.swift
[77/115] Compiling XcodeProj PBXLegacyTarget.swift
[78/115] Compiling XcodeProj PBXNativeTarget.swift
[79/115] Compiling XcodeProj PBXProductType.swift
[80/115] Compiling XcodeProj XCScheme+RemoteRunnable.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[81/115] Compiling XcodeProj XCScheme+Runnable.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[82/115] Compiling XcodeProj XCScheme+SerialAction.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[83/115] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[84/115] Compiling XcodeProj XCScheme+TestAction.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[85/115] Compiling XcodeProj XCScheme+TestItem.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[86/115] Compiling XcodeProj XCScheme+TestPlanReference.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[87/115] Compiling XcodeProj XCScheme+TestableReference.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[88/115] Compiling XcodeProj XCScheme.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[89/115] Compiling XcodeProj XCSchemeManagement.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[90/115] Compiling XcodeProj BuildSettingsProvider.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[91/115] Compiling XcodeProj CommentedString.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:22:24: warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        `- warning: static property 'invalidCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 1 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
 2 |
 3 | /// String that includes a comment
   :
20 |
21 |     /// Set of characters that are invalid.
22 |     private static let invalidCharacters: CharacterSet = {
   |                        |- note: annotate 'invalidCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |         var invalidSet = CharacterSet(charactersIn: "_$")
24 |         invalidSet.insert(charactersIn: UnicodeScalar(".") ... UnicodeScalar("9"))
/host/spi-builder-workspace/Sources/XcodeProj/Utils/CommentedString.swift:32:24: warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 |     /// Set of characters that are invalid.
32 |     private static let specialCheckCharacters = CharacterSet(charactersIn: "_/")
   |                        |- warning: static property 'specialCheckCharacters' is not concurrency-safe because non-'Sendable' type 'CharacterSet' may have shared mutable state; this is an error in the Swift 6 language mode
   |                        |- note: annotate 'specialCheckCharacters' with '@MainActor' if property should only be accessed from the main actor
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |
34 |     /// Returns a valid string for Xcode projects.
Foundation.CharacterSet:1:15: note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 1 | public struct CharacterSet : ReferenceConvertible, Equatable, Hashable, SetAlgebra {
   |               `- note: struct 'CharacterSet' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSCharacterSet
 3 |     public init()
[92/115] Compiling XcodeProj PBXContainerItemProxy.swift
[93/115] Compiling XcodeProj PBXFileElement.swift
[94/115] Compiling XcodeProj PBXFileReference.swift
[95/115] Compiling XcodeProj PBXGroup.swift
[96/115] Compiling XcodeProj PBXSourceTree.swift
[97/115] Compiling XcodeProj PBXVariantGroup.swift
[98/115] Compiling XcodeProj XCVersionGroup.swift
[99/115] Compiling XcodeProj PBXObject.swift
[100/115] Compiling XcodeProj PBXObjectParser.swift
[101/115] Compiling XcodeProj PBXObjectReference.swift
[102/115] Compiling XcodeProj PBXObjects.swift
[103/115] Compiling XcodeProj PBXOutputSettings.swift
[104/115] Compiling XcodeProj Decoders.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[105/115] Compiling XcodeProj JSONDecoding.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[106/115] Compiling XcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[107/115] Compiling XcodeProj PlistValue.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[108/115] Compiling XcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[109/115] Compiling XcodeProj XCConfig.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[110/115] Compiling XcodeProj XCWorkspace.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[111/115] Compiling XcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[112/115] Compiling XcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[113/115] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[114/115] Compiling XcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
[115/115] Compiling XcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:100:24: warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        `- warning: static property 'includeRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  1 | import Foundation
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
  2 | import PathKit
  3 |
    :
 98 |
 99 |     // swiftlint:disable:next force_try
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
    |                        |- note: annotate 'includeRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
/host/spi-builder-workspace/Sources/XcodeProj/Utils/XCConfig.swift:102:24: warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
100 |     private static let includeRegex = try! NSRegularExpression(pattern: "#include\\s+\"(.+\\.xcconfig)\"", options: .caseInsensitive)
101 |     // swiftlint:disable:next force_try
102 |     private static let settingRegex = try! NSRegularExpression(pattern: "^([a-zA-Z0-9_\\[\\]=\\*~]+)\\s*=\\s*(\"?.*?\"?)\\s*(?:;\\s*)?(?=$|\\/\\/)", options: [])
    |                        |- warning: static property 'settingRegex' is not concurrency-safe because non-'Sendable' type 'NSRegularExpression' may have shared mutable state; this is an error in the Swift 6 language mode
    |                        |- note: annotate 'settingRegex' with '@MainActor' if property should only be accessed from the main actor
    |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
103 | }
104 |
Foundation.NSRegularExpression:1:12: note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 1 | open class NSRegularExpression : NSObject, NSCopying, NSSecureCoding {
   |            `- note: class 'NSRegularExpression' does not conform to the 'Sendable' protocol
 2 |     override open func copy() -> Any
 3 |     open func copy(with zone: NSZone? = nil) -> Any
Build complete! (47.52s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.6.1",
            "upper_bound" : "4.7.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tadija/AEXML.git"
    },
    {
      "identity" : "pathkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "XcodeProj",
  "name" : "XcodeProj",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "XcodeProj",
      "targets" : [
        "XcodeProj"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeProjTests",
      "module_type" : "SwiftTarget",
      "name" : "XcodeProjTests",
      "path" : "Tests/XcodeProjTests",
      "sources" : [
        "Extensions/AEXML+XcodeFormatTests.swift",
        "Extensions/Decodable+Dictionary.swift",
        "Extensions/Dictionary+ExtrasTests.swift",
        "Extensions/PathExtrasTests.swift",
        "Extensions/XCTestCase+Assertions.swift",
        "Extensions/XCTestCase+Shell.swift",
        "Extensions/XCTestCase+Temporary.swift",
        "Objects/BuildPhase/BuildPhaseTests.swift",
        "Objects/BuildPhase/PBXBuildFileTests.swift",
        "Objects/BuildPhase/PBXBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXBuildRuleTests.swift",
        "Objects/BuildPhase/PBXCopyFilesBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXFrameworksBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXHeadersBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXResourcesBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXRezBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXShellScriptBuildPhaseTests.swift",
        "Objects/BuildPhase/PBXSourcesBuildPhase+Fixtures.swift",
        "Objects/BuildPhase/PBXSourcesBuildPhaseTests.swift",
        "Objects/Configuration/XCBuildConfiguration+Fixtures.swift",
        "Objects/Configuration/XCBuildConfigurationTests.swift",
        "Objects/Configuration/XCConfigurationList+Fixtures.swift",
        "Objects/Configuration/XCConfigurationListTests.swift",
        "Objects/Files/PBXContainerItemProxyTests.swift",
        "Objects/Files/PBXFileElementTests.swift",
        "Objects/Files/PBXFileReference+Fixtures.swift",
        "Objects/Files/PBXFileReferenceTests.swift",
        "Objects/Files/PBXGroup+Fixtures.swift",
        "Objects/Files/PBXGroupTests.swift",
        "Objects/Files/PBXSourceTreeTests.swift",
        "Objects/Files/PBXVariantGroupTests.swift",
        "Objects/Files/XCVersionGroup+Fixtures.swift",
        "Objects/Files/XCVersionGroupTests.swift",
        "Objects/Project/PBXOutputSettingsTests.swift",
        "Objects/Project/PBXProj+Fixtures.swift",
        "Objects/Project/PBXProj+XCTest.swift",
        "Objects/Project/PBXProjEncoderTests.swift",
        "Objects/Project/PBXProjIntegrationTests.swift",
        "Objects/Project/PBXProjObjectsHelpersTests.swift",
        "Objects/Project/PBXProject+Fixtures.swift",
        "Objects/Project/PBXProjectTests.swift",
        "Objects/SwiftPackage/XCLocalSwiftPackageReferenceTests.swift",
        "Objects/SwiftPackage/XCRemoteSwiftPackageReferenceTests.swift",
        "Objects/SwiftPackage/XCSwiftPackageProductDependencyTests.swift",
        "Objects/Targets/PBXAggregateTargetTests.swift",
        "Objects/Targets/PBXLegacyTargetTests.swift",
        "Objects/Targets/PBXNativeTargetTests.swift",
        "Objects/Targets/PBXProductTypeTests.swift",
        "Objects/Targets/PBXReferenceProxyTests.swift",
        "Objects/Targets/PBXTarget+Fixtures.swift",
        "Objects/Targets/PBXTargetDependencyTests.swift",
        "Objects/Targets/PBXTargetTests.swift",
        "Project/WorkspaceSettingsTests.swift",
        "Project/XCBreakpointListTests.swift",
        "Project/XCUserDataTests.swift",
        "Project/XcodeProjTests.swift",
        "Scheme/XCScheme+BuildableReferenceTests.swift",
        "Scheme/XCSchemeManagementTests.swift",
        "Scheme/XCSchemeTests.swift",
        "Tests/Fixtures.swift",
        "Tests/testWrite.swift",
        "Utils/BuildSettingsProviderTests.swift",
        "Utils/CommentedStringTests.swift",
        "Utils/ObjectReferenceTests.swift",
        "Utils/PBXBatchUpdaterTests.swift",
        "Utils/PlistValueTests.swift",
        "Utils/ReferenceGeneratorTests.swift",
        "Utils/XCConfigTests.swift",
        "Workspace/XCWorkspaceDataElementTests.swift",
        "Workspace/XCWorkspaceDataTests.swift",
        "Workspace/XCWorkspaceTests.swift"
      ],
      "target_dependencies" : [
        "XcodeProj"
      ],
      "type" : "test"
    },
    {
      "c99name" : "XcodeProj",
      "module_type" : "SwiftTarget",
      "name" : "XcodeProj",
      "path" : "Sources/XcodeProj",
      "product_dependencies" : [
        "PathKit",
        "AEXML"
      ],
      "product_memberships" : [
        "XcodeProj"
      ],
      "sources" : [
        "Errors/Errors.swift",
        "Extensions/AEXML+XcodeFormat.swift",
        "Extensions/Array+Extras.swift",
        "Extensions/Bool+Extras.swift",
        "Extensions/Dictionary+Enumerate.swift",
        "Extensions/Dictionary+Extras.swift",
        "Extensions/KeyedDecodingContainer+Additions.swift",
        "Extensions/NSRecursiveLock+Sync.swift",
        "Extensions/Path+Extras.swift",
        "Extensions/String+Utils.swift",
        "Extensions/String+md5.swift",
        "Objects/BuildPhase/BuildPhase.swift",
        "Objects/BuildPhase/PBXBuildFile.swift",
        "Objects/BuildPhase/PBXBuildPhase.swift",
        "Objects/BuildPhase/PBXBuildRule.swift",
        "Objects/BuildPhase/PBXCopyFilesBuildPhase.swift",
        "Objects/BuildPhase/PBXFrameworksBuildPhase.swift",
        "Objects/BuildPhase/PBXHeadersBuildPhase.swift",
        "Objects/BuildPhase/PBXResourcesBuildPhase.swift",
        "Objects/BuildPhase/PBXRezBuildPhase.swift",
        "Objects/BuildPhase/PBXShellScriptBuildPhase.swift",
        "Objects/BuildPhase/PBXSourcesBuildPhase.swift",
        "Objects/Configuration/BuildSettings.swift",
        "Objects/Configuration/XCBuildConfiguration.swift",
        "Objects/Configuration/XCConfigurationList.swift",
        "Objects/Files/PBXContainerItem.swift",
        "Objects/Files/PBXContainerItemProxy.swift",
        "Objects/Files/PBXFileElement.swift",
        "Objects/Files/PBXFileReference.swift",
        "Objects/Files/PBXGroup.swift",
        "Objects/Files/PBXSourceTree.swift",
        "Objects/Files/PBXVariantGroup.swift",
        "Objects/Files/XCVersionGroup.swift",
        "Objects/Project/PBXObject.swift",
        "Objects/Project/PBXObjectParser.swift",
        "Objects/Project/PBXObjectReference.swift",
        "Objects/Project/PBXObjects.swift",
        "Objects/Project/PBXOutputSettings.swift",
        "Objects/Project/PBXProj.swift",
        "Objects/Project/PBXProjEncoder.swift",
        "Objects/Project/PBXProject.swift",
        "Objects/Sourcery/Equality.generated.swift",
        "Objects/Sourcery/Sourcery.swift",
        "Objects/SwiftPackage/XCLocalSwiftPackageReference.swift",
        "Objects/SwiftPackage/XCRemoteSwiftPackageReference.swift",
        "Objects/SwiftPackage/XCSwiftPackageProductDependency.swift",
        "Objects/Targets/PBXAggregateTarget.swift",
        "Objects/Targets/PBXLegacyTarget.swift",
        "Objects/Targets/PBXNativeTarget.swift",
        "Objects/Targets/PBXProductType.swift",
        "Objects/Targets/PBXReferenceProxy.swift",
        "Objects/Targets/PBXTarget.swift",
        "Objects/Targets/PBXTargetDependency.swift",
        "Project/WorkspaceSettings.swift",
        "Project/XCBreakpointList.swift",
        "Project/XCDebugger.swift",
        "Project/XCSharedData.swift",
        "Project/XCUserData.swift",
        "Project/Xcode.swift",
        "Project/XcodeProj.swift",
        "Protocols/Writable.swift",
        "Scheme/XCScheme+AditionalOption.swift",
        "Scheme/XCScheme+AnalyzeAction.swift",
        "Scheme/XCScheme+ArchiveAction.swift",
        "Scheme/XCScheme+BuildAction.swift",
        "Scheme/XCScheme+BuildableProductRunnable.swift",
        "Scheme/XCScheme+BuildableReference.swift",
        "Scheme/XCScheme+CommandLineArguments.swift",
        "Scheme/XCScheme+EnvironmentVariable.swift",
        "Scheme/XCScheme+ExecutionAction.swift",
        "Scheme/XCScheme+LaunchAction.swift",
        "Scheme/XCScheme+LocationScenarioReference.swift",
        "Scheme/XCScheme+PathRunnable.swift",
        "Scheme/XCScheme+ProfileAction.swift",
        "Scheme/XCScheme+RemoteRunnable.swift",
        "Scheme/XCScheme+Runnable.swift",
        "Scheme/XCScheme+SerialAction.swift",
        "Scheme/XCScheme+StoreKitConfigurationFileReference.swift",
        "Scheme/XCScheme+TestAction.swift",
        "Scheme/XCScheme+TestItem.swift",
        "Scheme/XCScheme+TestPlanReference.swift",
        "Scheme/XCScheme+TestableReference.swift",
        "Scheme/XCScheme.swift",
        "Scheme/XCSchemeManagement.swift",
        "Utils/BuildSettingsProvider.swift",
        "Utils/CommentedString.swift",
        "Utils/Decoders.swift",
        "Utils/JSONDecoding.swift",
        "Utils/PBXBatchUpdater.swift",
        "Utils/PlistValue.swift",
        "Utils/ReferenceGenerator.swift",
        "Utils/XCConfig.swift",
        "Workspace/XCWorkspace.swift",
        "Workspace/XCWorkspaceData.swift",
        "Workspace/XCWorkspaceDataElement.swift",
        "Workspace/XCWorkspaceDataElementLocationType.swift",
        "Workspace/XCWorkspaceDataFileRef.swift",
        "Workspace/XCWorkspaceDataGroup.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.