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 XcodeGraph, reference 0.18.1 (853d83), with Swift 6.0 for Linux on 14 Nov 2024 19:40:14 UTC.

Swift 6 data race errors: 1

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tuist/XcodeGraph.git
Reference: 0.18.1
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/XcodeGraph
 * tag               0.18.1     -> FETCH_HEAD
HEAD is now at 853d83e [Release] XcodeGraph 0.18.1
Cloned https://github.com/tuist/XcodeGraph.git
Revision (git rev-parse @):
853d83e0ebdccd9dcd5124679ec1241d95acc5be
SUCCESS checkout https://github.com/tuist/XcodeGraph.git at 0.18.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tuist/XcodeGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/tuist/Path.git
Fetching https://github.com/Flight-School/AnyCodable
[1/782] Fetching anycodable
[783/1106] Fetching anycodable, path
Fetched https://github.com/tuist/Path.git from cache (0.22s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.22s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (2.18s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.49s)
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/tuist/Path.git
Working copy of https://github.com/tuist/Path.git resolved at 0.3.8
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/10] Emitting module Path
[6/10] Compiling Path Path.swift
[8/11] Compiling AnyCodable AnyEncodable.swift
[9/11] Compiling AnyCodable AnyCodable.swift
[10/11] Emitting module AnyCodable
[11/11] Compiling AnyCodable AnyDecodable.swift
[13/80] Compiling XcodeGraph DeploymentTargets.swift
[14/80] Compiling XcodeGraph Destination.swift
[15/80] Compiling XcodeGraph EnvironmentVariable.swift
[16/80] Compiling XcodeGraph ExecutionAction.swift
[17/80] Compiling XcodeGraph FileCodeGen.swift
[18/80] Compiling XcodeGraph FileElement.swift
[19/80] Compiling XcodeGraph Headers.swift
[20/80] Compiling XcodeGraph IDETemplateMacros.swift
[21/80] Compiling XcodeGraph LaunchArgument.swift
[22/80] Compiling XcodeGraph LaunchStyle.swift
[23/89] Compiling XcodeGraph BinaryArchitecture.swift
[24/89] Compiling XcodeGraph BuildAction.swift
[25/89] Compiling XcodeGraph BuildConfiguration.swift
[26/89] Compiling XcodeGraph BuildRule+CompilerSpec.swift
[27/89] Compiling XcodeGraph BuildRule+FileType.swift
[28/89] Compiling XcodeGraph BuildRule.swift
[29/89] Compiling XcodeGraph CompatibleXcodeVersions.swift
[30/89] Compiling XcodeGraph CopyFileElement.swift
[31/89] Compiling XcodeGraph CopyFilesAction.swift
[32/89] Compiling XcodeGraph CoreDataModel.swift
[33/89] Compiling XcodeGraph DependenciesGraph.swift
[34/89] Compiling XcodeGraph ConditionalGraphTarget.swift
[35/89] Compiling XcodeGraph Graph.swift
[36/89] Compiling XcodeGraph GraphDependency.swift
[37/89] Compiling XcodeGraph GraphEdge.swift
[38/89] Compiling XcodeGraph GraphTarget.swift
[39/89] Compiling XcodeGraph AnalyzeAction.swift
[40/89] Compiling XcodeGraph ArchiveAction.swift
[41/89] Compiling XcodeGraph Arguments.swift
[42/89] Compiling XcodeGraph AutogenerationOptions.swift
[43/89] Emitting module XcodeGraph
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
[44/89] Compiling XcodeGraph MergedBinaryType.swift
[45/89] Compiling XcodeGraph FrameworkMetadata.swift
[46/89] Compiling XcodeGraph LibraryMetadata.swift
[47/89] Compiling XcodeGraph SystemFrameworkMetadata.swift
[48/89] Compiling XcodeGraph XCFrameworkMetadata.swift
[49/89] Compiling XcodeGraph MetalOptions.swift
[50/89] Compiling XcodeGraph OnDemandResourcesTags.swift
[51/89] Compiling XcodeGraph Package.swift
[52/89] Compiling XcodeGraph Platform.swift
[53/89] Compiling XcodeGraph PlatformCondition.swift
[54/89] Compiling XcodeGraph PlatformFilter.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[55/89] Compiling XcodeGraph Plist.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[56/89] Compiling XcodeGraph PrivacyManifest.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[57/89] Compiling XcodeGraph Product.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[58/89] Compiling XcodeGraph ProfileAction.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[59/89] Compiling XcodeGraph Project.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[60/89] Compiling XcodeGraph ProjectGroup.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[61/89] Compiling XcodeGraph ProjectOptions.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[62/89] Compiling XcodeGraph RawScriptBuildPhase.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/PlatformFilter.swift:6:1: warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
 4 | public typealias PlatformFilters = Set<PlatformFilter>
 5 |
 6 | extension PlatformFilters: Comparable {
   | |- warning: extension declares a conformance of imported type 'Set' to imported protocol 'Comparable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 7 |     public static func < (lhs: Set<Element>, rhs: Set<Element>) -> Bool {
 8 |         lhs.map(\.xcodeprojValue).sorted().joined() < rhs.map(\.xcodeprojValue).sorted().joined()
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 13 |         switch self {
 14 |         case .local: "local project"
 15 |         case let .external(hash): "external project"
    |                            `- warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
 16 |         }
 17 |     }
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
210 |         self.resourceSynthesizers = resourceSynthesizers
211 |         self.lastUpgradeCheck = lastUpgradeCheck
212 |         isExternal = switch type {
    |         |- warning: 'isExternal' is deprecated: Use project type instead
    |         `- note: use 'type' instead
213 |         case .external: true
214 |         case .local: false
[63/89] Compiling XcodeGraph Requirement.swift
[64/89] Compiling XcodeGraph ResourceFileElement.swift
[65/89] Compiling XcodeGraph ResourceFileElements.swift
[66/89] Compiling XcodeGraph ResourceSynthesizer.swift
[67/89] Compiling XcodeGraph RunAction.swift
[68/89] Compiling XcodeGraph RunActionOptions.swift
[69/89] Compiling XcodeGraph SDKSource.swift
[70/89] Compiling XcodeGraph SDKType.swift
[71/89] Compiling XcodeGraph Scheme.swift
[72/89] Compiling XcodeGraph SchemeDiagnosticsOptions.swift
[73/89] Compiling XcodeGraph ScreenCaptureFormat.swift
[74/89] Compiling XcodeGraph Settings.swift
[75/89] Compiling XcodeGraph SimulatedLocation.swift
[76/89] Compiling XcodeGraph SourceFile.swift
[77/89] Compiling XcodeGraph SourceFileGlob.swift
[78/89] Compiling XcodeGraph Target.swift
[79/89] Compiling XcodeGraph TargetDependency.swift
[80/89] Compiling XcodeGraph TargetReference.swift
[81/89] Compiling XcodeGraph TargetScript.swift
[82/89] Compiling XcodeGraph TestAction.swift
[83/89] Compiling XcodeGraph TestPlan.swift
[84/89] Compiling XcodeGraph TestableTarget.swift
[85/89] Compiling XcodeGraph TestingOptions.swift
[86/89] Compiling XcodeGraph Version.swift
[87/89] Compiling XcodeGraph Workspace.swift
[88/89] Compiling XcodeGraph WorkspaceGenerationOptions.swift
[89/89] Compiling XcodeGraph XCFrameworkInfoPlist.swift
Build complete! (25.00s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "path",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Path.git"
    }
  ],
  "manifest_display_name" : "XcodeGraph",
  "name" : "XcodeGraph",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "XcodeGraph",
      "targets" : [
        "XcodeGraph"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "XcodeGraph",
      "module_type" : "SwiftTarget",
      "name" : "XcodeGraph",
      "path" : "Sources/XcodeGraph",
      "product_dependencies" : [
        "AnyCodable",
        "Path"
      ],
      "product_memberships" : [
        "XcodeGraph"
      ],
      "sources" : [
        "DependenciesGraph/DependenciesGraph.swift",
        "Graph/ConditionalGraphTarget.swift",
        "Graph/Graph.swift",
        "Graph/GraphDependency.swift",
        "Graph/GraphEdge.swift",
        "Graph/GraphTarget.swift",
        "Models/AnalyzeAction.swift",
        "Models/ArchiveAction.swift",
        "Models/Arguments.swift",
        "Models/AutogenerationOptions.swift",
        "Models/BinaryArchitecture.swift",
        "Models/BuildAction.swift",
        "Models/BuildConfiguration.swift",
        "Models/BuildRule+CompilerSpec.swift",
        "Models/BuildRule+FileType.swift",
        "Models/BuildRule.swift",
        "Models/CompatibleXcodeVersions.swift",
        "Models/CopyFileElement.swift",
        "Models/CopyFilesAction.swift",
        "Models/CoreDataModel.swift",
        "Models/DeploymentTargets.swift",
        "Models/Destination.swift",
        "Models/EnvironmentVariable.swift",
        "Models/ExecutionAction.swift",
        "Models/FileCodeGen.swift",
        "Models/FileElement.swift",
        "Models/Headers.swift",
        "Models/IDETemplateMacros.swift",
        "Models/LaunchArgument.swift",
        "Models/LaunchStyle.swift",
        "Models/MergedBinaryType.swift",
        "Models/Metadata/FrameworkMetadata.swift",
        "Models/Metadata/LibraryMetadata.swift",
        "Models/Metadata/SystemFrameworkMetadata.swift",
        "Models/Metadata/XCFrameworkMetadata.swift",
        "Models/MetalOptions.swift",
        "Models/OnDemandResourcesTags.swift",
        "Models/Package.swift",
        "Models/Platform.swift",
        "Models/PlatformCondition.swift",
        "Models/PlatformFilter.swift",
        "Models/Plist.swift",
        "Models/PrivacyManifest.swift",
        "Models/Product.swift",
        "Models/ProfileAction.swift",
        "Models/Project.swift",
        "Models/ProjectGroup.swift",
        "Models/ProjectOptions.swift",
        "Models/RawScriptBuildPhase.swift",
        "Models/Requirement.swift",
        "Models/ResourceFileElement.swift",
        "Models/ResourceFileElements.swift",
        "Models/ResourceSynthesizer.swift",
        "Models/RunAction.swift",
        "Models/RunActionOptions.swift",
        "Models/SDKSource.swift",
        "Models/SDKType.swift",
        "Models/Scheme.swift",
        "Models/SchemeDiagnosticsOptions.swift",
        "Models/ScreenCaptureFormat.swift",
        "Models/Settings.swift",
        "Models/SimulatedLocation.swift",
        "Models/SourceFile.swift",
        "Models/SourceFileGlob.swift",
        "Models/Target.swift",
        "Models/TargetDependency.swift",
        "Models/TargetReference.swift",
        "Models/TargetScript.swift",
        "Models/TestAction.swift",
        "Models/TestPlan.swift",
        "Models/TestableTarget.swift",
        "Models/TestingOptions.swift",
        "Models/Version.swift",
        "Models/Workspace.swift",
        "Models/WorkspaceGenerationOptions.swift",
        "Models/XCFrameworkInfoPlist.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.