The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftXcodeProj, reference 8.11.0 (182a1f), with Swift 6.2 (beta) for Linux on 22 Jun 2025 15:55:10 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/SwiftXcodeProj.git
Reference: 8.11.0
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/stackotter/SwiftXcodeProj
 * tag               8.11.0     -> FETCH_HEAD
HEAD is now at 182a1f6 Replace arc4random_uniform with standard Int.random
Cloned https://github.com/stackotter/SwiftXcodeProj.git
Revision (git rev-parse @):
182a1f69f0c77e1a152fba083b7fa814785824dd
SUCCESS checkout https://github.com/stackotter/SwiftXcodeProj.git at 8.11.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/stackotter/SwiftXcodeProj.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
[1852/3538] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (1.13s)
Fetched https://github.com/tadija/AEXML.git from cache (1.13s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (2.01s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (5.62s)
Fetching https://github.com/kylef/Spectre.git
[11/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.21s)
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/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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling AEXML Parser.swift
[6/12] Compiling AEXML Options.swift
[7/12] Compiling AEXML Error.swift
[8/12] Emitting module AEXML
[9/12] Compiling AEXML Element.swift
[10/12] Compiling AEXML Document.swift
[12/13] Emitting module PathKit
[13/13] Compiling PathKit PathKit.swift
[15/100] Compiling SwiftXcodeProj PBXBuildPhase.swift
[16/100] Compiling SwiftXcodeProj PBXBuildRule.swift
[17/100] Compiling SwiftXcodeProj PBXCopyFilesBuildPhase.swift
[18/100] Compiling SwiftXcodeProj PBXFrameworksBuildPhase.swift
[19/100] Compiling SwiftXcodeProj PBXHeadersBuildPhase.swift
[20/100] Compiling SwiftXcodeProj PBXResourcesBuildPhase.swift
[21/100] Compiling SwiftXcodeProj PBXRezBuildPhase.swift
[22/100] Compiling SwiftXcodeProj PBXShellScriptBuildPhase.swift
[23/100] Compiling SwiftXcodeProj PBXSourcesBuildPhase.swift
[24/100] Compiling SwiftXcodeProj BuildSettings.swift
[25/100] Compiling SwiftXcodeProj XCBuildConfiguration.swift
[26/100] Compiling SwiftXcodeProj XCConfigurationList.swift
[27/112] Compiling SwiftXcodeProj Errors.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[28/112] Compiling SwiftXcodeProj AEXML+XcodeFormat.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[29/112] Compiling SwiftXcodeProj Array+Extras.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[30/112] Compiling SwiftXcodeProj Bool+Extras.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[31/112] Compiling SwiftXcodeProj Dictionary+Enumerate.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[32/112] Compiling SwiftXcodeProj Dictionary+Extras.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[33/112] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[34/112] Compiling SwiftXcodeProj NSRecursiveLock+Sync.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/112] Compiling SwiftXcodeProj Path+Extras.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/112] Compiling SwiftXcodeProj String+Utils.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[37/112] Compiling SwiftXcodeProj String+md5.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[38/112] Compiling SwiftXcodeProj BuildPhase.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[39/112] Compiling SwiftXcodeProj PBXBuildFile.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/Extensions/Dictionary+Extras.swift:8:5: warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 6 | /// - Returns: initialized dictionary.
 7 | public func loadPlist(path: String) -> [String: AnyObject]? {
 8 |     NSDictionary(contentsOfFile: path) as? [String: AnyObject]
   |     `- warning: 'init(contentsOfFile:)' is deprecated [#DeprecatedDeclaration]
 9 | }
10 |
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[40/112] Emitting module SwiftXcodeProj
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[41/112] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[42/112] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[43/112] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[44/112] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[45/112] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[46/112] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[47/112] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
[48/112] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
[49/112] Compiling SwiftXcodeProj XCScheme.swift
[50/112] Compiling SwiftXcodeProj XCSchemeManagement.swift
[51/112] Compiling SwiftXcodeProj BuildSettingsProvider.swift
[52/112] Compiling SwiftXcodeProj CommentedString.swift
[53/112] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[54/112] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[55/112] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[56/112] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[57/112] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[58/112] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[59/112] Compiling SwiftXcodeProj XCScheme+EnvironmentVariable.swift
[60/112] Compiling SwiftXcodeProj XCScheme+ExecutionAction.swift
[61/112] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
[62/112] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[63/112] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[64/112] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[65/112] Compiling SwiftXcodeProj PBXReferenceProxy.swift
[66/112] Compiling SwiftXcodeProj PBXTarget.swift
[67/112] Compiling SwiftXcodeProj PBXTargetDependency.swift
[68/112] Compiling SwiftXcodeProj WorkspaceSettings.swift
[69/112] Compiling SwiftXcodeProj XCBreakpointList.swift
[70/112] Compiling SwiftXcodeProj XCDebugger.swift
[71/112] Compiling SwiftXcodeProj XCSharedData.swift
[72/112] Compiling SwiftXcodeProj XCUserData.swift
[73/112] Compiling SwiftXcodeProj Xcode.swift
[74/112] Compiling SwiftXcodeProj XcodeProj.swift
[75/112] Compiling SwiftXcodeProj Writable.swift
[76/112] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[77/112] Compiling SwiftXcodeProj PBXOutputSettings.swift
[78/112] Compiling SwiftXcodeProj PBXProj.swift
[79/112] Compiling SwiftXcodeProj PBXProjEncoder.swift
[80/112] Compiling SwiftXcodeProj PBXProject.swift
[81/112] Compiling SwiftXcodeProj Equality.generated.swift
[82/112] Compiling SwiftXcodeProj Sourcery.swift
[83/112] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[84/112] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[85/112] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[86/112] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[87/112] Compiling SwiftXcodeProj PBXNativeTarget.swift
[88/112] Compiling SwiftXcodeProj PBXProductType.swift
[89/112] Compiling SwiftXcodeProj PBXContainerItem.swift
[90/112] Compiling SwiftXcodeProj PBXContainerItemProxy.swift
[91/112] Compiling SwiftXcodeProj PBXFileElement.swift
[92/112] Compiling SwiftXcodeProj PBXFileReference.swift
[93/112] Compiling SwiftXcodeProj PBXGroup.swift
[94/112] Compiling SwiftXcodeProj PBXSourceTree.swift
[95/112] Compiling SwiftXcodeProj PBXVariantGroup.swift
[96/112] Compiling SwiftXcodeProj XCVersionGroup.swift
[97/112] Compiling SwiftXcodeProj PBXObject.swift
[98/112] Compiling SwiftXcodeProj PBXObjectParser.swift
[99/112] Compiling SwiftXcodeProj PBXObjectReference.swift
[100/112] Compiling SwiftXcodeProj PBXObjects.swift
[101/112] Compiling SwiftXcodeProj Decoders.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[102/112] Compiling SwiftXcodeProj JSONDecoding.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[103/112] Compiling SwiftXcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[104/112] Compiling SwiftXcodeProj PlistValue.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[105/112] Compiling SwiftXcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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()) {
[106/112] Compiling SwiftXcodeProj XCConfig.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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/112] Compiling SwiftXcodeProj XCWorkspace.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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/112] Compiling SwiftXcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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/112] Compiling SwiftXcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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/112] Compiling SwiftXcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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/112] Compiling SwiftXcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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/112] Compiling SwiftXcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/Sources/SwiftXcodeProj/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/SwiftXcodeProj/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! (44.28s)
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.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kylef/PathKit.git"
    }
  ],
  "manifest_display_name" : "SwiftXcodeProj",
  "name" : "SwiftXcodeProj",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftXcodeProj",
      "targets" : [
        "SwiftXcodeProj"
      ],
      "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/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" : [
        "SwiftXcodeProj"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftXcodeProj",
      "module_type" : "SwiftTarget",
      "name" : "SwiftXcodeProj",
      "path" : "Sources/SwiftXcodeProj",
      "product_dependencies" : [
        "PathKit",
        "AEXML"
      ],
      "product_memberships" : [
        "SwiftXcodeProj"
      ],
      "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/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.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.