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 XcodeProj, reference 9.4.3 (9799bb), with Swift 6.2 (beta) for Linux on 25 Jun 2025 21:24:04 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/tuist/xcodeproj.git
Reference: 9.4.3
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               9.4.3      -> FETCH_HEAD
HEAD is now at 9799bb4 [Release] XcodeProj 9.4.3
Cloned https://github.com/tuist/xcodeproj.git
Revision (git rev-parse @):
9799bb429fda8e360f4c535af1716bebc89fb235
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tuist/xcodeproj.git at 9.4.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tuist/xcodeproj.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.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/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[1412/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.30s)
Fetched https://github.com/tadija/AEXML.git from cache (0.31s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.42s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.31s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.80s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (3.02s)
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.7.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
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling AEXML Document.swift
[6/13] Emitting module AEXML
[7/13] Compiling AEXML Builders.swift
[8/13] Compiling AEXML Options.swift
[9/13] Compiling AEXML Error.swift
[10/13] Compiling AEXML Parser.swift
[11/13] Compiling AEXML Element.swift
[13/14] Compiling PathKit PathKit.swift
[14/14] Emitting module PathKit
[16/107] Emitting module XcodeProj
[17/120] Compiling XcodeProj PBXFileElement.swift
[18/120] Compiling XcodeProj PBXFileReference.swift
[19/120] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[20/120] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[21/120] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[22/120] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[23/120] Compiling XcodeProj PBXGroup.swift
[24/120] Compiling XcodeProj PBXSourceTree.swift
[25/120] Compiling XcodeProj PBXVariantGroup.swift
[26/120] Compiling XcodeProj XCVersionGroup.swift
[27/120] Compiling XcodeProj PBXObject.swift
[28/120] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[29/120] Compiling XcodeProj PBXObjectReference.swift
[30/120] Compiling XcodeProj Decoders.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[31/120] Compiling XcodeProj JSONDecoding.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[32/120] Compiling XcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[33/120] Compiling XcodeProj PlistDecoding.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[34/120] Compiling XcodeProj PlistValue.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[35/120] Compiling XcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[36/120] Compiling XcodeProj XCConfig.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[37/120] Compiling XcodeProj XCWorkspace.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[38/120] Compiling XcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[39/120] Compiling XcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[40/120] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[41/120] Compiling XcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[42/120] Compiling XcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:53:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
51 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
52 |         super.init()
53 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
54 |     }
55 | }
/host/spi-builder-workspace/Sources/XcodeProj/Utils/Decoders.swift:62:31: warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
26 |
27 | /// Context used when the project is being decoded.
28 | class ProjectDecodingContext {
   |       `- note: class 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
29 |     /// Object reference repository.
30 |     let objectReferenceRepository: PBXObjectReferenceRepository
   :
60 |     init(context: ProjectDecodingContext = ProjectDecodingContext()) {
61 |         super.init()
62 |         userInfo = [.context: context]
   |                               `- warning: type 'ProjectDecodingContext' does not conform to the 'Sendable' protocol
63 |     }
64 | }
[43/120] Compiling XcodeProj PBXBuildRule.swift
[44/120] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[45/120] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[46/120] Compiling XcodeProj PBXHeadersBuildPhase.swift
[47/120] Compiling XcodeProj PBXResourcesBuildPhase.swift
[48/120] Compiling XcodeProj PBXRezBuildPhase.swift
[49/120] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[50/120] Compiling XcodeProj PBXSourcesBuildPhase.swift
[51/120] Compiling XcodeProj BuildSettings.swift
[52/120] Compiling XcodeProj XCBuildConfiguration.swift
[53/120] Compiling XcodeProj XCConfigurationList.swift
[54/120] Compiling XcodeProj PBXContainerItem.swift
[55/120] Compiling XcodeProj PBXContainerItemProxy.swift
[56/120] Compiling XcodeProj XCScheme+AditionalOption.swift
[57/120] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[58/120] Compiling XcodeProj XCScheme+ArchiveAction.swift
[59/120] Compiling XcodeProj XCScheme+BuildAction.swift
[60/120] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[61/120] Compiling XcodeProj XCScheme+BuildableReference.swift
[62/120] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[63/120] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[64/120] Compiling XcodeProj XCScheme+ExecutionAction.swift
[65/120] Compiling XcodeProj XCScheme+LaunchAction.swift
[66/120] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[67/120] Compiling XcodeProj XCScheme+PathRunnable.swift
[68/120] Compiling XcodeProj XCScheme+ProfileAction.swift
[69/120] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[70/120] Compiling XcodeProj XCScheme+Runnable.swift
[71/120] Compiling XcodeProj XCScheme+SerialAction.swift
[72/120] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[73/120] Compiling XcodeProj XCScheme+TestAction.swift
[74/120] Compiling XcodeProj XCScheme+TestItem.swift
[75/120] Compiling XcodeProj XCScheme+TestParallelization.swift
[76/120] Compiling XcodeProj XCScheme+TestPlanReference.swift
[77/120] Compiling XcodeProj XCScheme+TestableReference.swift
[78/120] Compiling XcodeProj XCScheme.swift
[79/120] Compiling XcodeProj XCSchemeManagement.swift
[80/120] Compiling XcodeProj BuildSettingsProvider.swift
[81/120] Compiling XcodeProj CommentedString.swift
[82/120] Compiling XcodeProj Errors.swift
[83/120] Compiling XcodeProj AEXML+XcodeFormat.swift
[84/120] Compiling XcodeProj Array+Extras.swift
[85/120] Compiling XcodeProj Bool+Extras.swift
[86/120] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[87/120] Compiling XcodeProj NSRecursiveLock+Sync.swift
[88/120] Compiling XcodeProj Path+Extras.swift
[89/120] Compiling XcodeProj String+Utils.swift
[90/120] Compiling XcodeProj String+md5.swift
[91/120] Compiling XcodeProj BuildFileSetting.swift
[92/120] Compiling XcodeProj BuildPhase.swift
[93/120] Compiling XcodeProj PBXBuildFile.swift
[94/120] Compiling XcodeProj PBXBuildPhase.swift
[95/120] Compiling XcodeProj PBXObjects.swift
[96/120] Compiling XcodeProj PBXOutputSettings.swift
[97/120] Compiling XcodeProj PBXProj.swift
[98/120] Compiling XcodeProj PBXProjEncoder.swift
[99/120] Compiling XcodeProj PBXProject.swift
[100/120] Compiling XcodeProj ProjectAttribute.swift
[101/120] Compiling XcodeProj Equality.generated.swift
[102/120] Compiling XcodeProj Sourcery.swift
[103/120] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[104/120] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[105/120] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[106/120] Compiling XcodeProj PBXAggregateTarget.swift
[107/120] Compiling XcodeProj PBXLegacyTarget.swift
[108/120] Compiling XcodeProj PBXNativeTarget.swift
[109/120] Compiling XcodeProj PBXProductType.swift
[110/120] Compiling XcodeProj PBXReferenceProxy.swift
[111/120] Compiling XcodeProj PBXTarget.swift
[112/120] Compiling XcodeProj PBXTargetDependency.swift
[113/120] Compiling XcodeProj WorkspaceSettings.swift
[114/120] Compiling XcodeProj XCBreakpointList.swift
[115/120] Compiling XcodeProj XCDebugger.swift
[116/120] Compiling XcodeProj XCSharedData.swift
[117/120] Compiling XcodeProj XCUserData.swift
[118/120] Compiling XcodeProj Xcode.swift
[119/120] Compiling XcodeProj XcodeProj.swift
[120/120] Compiling XcodeProj Writable.swift
Build complete! (35.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "aexml",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.7.0",
            "upper_bound" : "4.8.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"
    }
  ],
  "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/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/BuildFileSettingTests.swift",
        "Objects/Configuration/BuildSettingTests.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/KeyedDecodingContainer+Additions.swift",
        "Extensions/NSRecursiveLock+Sync.swift",
        "Extensions/Path+Extras.swift",
        "Extensions/String+Utils.swift",
        "Extensions/String+md5.swift",
        "Objects/BuildPhase/BuildFileSetting.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/PBXFileSystemSynchronizedExceptionSet.swift",
        "Objects/Files/PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.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/PBXObjectDictionaryEntry.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/Project/ProjectAttribute.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+TestParallelization.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/PlistDecoding.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" : "6.0"
}
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.