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, reference 8.24.9 (85265f), with Swift 6.0 for Linux on 8 Nov 2024 00:42:58 UTC.

Swift 6 data race errors: 16

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/xcodeproj.git
Reference: 8.24.9
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
 * tag               8.24.9     -> FETCH_HEAD
HEAD is now at 85265f3 [Release] XcodeProj 8.24.9
Cloned https://github.com/tuist/xcodeproj.git
Revision (git rev-parse @):
85265f385fd4d22e366a856f1ee0e1ecf3298a51
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tuist/xcodeproj.git at 8.24.9
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tuist/xcodeproj.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[86/3513] Fetching pathkit, aexml
[1107/5551] Fetching pathkit, aexml, swift-docc-plugin
Fetched https://github.com/kylef/PathKit.git from cache (0.69s)
Fetched https://github.com/tadija/AEXML.git from cache (0.70s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.89s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3167] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.29s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.89s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.48s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.44s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/14] Compiling AEXML Options.swift
[8/14] Emitting module PathKit
[9/14] Compiling AEXML Parser.swift
[10/14] Compiling PathKit PathKit.swift
[11/15] Compiling AEXML Document.swift
[12/15] Emitting module AEXML
[13/15] Compiling AEXML Element.swift
[14/15] Compiling AEXML Error.swift
[17/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/105] 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/117] Compiling XcodeProj PBXBuildPhase.swift
[31/117] Compiling XcodeProj PBXBuildRule.swift
[32/117] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[33/117] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[34/117] Compiling XcodeProj PBXHeadersBuildPhase.swift
[35/117] Compiling XcodeProj PBXResourcesBuildPhase.swift
[36/117] Compiling XcodeProj PBXRezBuildPhase.swift
[37/117] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[38/117] Compiling XcodeProj PBXSourcesBuildPhase.swift
[39/117] Compiling XcodeProj BuildSettings.swift
[40/117] Compiling XcodeProj XCBuildConfiguration.swift
[41/117] Compiling XcodeProj XCConfigurationList.swift
[42/117] Compiling XcodeProj PBXContainerItem.swift
[43/117] Emitting module XcodeProj
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[44/117] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[45/117] Compiling XcodeProj XCScheme+Runnable.swift
[46/117] Compiling XcodeProj XCScheme+SerialAction.swift
[47/117] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[48/117] Compiling XcodeProj XCScheme+TestAction.swift
[49/117] Compiling XcodeProj XCScheme+TestItem.swift
[50/117] Compiling XcodeProj XCScheme+TestPlanReference.swift
[51/117] Compiling XcodeProj XCScheme+TestableReference.swift
[52/117] Compiling XcodeProj XCScheme.swift
[53/117] Compiling XcodeProj XCSchemeManagement.swift
[54/117] Compiling XcodeProj BuildSettingsProvider.swift
[55/117] Compiling XcodeProj CommentedString.swift
[56/117] Compiling XcodeProj PBXReferenceProxy.swift
[57/117] Compiling XcodeProj PBXTarget.swift
[58/117] Compiling XcodeProj PBXTargetDependency.swift
[59/117] Compiling XcodeProj WorkspaceSettings.swift
[60/117] Compiling XcodeProj XCBreakpointList.swift
[61/117] Compiling XcodeProj XCDebugger.swift
[62/117] Compiling XcodeProj XCSharedData.swift
[63/117] Compiling XcodeProj XCUserData.swift
[64/117] Compiling XcodeProj Xcode.swift
[65/117] Compiling XcodeProj XcodeProj.swift
[66/117] Compiling XcodeProj Writable.swift
[67/117] Compiling XcodeProj XCScheme+AditionalOption.swift
[68/117] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[69/117] Compiling XcodeProj XCScheme+ArchiveAction.swift
[70/117] Compiling XcodeProj XCScheme+BuildAction.swift
[71/117] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[72/117] Compiling XcodeProj XCScheme+BuildableReference.swift
[73/117] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[74/117] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[75/117] Compiling XcodeProj XCScheme+ExecutionAction.swift
[76/117] Compiling XcodeProj XCScheme+LaunchAction.swift
[77/117] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[78/117] Compiling XcodeProj XCScheme+PathRunnable.swift
[79/117] Compiling XcodeProj XCScheme+ProfileAction.swift
[80/117] Compiling XcodeProj PBXOutputSettings.swift
[81/117] Compiling XcodeProj PBXProj.swift
[82/117] Compiling XcodeProj PBXProjEncoder.swift
[83/117] Compiling XcodeProj PBXProject.swift
[84/117] Compiling XcodeProj Equality.generated.swift
[85/117] Compiling XcodeProj Sourcery.swift
[86/117] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[87/117] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[88/117] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[89/117] Compiling XcodeProj PBXAggregateTarget.swift
[90/117] Compiling XcodeProj PBXLegacyTarget.swift
[91/117] Compiling XcodeProj PBXNativeTarget.swift
[92/117] Compiling XcodeProj PBXProductType.swift
[93/117] Compiling XcodeProj PBXContainerItemProxy.swift
[94/117] Compiling XcodeProj PBXFileElement.swift
[95/117] Compiling XcodeProj PBXFileReference.swift
[96/117] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[97/117] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[98/117] Compiling XcodeProj PBXGroup.swift
[99/117] Compiling XcodeProj PBXSourceTree.swift
[100/117] Compiling XcodeProj PBXVariantGroup.swift
[101/117] Compiling XcodeProj XCVersionGroup.swift
[102/117] Compiling XcodeProj PBXObject.swift
[103/117] Compiling XcodeProj PBXObjectParser.swift
[104/117] Compiling XcodeProj PBXObjectReference.swift
[105/117] Compiling XcodeProj PBXObjects.swift
[106/117] Compiling XcodeProj Decoders.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[107/117] Compiling XcodeProj JSONDecoding.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[108/117] Compiling XcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[109/117] Compiling XcodeProj PlistValue.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[110/117] Compiling XcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[111/117] Compiling XcodeProj XCConfig.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[112/117] Compiling XcodeProj XCWorkspace.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[113/117] Compiling XcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[114/117] Compiling XcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[115/117] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[116/117] Compiling XcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
[117/117] Compiling XcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:51:7: warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
49 |
50 | /// Xcodeproj JSON decoder.
51 | class XcodeprojJSONDecoder: JSONDecoder {
   |       `- warning: class 'XcodeprojJSONDecoder' must restate inherited '@unchecked Sendable' conformance
52 |     /// Default init.
53 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:60:7: warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
58 |
59 | /// Xcodeproj property list decoder.
60 | class XcodeprojPropertyListDecoder: PropertyListDecoder {
   |       `- warning: class 'XcodeprojPropertyListDecoder' must restate inherited '@unchecked Sendable' conformance
61 |     /// Default init.
62 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
Build complete! (36.03s)
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.4.3",
            "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/PBXFileSystemSynchronizedBuildFileExceptionSet+Fixtures.swift",
        "Objects/Files/PBXFileSystemSynchronizedBuildFileExceptionSetTests.swift",
        "Objects/Files/PBXFileSystemSynchronizedRootGroup+Fixtures.swift",
        "Objects/Files/PBXFileSystemSynchronizedRootGroupTests.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/XcodeProjIntegrationTests.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/PBXFileSystemSynchronizedBuildFileExceptionSet.swift",
        "Objects/Files/PBXFileSystemSynchronizedRootGroup.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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.