Build Information
Failed to build xtree, reference 2.2.1 (bfc252
), with Swift 6.1 for Linux on 29 Apr 2025 02:05:23 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftyfinch/xtree.git
Reference: 2.2.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/swiftyfinch/xtree
* tag 2.2.1 -> FETCH_HEAD
HEAD is now at bfc252f [skip ci] Bump version 2.2.1
Cloned https://github.com/swiftyfinch/xtree.git
Revision (git rev-parse @):
bfc252fb96a19c77714cfe31a217c190a98ae8a0
SUCCESS checkout https://github.com/swiftyfinch/xtree.git at 2.2.1
========================================
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" : "5.1.0",
"upper_bound" : "6.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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swiftyfinch/Fish
Fetching https://github.com/tuist/XcodeProj
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-argument-parser
[1/93] Fetching fish
[94/1289] Fetching fish, rainbow
[1290/11625] Fetching fish, rainbow, yams
[1291/17187] Fetching fish, rainbow, yams, zipfoundation
[2841/40341] Fetching fish, rainbow, yams, zipfoundation, xcodeproj
[16156/55291] Fetching fish, rainbow, yams, zipfoundation, xcodeproj, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (0.94s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.95s)
[31063/39145] Fetching fish, yams, zipfoundation, xcodeproj
Fetched https://github.com/weichsel/ZIPFoundation from cache (1.33s)
Fetched https://github.com/jpsim/Yams from cache (1.36s)
Fetched https://github.com/swiftyfinch/Fish from cache (1.43s)
Fetched https://github.com/tuist/XcodeProj from cache (1.46s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (1.89s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.1.0 (0.44s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
[2128/3538] Fetching aexml, pathkit
Fetched https://github.com/tadija/AEXML.git from cache (0.24s)
Fetched https://github.com/kylef/PathKit.git from cache (0.25s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.16s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.67s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.14s)
Computing version for https://github.com/swiftyfinch/Fish
Computed https://github.com/swiftyfinch/Fish at 0.1.3 (2.19s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.17s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.48s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (1.92s)
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
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/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.1.0
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
Building for debugging...
[1/32] Write sources
[12/32] Compiling writer.c
[13/32] Compiling reader.c
[14/32] Compiling parser.c
[15/32] Compiling api.c
[16/32] Compiling emitter.c
[17/32] Compiling scanner.c
[18/32] Write swift-version-24593BA9C3E375BF.txt
[20/108] Emitting module Rainbow
[21/109] Emitting module ArgumentParserToolInfo
[22/109] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/110] Compiling Yams Tag.swift
[24/110] Compiling Yams YamlAnchorProviding.swift
[25/112] Compiling Rainbow StringGenerator.swift
[26/112] Compiling Rainbow String+Rainbow.swift
[28/112] Compiling Rainbow Style.swift
[28/112] Wrapping AST for ArgumentParserToolInfo for debugging
[30/150] Compiling ArgumentParser OptionGroup.swift
[31/150] Compiling ArgumentParser AsyncParsableCommand.swift
[32/150] Compiling ArgumentParser CommandConfiguration.swift
[33/150] Compiling ArgumentParser CommandGroup.swift
[34/150] Compiling ArgumentParser EnumerableFlag.swift
[35/155] Emitting module ArgumentParser
[36/155] Emitting module Fish
[37/157] Compiling ArgumentParser CompletionsGenerator.swift
[38/157] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/157] Compiling ArgumentParser Errors.swift
[40/157] Compiling ArgumentParser Flag.swift
[41/157] Compiling ArgumentParser ArgumentVisibility.swift
[42/157] Compiling ArgumentParser CompletionKind.swift
[43/157] Compiling Fish IFolder.swift
[44/157] Compiling Fish IItem.swift
[47/157] Compiling AEXML Options.swift
[48/157] Compiling AEXML Parser.swift
[49/157] Emitting module AEXML
[50/157] Compiling AEXML Builders.swift
[51/157] Compiling Rainbow OutputTarget.swift
[54/157] Compiling ArgumentParser NameSpecification.swift
[55/157] Compiling ArgumentParser Option.swift
[56/157] Compiling Rainbow Rainbow.swift
[57/158] Compiling AEXML Document.swift
[58/158] Compiling AEXML Element.swift
[59/158] Compiling AEXML Error.swift
[67/159] Compiling ArgumentParser BashCompletionsGenerator.swift
[68/159] Compiling ArgumentParser ParsableArguments.swift
[69/159] Compiling ArgumentParser ParsableArgumentsValidation.swift
[77/160] Emitting module PathKit
[78/160] Compiling PathKit PathKit.swift
[88/161] Compiling ArgumentParser ExpressibleByArgument.swift
[93/161] Emitting module ZIPFoundation
[95/161] Compiling ArgumentParser ArgumentHelp.swift
[105/163] Compiling ArgumentParser CollectionExtensions.swift
[106/163] Compiling ArgumentParser Platform.swift
[107/163] Compiling ArgumentParser SequenceExtensions.swift
[108/163] Compiling ArgumentParser StringExtensions.swift
[109/163] Compiling ArgumentParser Tree.swift
[123/163] Emitting module Yams
[123/163] Wrapping AST for Rainbow for debugging
[124/164] Wrapping AST for AEXML for debugging
[125/164] Wrapping AST for Fish for debugging
[128/164] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[129/164] Compiling ZIPFoundation URL+ZIP.swift
[129/165] Wrapping AST for PathKit for debugging
[137/181] Wrapping AST for Yams for debugging
[138/257] Wrapping AST for ZIPFoundation for debugging
[140/257] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[141/257] Compiling XcodeProj NSRecursiveLock+Sync.swift
[142/257] Compiling XcodeProj Path+Extras.swift
[143/257] Compiling XcodeProj String+Utils.swift
[144/257] Compiling XcodeProj String+md5.swift
[145/257] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[146/257] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[147/257] Compiling XcodeProj XCScheme+ExecutionAction.swift
[148/257] Compiling XcodeProj XCScheme+LaunchAction.swift
[149/257] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[150/257] Compiling XcodeProj BuildFileSetting.swift
[151/257] Compiling XcodeProj BuildPhase.swift
[152/257] Compiling XcodeProj PBXBuildFile.swift
[153/257] Compiling XcodeProj PBXBuildPhase.swift
[154/257] Compiling XcodeProj XCScheme+AditionalOption.swift
[155/257] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[156/257] Compiling XcodeProj XCScheme+ArchiveAction.swift
[157/257] Compiling XcodeProj XCScheme+BuildAction.swift
[158/257] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[159/257] Compiling XcodeProj XCScheme+BuildableReference.swift
[160/258] Wrapping AST for ArgumentParser for debugging
[162/258] 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
[163/271] Compiling XcodeProj PBXBuildRule.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
[164/271] Compiling XcodeProj PBXCopyFilesBuildPhase.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
[165/271] Compiling XcodeProj PBXFrameworksBuildPhase.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
[166/271] Compiling XcodeProj PBXHeadersBuildPhase.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
[167/271] Compiling XcodeProj PBXResourcesBuildPhase.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
[168/271] Compiling XcodeProj PBXRezBuildPhase.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
[169/271] Compiling XcodeProj PBXShellScriptBuildPhase.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
[170/271] Compiling XcodeProj PBXSourcesBuildPhase.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
[171/271] Compiling XcodeProj BuildSettings.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
[172/271] Compiling XcodeProj XCBuildConfiguration.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
[173/271] Compiling XcodeProj XCConfigurationList.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
[174/271] Compiling XcodeProj PBXContainerItem.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
[175/271] Compiling XcodeProj PBXContainerItemProxy.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
[176/271] Compiling XcodeProj 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
[177/271] Compiling XcodeProj AEXML+XcodeFormat.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
[178/271] Compiling XcodeProj Array+Extras.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
[179/271] Compiling XcodeProj Bool+Extras.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
[189/271] 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
[190/271] 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
[191/271] 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
[192/271] 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
[193/271] 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
[194/271] 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
[195/271] 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
[196/271] 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
[197/271] 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
[198/271] 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
[199/271] 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
[200/271] 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
[201/271] 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
[202/271] 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
[203/271] 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
[204/271] 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
[205/271] 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
[206/271] 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
[207/271] 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
[208/271] 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
[209/271] 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
[210/271] 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
[211/271] 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
[212/271] 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
[213/271] 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
[214/271] 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
[215/271] Compiling XcodeProj PBXNativeTarget.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/271] Compiling XcodeProj PBXProductType.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/271] Compiling XcodeProj PBXReferenceProxy.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/271] Compiling XcodeProj PBXTarget.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/271] Compiling XcodeProj PBXTargetDependency.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/271] Compiling XcodeProj WorkspaceSettings.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/271] Compiling XcodeProj XCBreakpointList.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/271] Compiling XcodeProj XCDebugger.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/271] Compiling XcodeProj XCSharedData.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/271] Compiling XcodeProj XCUserData.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/271] 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
[226/271] 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
[227/271] 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
[228/271] 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
[229/271] 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
[230/271] 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
[231/271] 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
[232/271] 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
[233/271] 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
[234/271] 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
[235/271] 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
[236/271] 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
[237/271] 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
[238/271] 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
[239/271] 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
[240/271] 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
<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/271] 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
[253/271] 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
[254/271] Compiling XcodeProj PBXObjects.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
[255/271] Compiling XcodeProj PBXOutputSettings.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
[256/271] Compiling XcodeProj PBXProj.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
[257/271] Compiling XcodeProj PBXProjEncoder.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
[258/271] Compiling XcodeProj PBXProject.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
[259/271] 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/271] 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/271] 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/271] 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/271] 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/271] 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
[265/271] Compiling XcodeProj PBXAggregateTarget.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
[266/271] Compiling XcodeProj PBXLegacyTarget.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
[267/272] Wrapping AST for XcodeProj for debugging
[269/292] 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 |
[270/292] 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 |
[271/294] 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 |
[272/294] 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 |
[273/294] 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)
[274/294] 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 |
[275/294] 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 |
[276/294] 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 |
[277/294] 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 |
[278/294] 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 |
[279/294] 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 |
[280/294] 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 |
[281/294] 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 |
[282/294] 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 |
[283/294] 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 |
[284/294] 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 |
[285/294] 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 |
[286/294] 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 |
[287/294] 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 |
[288/294] 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 |
[289/294] 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 |
[290/294] 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 |
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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
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
Building for debugging...
[1/15] Write swift-version-24593BA9C3E375BF.txt
[3/91] Compiling Yams RedundancyAliasingStrategy.swift
[4/91] Compiling Yams Representer.swift
[5/93] Compiling Fish IFolder.swift
[6/93] Compiling Fish IItem.swift
[7/93] Compiling Yams Node.Scalar.swift
[8/93] Compiling Yams Node.Sequence.swift
[9/93] Compiling Yams Node.swift
[10/93] Compiling Yams Parser.swift
[11/93] Emitting module AEXML
[12/93] Compiling AEXML Builders.swift
[13/93] Compiling Rainbow OutputTarget.swift
[14/94] Compiling Rainbow StringGenerator.swift
[15/94] Compiling Yams Decoder.swift
[16/94] Compiling Yams Emitter.swift
[19/94] Compiling Yams Anchor.swift
[20/94] Compiling Yams Constructor.swift
[21/94] Compiling Yams Encoder.swift
[22/94] Compiling Yams Mark.swift
[23/94] Emitting module Fish
[26/94] Compiling Rainbow Style.swift
[27/94] Compiling Rainbow String+Rainbow.swift
[28/94] Compiling AEXML Options.swift
[29/94] Compiling AEXML Error.swift
[30/94] Compiling AEXML Parser.swift
[31/94] Compiling Rainbow Rainbow.swift
[32/94] Compiling Yams Node.Alias.swift
[33/94] Compiling Yams Node.Mapping.swift
[34/95] Emitting module ZIPFoundation
[35/97] Compiling Yams Tag.swift
[36/97] Compiling Yams YamlAnchorProviding.swift
[40/99] Compiling AEXML Document.swift
[41/99] Compiling AEXML Element.swift
[42/100] Compiling Yams YamlTagProviding.swift
[43/100] Compiling ZIPFoundation URL+ZIP.swift
[44/100] Emitting module ArgumentParserToolInfo
[45/100] Compiling ArgumentParserToolInfo ToolInfo.swift
[47/100] Emitting module Rainbow
[49/101] Wrapping AST for Fish for debugging
[55/100] Emitting module PathKit
[56/100] Compiling PathKit PathKit.swift
[58/100] Compiling Yams YamlError.swift
[59/138] Wrapping AST for PathKit for debugging
[61/138] Compiling ArgumentParser CommandGroup.swift
[62/138] Compiling ArgumentParser EnumerableFlag.swift
[63/138] Compiling ArgumentParser OptionGroup.swift
[64/138] Compiling ArgumentParser AsyncParsableCommand.swift
[65/138] Compiling ArgumentParser CommandConfiguration.swift
[66/138] Compiling ArgumentParser Name.swift
[67/138] Compiling ArgumentParser Parsed.swift
[68/138] Compiling ArgumentParser ArgumentVisibility.swift
[69/138] Compiling ArgumentParser CompletionKind.swift
[70/138] Compiling ArgumentParser Errors.swift
[71/138] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/138] Compiling ArgumentParser CompletionsGenerator.swift
[73/138] Compiling ArgumentParser FishCompletionsGenerator.swift
[74/138] Compiling ArgumentParser Flag.swift
[75/138] Compiling ArgumentParser NameSpecification.swift
[76/138] Compiling ArgumentParser Option.swift
[77/138] Compiling ArgumentParser ZshCompletionsGenerator.swift
[78/138] Compiling ArgumentParser Argument.swift
[79/138] Compiling ArgumentParser ArgumentHelp.swift
[80/138] Emitting module Yams
[94/232] Wrapping AST for ZIPFoundation for debugging
[95/232] Wrapping AST for Yams for debugging
[97/232] Emitting module ArgumentParser
[98/237] Compiling XcodeProj PBXBuildRule.swift
[99/237] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[100/237] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[101/237] Compiling XcodeProj PBXHeadersBuildPhase.swift
[102/237] Compiling XcodeProj PBXResourcesBuildPhase.swift
[103/237] Compiling XcodeProj PBXRezBuildPhase.swift
[104/237] Compiling XcodeProj PBXContainerItemProxy.swift
[105/237] Compiling XcodeProj Errors.swift
[106/237] Compiling XcodeProj AEXML+XcodeFormat.swift
[107/237] Compiling XcodeProj Array+Extras.swift
[108/237] Compiling XcodeProj Bool+Extras.swift
[109/237] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[110/237] Compiling XcodeProj NSRecursiveLock+Sync.swift
[111/237] Compiling XcodeProj Path+Extras.swift
[112/237] Compiling XcodeProj String+Utils.swift
[113/237] Compiling XcodeProj String+md5.swift
[114/237] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[115/237] Compiling XcodeProj PBXSourcesBuildPhase.swift
[116/237] Compiling XcodeProj BuildSettings.swift
[117/237] Compiling XcodeProj XCBuildConfiguration.swift
[118/237] Compiling XcodeProj XCConfigurationList.swift
[119/237] Compiling XcodeProj PBXContainerItem.swift
[120/237] Compiling XcodeProj PBXGroup.swift
[121/237] Compiling XcodeProj PBXSourceTree.swift
[122/237] Compiling XcodeProj PBXVariantGroup.swift
[123/237] Compiling XcodeProj XCVersionGroup.swift
[124/237] Compiling XcodeProj PBXObject.swift
[125/237] Compiling XcodeProj BuildFileSetting.swift
[126/237] Compiling XcodeProj BuildPhase.swift
[127/237] Compiling XcodeProj PBXBuildFile.swift
[128/237] Compiling XcodeProj PBXBuildPhase.swift
[129/237] Compiling XcodeProj PBXFileElement.swift
[130/237] Compiling XcodeProj PBXFileReference.swift
[131/237] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[132/237] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[133/237] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[134/237] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[135/237] Compiling ArgumentParser CollectionExtensions.swift
[136/237] Compiling ArgumentParser Platform.swift
[137/237] Compiling ArgumentParser SequenceExtensions.swift
[138/237] Compiling ArgumentParser StringExtensions.swift
[139/237] Compiling ArgumentParser Tree.swift
[141/238] Emitting module XcodeProj
[155/250] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[156/250] Compiling XcodeProj XCScheme+Runnable.swift
[157/250] Compiling XcodeProj XCScheme+SerialAction.swift
[158/250] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[159/250] Compiling XcodeProj XCScheme+TestAction.swift
[160/250] Compiling XcodeProj XCScheme+TestItem.swift
[161/250] Compiling XcodeProj XCScheme+TestParallelization.swift
[162/250] Compiling XcodeProj XCScheme+TestPlanReference.swift
[163/250] Compiling XcodeProj XCScheme+TestableReference.swift
[164/250] Compiling XcodeProj XCScheme.swift
[165/250] Compiling XcodeProj XCSchemeManagement.swift
[166/250] Compiling XcodeProj BuildSettingsProvider.swift
[167/250] Compiling XcodeProj CommentedString.swift
[168/250] Compiling XcodeProj PBXNativeTarget.swift
[169/250] Compiling XcodeProj PBXProductType.swift
[170/250] Compiling XcodeProj PBXReferenceProxy.swift
[171/250] Compiling XcodeProj PBXTarget.swift
[172/250] Compiling XcodeProj PBXTargetDependency.swift
[173/250] Compiling XcodeProj WorkspaceSettings.swift
[174/250] Compiling XcodeProj XCBreakpointList.swift
[175/250] Compiling XcodeProj XCDebugger.swift
[176/250] Compiling XcodeProj XCSharedData.swift
[177/250] Compiling XcodeProj XCUserData.swift
[178/250] Compiling XcodeProj Xcode.swift
[179/250] Compiling XcodeProj XcodeProj.swift
[180/250] Compiling XcodeProj Writable.swift
[181/250] Compiling XcodeProj XCScheme+AditionalOption.swift
[182/250] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[183/250] Compiling XcodeProj XCScheme+ArchiveAction.swift
[184/250] Compiling XcodeProj XCScheme+BuildAction.swift
[185/250] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[186/250] Compiling XcodeProj XCScheme+BuildableReference.swift
[187/250] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[188/250] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[189/250] Compiling XcodeProj XCScheme+ExecutionAction.swift
[190/250] Compiling XcodeProj XCScheme+LaunchAction.swift
[191/250] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[192/250] Compiling XcodeProj XCScheme+PathRunnable.swift
[193/250] Compiling XcodeProj XCScheme+ProfileAction.swift
[210/250] Compiling XcodeProj PBXProjEncoder.swift
[211/250] Compiling XcodeProj PBXProject.swift
[212/250] Compiling XcodeProj ProjectAttribute.swift
[213/250] Compiling XcodeProj Equality.generated.swift
[214/250] Compiling XcodeProj Sourcery.swift
[215/250] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[216/250] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[217/250] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[218/250] Compiling XcodeProj PBXAggregateTarget.swift
[219/250] Compiling XcodeProj PBXLegacyTarget.swift
[233/250] Compiling XcodeProj Decoders.swift
[234/250] Compiling XcodeProj JSONDecoding.swift
[235/250] Compiling XcodeProj PBXBatchUpdater.swift
[236/250] Compiling XcodeProj PlistDecoding.swift
[237/250] Compiling XcodeProj PlistValue.swift
[238/250] Compiling XcodeProj ReferenceGenerator.swift
[239/250] Compiling XcodeProj XCConfig.swift
[240/250] Compiling XcodeProj XCWorkspace.swift
[241/250] Compiling XcodeProj XCWorkspaceData.swift
[242/250] Compiling XcodeProj XCWorkspaceDataElement.swift
[243/250] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[244/250] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[245/250] Compiling XcodeProj XCWorkspaceDataGroup.swift
[247/270] 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 |
[248/270] 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 |
[249/272] 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 |
[250/272] 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 |
[251/272] 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 |
[252/272] 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 |
[253/272] 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)
[254/272] 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 |
[255/272] 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 |
[256/272] 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 |
[257/272] 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 |
[258/272] 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 |
[259/272] 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 |
[260/272] 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 |
[261/272] 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 |
[262/272] 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 |
[263/272] 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 |
[264/272] 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 |
[265/272] 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 |
[266/272] 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 |
[267/272] 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 |
[268/272] 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