Build Information
Successful build of XcodeGraph, reference 0.18.1 (853d83
), with Swift 5.10 for Linux on 14 Nov 2024 19:38:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 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: 5.10
Building package at path: $PWD
https://github.com/tuist/XcodeGraph.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-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 (1.49s)
Fetched https://github.com/Flight-School/AnyCodable from cache (1.49s)
Computing version for https://github.com/tuist/Path.git
Computed https://github.com/tuist/Path.git at 0.3.8 (1.25s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (2.48s)
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 AnyDecodable.swift
[9/11] Emitting module AnyCodable
[10/11] Compiling AnyCodable AnyCodable.swift
[11/11] Compiling AnyCodable AnyEncodable.swift
[13/80] Compiling XcodeGraph BinaryArchitecture.swift
[14/80] Compiling XcodeGraph BuildAction.swift
[15/80] Compiling XcodeGraph BuildConfiguration.swift
[16/80] Compiling XcodeGraph BuildRule+CompilerSpec.swift
[17/80] Compiling XcodeGraph BuildRule+FileType.swift
[18/80] Compiling XcodeGraph BuildRule.swift
[19/80] Compiling XcodeGraph CompatibleXcodeVersions.swift
[20/80] Compiling XcodeGraph CopyFileElement.swift
[21/80] Compiling XcodeGraph CopyFilesAction.swift
[22/80] Compiling XcodeGraph CoreDataModel.swift
[23/89] Compiling XcodeGraph DeploymentTargets.swift
[24/89] Compiling XcodeGraph Destination.swift
[25/89] Compiling XcodeGraph EnvironmentVariable.swift
[26/89] Compiling XcodeGraph ExecutionAction.swift
[27/89] Compiling XcodeGraph FileCodeGen.swift
[28/89] Compiling XcodeGraph FileElement.swift
[29/89] Compiling XcodeGraph Headers.swift
[30/89] Compiling XcodeGraph IDETemplateMacros.swift
[31/89] Compiling XcodeGraph LaunchArgument.swift
[32/89] Compiling XcodeGraph LaunchStyle.swift
[33/89] Compiling XcodeGraph Requirement.swift
[34/89] Compiling XcodeGraph ResourceFileElement.swift
[35/89] Compiling XcodeGraph ResourceFileElements.swift
[36/89] Compiling XcodeGraph ResourceSynthesizer.swift
[37/89] Compiling XcodeGraph RunAction.swift
[38/89] Compiling XcodeGraph RunActionOptions.swift
[39/89] Compiling XcodeGraph SDKSource.swift
[40/89] Compiling XcodeGraph SDKType.swift
[41/89] Compiling XcodeGraph Scheme.swift
[42/89] Compiling XcodeGraph MergedBinaryType.swift
[43/89] Compiling XcodeGraph FrameworkMetadata.swift
[44/89] Compiling XcodeGraph LibraryMetadata.swift
[45/89] Compiling XcodeGraph SystemFrameworkMetadata.swift
[46/89] Compiling XcodeGraph XCFrameworkMetadata.swift
[47/89] Compiling XcodeGraph MetalOptions.swift
[48/89] Compiling XcodeGraph OnDemandResourcesTags.swift
[49/89] Compiling XcodeGraph Package.swift
[50/89] Compiling XcodeGraph Platform.swift
[51/89] Compiling XcodeGraph PlatformCondition.swift
[52/89] Compiling XcodeGraph PlatformFilter.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[53/89] Compiling XcodeGraph Plist.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[54/89] Compiling XcodeGraph PrivacyManifest.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[55/89] Compiling XcodeGraph Product.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[56/89] Compiling XcodeGraph ProfileAction.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[57/89] Compiling XcodeGraph Project.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[58/89] Compiling XcodeGraph ProjectGroup.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[59/89] Compiling XcodeGraph ProjectOptions.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[60/89] Compiling XcodeGraph RawScriptBuildPhase.swift
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:15:28: warning: immutable value 'hash' was never used; consider replacing with '_' or removing it
case let .external(hash): "external project"
^~~~
_
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: warning: 'isExternal' is deprecated: Use project type instead
isExternal = switch type {
^
/host/spi-builder-workspace/Sources/XcodeGraph/Models/Project.swift:212:9: note: use 'type' instead
isExternal = switch type {
^~~~~~~~~~
type
[61/89] Compiling XcodeGraph DependenciesGraph.swift
[62/89] Compiling XcodeGraph ConditionalGraphTarget.swift
[63/89] Compiling XcodeGraph Graph.swift
[64/89] Compiling XcodeGraph GraphDependency.swift
[65/89] Compiling XcodeGraph GraphEdge.swift
[66/89] Compiling XcodeGraph GraphTarget.swift
[67/89] Compiling XcodeGraph AnalyzeAction.swift
[68/89] Compiling XcodeGraph ArchiveAction.swift
[69/89] Compiling XcodeGraph Arguments.swift
[70/89] Compiling XcodeGraph AutogenerationOptions.swift
[71/89] Compiling XcodeGraph SchemeDiagnosticsOptions.swift
[72/89] Compiling XcodeGraph ScreenCaptureFormat.swift
[73/89] Compiling XcodeGraph Settings.swift
[74/89] Compiling XcodeGraph SimulatedLocation.swift
[75/89] Compiling XcodeGraph SourceFile.swift
[76/89] Compiling XcodeGraph SourceFileGlob.swift
[77/89] Compiling XcodeGraph Target.swift
[78/89] Compiling XcodeGraph TargetDependency.swift
[79/89] Compiling XcodeGraph TargetReference.swift
[80/89] Emitting module XcodeGraph
[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! (17.77s)
Build complete.
Done.