Build Information
Failed to build xtree, reference main (4d3d1a
), with Swift 6.1 for Linux on 31 Jul 2025 00:18:44 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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/swiftyfinch/xtree.git
Reference: main
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/swiftyfinch/xtree
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4d3d1aa Bump github.com/onevcat/rainbow from 4.1.0 to 4.2.0 (#67)
Cloned https://github.com/swiftyfinch/xtree.git
Revision (git rev-parse @):
4d3d1aa28bfa0091a208cb9bdb75af21087cad9b
SUCCESS checkout https://github.com/swiftyfinch/xtree.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/swiftyfinch/xtree.git
https://github.com/swiftyfinch/xtree.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.1.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj"
},
{
"identity" : "fish",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftyfinch/Fish"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "zipfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.19",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/weichsel/ZIPFoundation"
}
],
"manifest_display_name" : "xtree",
"name" : "xtree",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "xtree",
"targets" : [
"CLI"
],
"type" : {
"executable" : null
}
},
{
"name" : "XTreeKit",
"targets" : [
"XTreeKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XTreeKit",
"module_type" : "SwiftTarget",
"name" : "XTreeKit",
"path" : "Sources/XTreeKit",
"product_dependencies" : [
"Fish",
"XcodeProj",
"Yams"
],
"product_memberships" : [
"xtree",
"XTreeKit"
],
"sources" : [
"Common/Environment.swift",
"Common/Extensions/Collection+Concurrent.swift",
"Common/Inputs/InputFileCacher.swift",
"Common/Inputs/InputInMemoryCacher.swift",
"Common/Inputs/InputReader.swift",
"Common/Inputs/PodfileLockReader.swift",
"Common/Inputs/XcodeProjectReader.swift",
"Common/Inputs/YAMLFileManager.swift",
"Common/RegexBuilder.swift",
"Common/SHA1Hasher.swift",
"Common/System.swift",
"Common/Terminal.swift",
"Common/Tree/TreeBuilder.swift",
"Common/Tree/TreeFilter.swift",
"Common/Tree/TreeNode.swift",
"Common/Tree/TreeSorter.swift",
"Managers/FrequencyManager.swift",
"Managers/ImpactManager.swift",
"Managers/ParentsManager.swift",
"Managers/TreeManager.swift",
"Vault/Vault.swift"
],
"type" : "library"
},
{
"c99name" : "CLI",
"module_type" : "SwiftTarget",
"name" : "CLI",
"path" : "Sources/CLI",
"product_dependencies" : [
"ArgumentParser",
"Fish",
"Rainbow",
"ZIPFoundation"
],
"product_memberships" : [
"xtree"
],
"sources" : [
"Commands/Common/InputOptions.swift",
"Commands/Common/TreeOptions.swift",
"Commands/Frequency.swift",
"Commands/Impact.swift",
"Commands/Parents.swift",
"Commands/Print.swift",
"Commands/Update.swift",
"Common/CommonFlags.swift",
"Common/Environment.swift",
"Common/Extensions/Rainbow/Rainbow+Namespace.swift",
"Common/Extensions/Rainbow/Rainbow+Padding.swift",
"Common/Extensions/Rainbow/Rainbow+RawCount.swift",
"Common/Extensions/Rainbow/Rainbow+Split.swift",
"Common/Extensions/Rainbow/Rainbow+WordWrappedLines.swift",
"Common/Help/Drawing/BoxPainter.swift",
"Common/Help/Drawing/Palette.swift",
"Common/Help/HelpDumper.swift",
"Common/Help/HelpPrinter.swift",
"Common/ParsableCommand+ParseCommand.swift",
"Common/ParsableCommand+ParseCommandType.swift",
"Services/ErrorWrapper.swift",
"Services/GitHubUpdater.swift",
"Services/TreePrinter.swift",
"xtree.swift"
],
"target_dependencies" : [
"XTreeKit"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/swiftyfinch/Fish
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/apple/swift-argument-parser
[1/93] Fetching fish
[94/23547] Fetching fish, xcodeproj
[564/29146] Fetching fish, xcodeproj, zipfoundation
Fetched https://github.com/swiftyfinch/Fish from cache (0.27s)
[872/29053] Fetching xcodeproj, zipfoundation
[2550/40045] Fetching xcodeproj, zipfoundation, yams
[8880/55624] Fetching xcodeproj, zipfoundation, yams, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.29s)
Fetched https://github.com/weichsel/ZIPFoundation from cache (1.30s)
[30991/34446] Fetching xcodeproj, yams
Fetched https://github.com/jpsim/Yams from cache (2.17s)
Fetching https://github.com/onevcat/Rainbow
Fetched https://github.com/tuist/XcodeProj from cache (2.47s)
[1/1335] Fetching rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.29s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (3.27s)
Computing version for https://github.com/swiftyfinch/Fish
Computed https://github.com/swiftyfinch/Fish at 0.1.3 (2.88s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 6.0.2 (0.66s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.02s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.53s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.4.3 (0.47s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/2127] Fetching aexml
[682/3557] Fetching aexml, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.34s)
Fetched https://github.com/tadija/AEXML.git from cache (0.34s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.26s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (7.07s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.65s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/weichsel/ZIPFoundation
Working copy of https://github.com/weichsel/ZIPFoundation resolved at 0.9.19
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Creating working copy for https://github.com/swiftyfinch/Fish
Working copy of https://github.com/swiftyfinch/Fish resolved at 0.1.3
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
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.4.3
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 6.0.2
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/33] Write sources
[13/33] Compiling writer.c
[14/33] Compiling reader.c
[15/33] Compiling parser.c
[16/33] Compiling api.c
[17/33] Compiling emitter.c
[18/33] Write swift-version-24593BA9C3E375BF.txt
[19/33] Compiling scanner.c
[21/114] Emitting module ArgumentParserToolInfo
[22/114] Emitting module Fish
[23/116] Emitting module Yams
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/118] Emitting module ZIPFoundation
[25/120] Compiling ZIPFoundation Entry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/120] Compiling ZIPFoundation FileManager+ZIP.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/120] Emitting module Rainbow
[28/121] Emitting module AEXML
[29/121] Compiling AEXML Builders.swift
[30/121] Compiling ZIPFoundation Archive+Writing.swift
[31/121] Compiling ZIPFoundation Archive+WritingDeprecated.swift
[32/121] Compiling ZIPFoundation Entry+Serialization.swift
[33/121] Compiling ZIPFoundation Entry+ZIP64.swift
[34/121] Compiling ArgumentParserToolInfo ToolInfo.swift
[35/122] Wrapping AST for ArgumentParserToolInfo for debugging
[37/166] Compiling ArgumentParser NameSpecification.swift
[38/166] Compiling ArgumentParser Option.swift
[39/166] Compiling ArgumentParser OptionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/166] Compiling ArgumentParser AsyncParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/166] Compiling ArgumentParser ZshCompletionsGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/166] Compiling ArgumentParser Argument.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/166] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/166] Compiling ArgumentParser CompletionsGenerator.swift
[45/166] Compiling AEXML Document.swift
[46/166] Compiling AEXML Parser.swift
[47/166] Compiling Rainbow StyledStringBuilder.swift
[48/166] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/166] Compiling ArgumentParser ArgumentVisibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/166] Compiling ArgumentParser CompletionKind.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/166] Compiling ArgumentParser Errors.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/166] Compiling ArgumentParser ArgumentSet.swift
[54/166] Compiling ArgumentParser CommandParser.swift
[57/166] Compiling AEXML Error.swift
[58/166] Compiling AEXML Options.swift
[59/166] Compiling AEXML Element.swift
[61/167] Compiling ArgumentParser Flag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/167] Compiling ArgumentParser ParsableArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/167] Compiling ArgumentParser ParsableCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/167] Compiling ArgumentParser ArgumentDecoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/167] Compiling ArgumentParser ArgumentDefinition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/169] Compiling ArgumentParser CollectionExtensions.swift
[88/169] Compiling ArgumentParser Mutex.swift
[89/169] Compiling ArgumentParser Platform.swift
[90/169] Compiling ArgumentParser SequenceExtensions.swift
[91/169] Compiling ArgumentParser StringExtensions.swift
[92/169] Compiling ArgumentParser SwiftExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/175] Emitting module ArgumentParser
[113/176] Compiling PathKit PathKit.swift
[114/176] Emitting module PathKit
[114/177] Wrapping AST for AEXML for debugging
[118/177] Compiling ArgumentParser ArgumentDiscussion.swift
[119/177] Compiling ArgumentParser ArgumentHelp.swift
[122/177] Wrapping AST for Rainbow for debugging
[123/178] Wrapping AST for Yams for debugging
[125/178] Wrapping AST for Fish for debugging
[127/178] Wrapping AST for PathKit for debugging
[128/178] Wrapping AST for ZIPFoundation for debugging
[130/270] Compiling XcodeProj PBXTargetDependency.swift
[131/270] Compiling XcodeProj WorkspaceSettings.swift
[132/270] Compiling XcodeProj XCBreakpointList.swift
[133/270] Compiling XcodeProj XCDebugger.swift
[134/270] Compiling XcodeProj XCSharedData.swift
[135/270] Compiling XcodeProj XCUserData.swift
[136/270] Compiling XcodeProj PBXContainerItemProxy.swift
[137/270] Compiling XcodeProj PBXObjects.swift
[138/270] Compiling XcodeProj PBXOutputSettings.swift
[139/270] Compiling XcodeProj PBXProj.swift
[140/270] Compiling XcodeProj PBXProjEncoder.swift
[141/270] Compiling XcodeProj PBXProject.swift
[142/270] Compiling XcodeProj PBXAggregateTarget.swift
[143/270] Compiling XcodeProj PBXLegacyTarget.swift
[144/270] Compiling XcodeProj PBXNativeTarget.swift
[145/270] Compiling XcodeProj PBXProductType.swift
[146/270] Compiling XcodeProj PBXReferenceProxy.swift
[147/270] Compiling XcodeProj PBXTarget.swift
[148/270] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[149/270] Compiling XcodeProj PBXSourcesBuildPhase.swift
[150/270] Compiling XcodeProj BuildSettings.swift
[151/270] Compiling XcodeProj XCBuildConfiguration.swift
[152/270] Compiling XcodeProj XCConfigurationList.swift
[153/270] Compiling XcodeProj PBXContainerItem.swift
[154/270] Compiling XcodeProj Errors.swift
[155/270] Compiling XcodeProj AEXML+XcodeFormat.swift
[156/270] Compiling XcodeProj Array+Extras.swift
[157/270] Compiling XcodeProj Bool+Extras.swift
[158/270] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[159/270] Compiling XcodeProj NSRecursiveLock+Sync.swift
[160/270] Compiling XcodeProj PBXBuildPhase.swift
[161/270] Compiling XcodeProj PBXBuildRule.swift
[162/270] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[163/270] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[164/270] Compiling XcodeProj PBXHeadersBuildPhase.swift
[165/270] Compiling XcodeProj PBXResourcesBuildPhase.swift
[166/270] Compiling XcodeProj PBXRezBuildPhase.swift
[167/270] Compiling XcodeProj Path+Extras.swift
[168/270] Compiling XcodeProj String+Utils.swift
[169/270] Compiling XcodeProj String+md5.swift
[170/270] Compiling XcodeProj BuildFileSetting.swift
[171/270] Compiling XcodeProj BuildPhase.swift
[172/270] Compiling XcodeProj PBXBuildFile.swift
[173/271] Wrapping AST for ArgumentParser for debugging
[175/271] Emitting module XcodeProj
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[189/284] Compiling XcodeProj XCScheme+RemoteRunnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[190/284] Compiling XcodeProj XCScheme+Runnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[191/284] Compiling XcodeProj XCScheme+SerialAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[192/284] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[193/284] Compiling XcodeProj XCScheme+TestAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[194/284] Compiling XcodeProj XCScheme+TestItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[195/284] Compiling XcodeProj XCScheme+TestParallelization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[196/284] Compiling XcodeProj XCScheme+TestPlanReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[197/284] Compiling XcodeProj XCScheme+TestableReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[198/284] Compiling XcodeProj XCScheme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[199/284] Compiling XcodeProj XCSchemeManagement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[200/284] Compiling XcodeProj BuildSettingsProvider.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[201/284] Compiling XcodeProj CommentedString.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/284] Compiling XcodeProj Xcode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/284] Compiling XcodeProj XcodeProj.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/284] Compiling XcodeProj Writable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/284] Compiling XcodeProj XCScheme+AditionalOption.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/284] Compiling XcodeProj XCScheme+AnalyzeAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/284] Compiling XcodeProj XCScheme+ArchiveAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/284] Compiling XcodeProj XCScheme+BuildAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/284] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/284] Compiling XcodeProj XCScheme+BuildableReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/284] Compiling XcodeProj XCScheme+CommandLineArguments.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/284] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/284] Compiling XcodeProj XCScheme+ExecutionAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/284] Compiling XcodeProj XCScheme+LaunchAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/284] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/284] Compiling XcodeProj XCScheme+PathRunnable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/284] Compiling XcodeProj XCScheme+ProfileAction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/284] Compiling XcodeProj Decoders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/284] Compiling XcodeProj JSONDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/284] Compiling XcodeProj PBXBatchUpdater.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/284] Compiling XcodeProj PlistDecoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/284] Compiling XcodeProj PlistValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/284] Compiling XcodeProj ReferenceGenerator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/284] Compiling XcodeProj XCConfig.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/284] Compiling XcodeProj XCWorkspace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/284] Compiling XcodeProj XCWorkspaceData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/284] Compiling XcodeProj XCWorkspaceDataElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/284] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/284] Compiling XcodeProj XCWorkspaceDataFileRef.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/284] Compiling XcodeProj XCWorkspaceDataGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/284] Compiling XcodeProj PBXFileElement.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/284] Compiling XcodeProj PBXFileReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/284] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/284] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[245/284] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[246/284] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/284] Compiling XcodeProj PBXGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/284] Compiling XcodeProj PBXSourceTree.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/284] Compiling XcodeProj PBXVariantGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/284] Compiling XcodeProj XCVersionGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[251/284] Compiling XcodeProj PBXObject.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[252/284] Compiling XcodeProj PBXObjectDictionaryEntry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[253/284] Compiling XcodeProj PBXObjectReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[259/284] Compiling XcodeProj ProjectAttribute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[260/284] Compiling XcodeProj Equality.generated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[261/284] Compiling XcodeProj Sourcery.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[262/284] Compiling XcodeProj XCLocalSwiftPackageReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[263/284] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[264/284] Compiling XcodeProj XCSwiftPackageProductDependency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[280/285] Wrapping AST for XcodeProj for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[282/305] Emitting module XTreeKit
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[283/307] Compiling XTreeKit TreeSorter.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[284/307] Compiling XTreeKit FrequencyManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[285/307] Compiling XTreeKit ImpactManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[286/307] Compiling XTreeKit ParentsManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[287/307] Compiling XTreeKit SHA1Hasher.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[288/307] Compiling XTreeKit System.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[289/307] Compiling XTreeKit Terminal.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[290/307] Compiling XTreeKit TreeBuilder.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[291/307] Compiling XTreeKit TreeFilter.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[292/307] Compiling XTreeKit TreeNode.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[293/307] Compiling XTreeKit TreeManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[294/307] Compiling XTreeKit Vault.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[295/307] Compiling XTreeKit InputInMemoryCacher.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[296/307] Compiling XTreeKit InputReader.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[297/307] Compiling XTreeKit PodfileLockReader.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[298/307] Compiling XTreeKit XcodeProjectReader.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[299/307] Compiling XTreeKit YAMLFileManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[300/307] Compiling XTreeKit RegexBuilder.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[301/307] Compiling XTreeKit Environment.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[302/307] Compiling XTreeKit Collection+Concurrent.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[303/307] Compiling XTreeKit InputFileCacher.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/16] Write swift-version-24593BA9C3E375BF.txt
[4/97] Compiling Fish IFile.swift
[5/97] Compiling Fish IFilesManager.swift
[6/99] Emitting module AEXML
[7/99] Compiling Yams Node.Sequence.swift
[8/99] Compiling Yams Node.swift
[9/99] Emitting module Fish
[10/99] Emitting module ArgumentParserToolInfo
[11/99] Compiling Yams Constructor.swift
[12/99] Compiling Yams Node.Scalar.swift
[13/99] Compiling Yams AliasDereferencingStrategy.swift
[16/99] Compiling Yams Anchor.swift
[17/99] Compiling Yams Node.Alias.swift
[18/99] Compiling Yams Node.Mapping.swift
[19/100] Compiling AEXML Error.swift
[20/100] Compiling AEXML Parser.swift
[21/100] Compiling AEXML Options.swift
[22/100] Compiling Yams Decoder.swift
[23/100] Compiling Yams Emitter.swift
[24/100] Compiling Yams Encoder.swift
[25/100] Compiling Yams Mark.swift
[26/100] Compiling Fish IFolder.swift
[27/100] Compiling Fish IItem.swift
[29/101] Compiling ZIPFoundation Entry+ZIP64.swift
[30/103] Compiling ZIPFoundation Entry.swift
[31/103] Compiling ZIPFoundation FileManager+ZIP.swift
[37/103] Compiling AEXML Builders.swift
[38/103] Compiling AEXML Document.swift
[39/103] Compiling AEXML Element.swift
[40/104] Wrapping AST for Fish for debugging
[42/104] Emitting module PathKit
[43/104] Compiling PathKit PathKit.swift
[44/104] Compiling Rainbow StyledStringBuilder.swift
[53/105] Emitting module Rainbow
[54/106] Compiling ArgumentParserToolInfo ToolInfo.swift
[64/106] Emitting module ZIPFoundation
[65/106] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[66/106] Compiling ZIPFoundation URL+ZIP.swift
[66/106] Wrapping AST for PathKit for debugging
[74/153] Compiling ArgumentParser CommandGroup.swift
[75/153] Compiling ArgumentParser EnumerableFlag.swift
[76/153] Compiling ArgumentParser ExpressibleByArgument.swift
[77/153] Compiling ArgumentParser BashCompletionsGenerator.swift
[78/153] Compiling ArgumentParser CompletionsGenerator.swift
[79/153] Compiling ArgumentParser FishCompletionsGenerator.swift
[80/242] Compiling XcodeProj Path+Extras.swift
[81/242] Compiling XcodeProj String+Utils.swift
[82/242] Compiling XcodeProj String+md5.swift
[83/242] Compiling XcodeProj Errors.swift
[84/242] Compiling XcodeProj AEXML+XcodeFormat.swift
[85/242] Compiling XcodeProj Array+Extras.swift
[86/242] Compiling XcodeProj Bool+Extras.swift
[87/242] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[88/242] Compiling XcodeProj NSRecursiveLock+Sync.swift
[89/242] Compiling XcodeProj BuildFileSetting.swift
[90/242] Compiling XcodeProj BuildPhase.swift
[91/242] Compiling XcodeProj PBXBuildFile.swift
[92/243] Wrapping AST for ZIPFoundation for debugging
[97/243] Emitting module Yams
[101/244] Compiling XcodeProj PBXObjectReference.swift
[102/244] Compiling XcodeProj PBXBuildRule.swift
[103/244] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[104/244] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[105/244] Compiling XcodeProj PBXHeadersBuildPhase.swift
[106/244] Compiling XcodeProj PBXResourcesBuildPhase.swift
[108/249] Emitting module ArgumentParser
[115/249] Compiling ArgumentParser Tree.swift
[116/249] Compiling ArgumentParser CodingKeyValidator.swift
[117/249] Compiling ArgumentParser NonsenseFlagsValidator.swift
[118/249] Compiling ArgumentParser ParsableArgumentsValidation.swift
[119/249] Compiling ArgumentParser PositionalArgumentsValidator.swift
[120/249] Compiling ArgumentParser UniqueNamesValidator.swift
[121/249] Emitting module XcodeProj
[134/249] Compiling XcodeProj PBXBuildPhase.swift
[135/262] Compiling XcodeProj PBXFileElement.swift
[136/262] Compiling XcodeProj PBXFileReference.swift
[137/262] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[138/262] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[139/262] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[140/262] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[141/262] Compiling XcodeProj PBXGroup.swift
[142/262] Compiling XcodeProj PBXSourceTree.swift
[143/262] Compiling XcodeProj PBXVariantGroup.swift
[144/262] Compiling XcodeProj XCVersionGroup.swift
[145/262] Compiling XcodeProj PBXObject.swift
[146/262] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[153/262] Compiling XcodeProj PBXRezBuildPhase.swift
[154/262] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[155/262] Compiling XcodeProj PBXSourcesBuildPhase.swift
[156/262] Compiling XcodeProj BuildSettings.swift
[157/262] Compiling XcodeProj XCBuildConfiguration.swift
[158/262] Compiling XcodeProj XCConfigurationList.swift
[159/262] Compiling XcodeProj PBXContainerItem.swift
[160/262] Compiling XcodeProj PBXContainerItemProxy.swift
[161/262] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[162/262] Compiling XcodeProj XCScheme+Runnable.swift
[163/262] Compiling XcodeProj XCScheme+SerialAction.swift
[164/262] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[165/262] Compiling XcodeProj XCScheme+TestAction.swift
[166/262] Compiling XcodeProj XCScheme+TestItem.swift
[167/262] Compiling XcodeProj XCScheme+TestParallelization.swift
[168/262] Compiling XcodeProj XCScheme+TestPlanReference.swift
[169/262] Compiling XcodeProj XCScheme+TestableReference.swift
[170/262] Compiling XcodeProj XCScheme.swift
[171/262] Compiling XcodeProj XCSchemeManagement.swift
[172/262] Compiling XcodeProj BuildSettingsProvider.swift
[173/262] Compiling XcodeProj CommentedString.swift
[182/262] Compiling XcodeProj PBXObjects.swift
[183/262] Compiling XcodeProj PBXOutputSettings.swift
[184/262] Compiling XcodeProj PBXProj.swift
[185/262] Compiling XcodeProj PBXProjEncoder.swift
[206/262] Compiling XcodeProj XCScheme+AditionalOption.swift
[207/262] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[208/262] Compiling XcodeProj XCScheme+ArchiveAction.swift
[209/262] Compiling XcodeProj XCScheme+BuildAction.swift
[210/262] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[211/262] Compiling XcodeProj XCScheme+BuildableReference.swift
[212/262] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[213/262] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[214/262] Compiling XcodeProj XCScheme+ExecutionAction.swift
[215/262] Compiling XcodeProj XCScheme+LaunchAction.swift
[216/262] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[217/262] Compiling XcodeProj XCScheme+PathRunnable.swift
[218/262] Compiling XcodeProj XCScheme+ProfileAction.swift
[219/262] Compiling XcodeProj PBXNativeTarget.swift
[220/262] Compiling XcodeProj PBXProductType.swift
[221/262] Compiling XcodeProj PBXReferenceProxy.swift
[222/262] Compiling XcodeProj PBXTarget.swift
[223/262] Compiling XcodeProj PBXTargetDependency.swift
[224/262] Compiling XcodeProj WorkspaceSettings.swift
[225/262] Compiling XcodeProj XCBreakpointList.swift
[226/262] Compiling XcodeProj XCDebugger.swift
[227/262] Compiling XcodeProj XCSharedData.swift
[228/262] Compiling XcodeProj XCUserData.swift
[229/262] Compiling XcodeProj Xcode.swift
[230/262] Compiling XcodeProj XcodeProj.swift
[231/262] Compiling XcodeProj Writable.swift
[232/262] Compiling XcodeProj Decoders.swift
[233/262] Compiling XcodeProj JSONDecoding.swift
[234/262] Compiling XcodeProj PBXBatchUpdater.swift
[235/262] Compiling XcodeProj PlistDecoding.swift
[236/262] Compiling XcodeProj PlistValue.swift
[237/262] Compiling XcodeProj ReferenceGenerator.swift
[238/262] Compiling XcodeProj XCConfig.swift
[239/262] Compiling XcodeProj XCWorkspace.swift
[240/262] Compiling XcodeProj XCWorkspaceData.swift
[241/262] Compiling XcodeProj XCWorkspaceDataElement.swift
[242/262] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[243/262] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[244/262] Compiling XcodeProj XCWorkspaceDataGroup.swift
[255/262] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[256/262] Compiling XcodeProj PBXAggregateTarget.swift
[257/262] Compiling XcodeProj PBXLegacyTarget.swift
[259/282] Compiling XTreeKit Environment.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[260/282] Compiling XTreeKit Collection+Concurrent.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[261/282] Compiling XTreeKit InputFileCacher.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[262/284] Emitting module XTreeKit
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[263/284] Compiling XTreeKit TreeSorter.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[264/284] Compiling XTreeKit FrequencyManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[265/284] Compiling XTreeKit TreeBuilder.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[266/284] Compiling XTreeKit TreeFilter.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[267/284] Compiling XTreeKit TreeNode.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[268/284] Compiling XTreeKit InputInMemoryCacher.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[269/284] Compiling XTreeKit InputReader.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[270/284] Compiling XTreeKit PodfileLockReader.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[271/284] Compiling XTreeKit ImpactManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[272/284] Compiling XTreeKit ParentsManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[273/284] Compiling XTreeKit XcodeProjectReader.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[274/284] Compiling XTreeKit YAMLFileManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[275/284] Compiling XTreeKit RegexBuilder.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[276/284] Compiling XTreeKit SHA1Hasher.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[277/284] Compiling XTreeKit System.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[278/284] Compiling XTreeKit Terminal.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[279/284] Compiling XTreeKit TreeManager.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
[280/284] Compiling XTreeKit Vault.swift
/host/spi-builder-workspace/Sources/XTreeKit/Common/SHA1Hasher.swift:1:8: error: no such module 'CryptoKit'
1 | import CryptoKit
| `- error: no such module 'CryptoKit'
2 | import Foundation
3 |
BUILD FAILURE 6.1 linux