The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build xtree, reference main (5a323e), with Swift 6.1 for Linux on 1 May 2025 16:55:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.3
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 5a323e0 Bump github.com/tuist/xcodeproj from 9.2.0 to 9.3.0 (#55)
Cloned https://github.com/swiftyfinch/xtree.git
Revision (git rev-parse @):
5a323e0979a411bb6dd6719f1ad46ac6013f8689
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" : "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-0":/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/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/swiftyfinch/Fish
Fetching https://github.com/weichsel/ZIPFoundation
Fetching https://github.com/tuist/XcodeProj
[1/93] Fetching fish
[94/1289] Fetching fish, rainbow
[1290/6851] Fetching fish, rainbow, zipfoundation
[2125/17300] Fetching fish, rainbow, zipfoundation, yams
[6194/40491] Fetching fish, rainbow, zipfoundation, yams, xcodeproj
[9498/55447] Fetching fish, rainbow, zipfoundation, yams, xcodeproj, swift-argument-parser
Fetched https://github.com/onevcat/Rainbow from cache (1.70s)
Fetched https://github.com/swiftyfinch/Fish from cache (1.71s)
Fetched https://github.com/weichsel/ZIPFoundation from cache (1.71s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.73s)
Fetched https://github.com/tuist/XcodeProj from cache (1.76s)
Fetched https://github.com/jpsim/Yams from cache (1.76s)
Computing version for https://github.com/weichsel/ZIPFoundation
Computed https://github.com/weichsel/ZIPFoundation at 0.9.19 (2.23s)
Computing version for https://github.com/swiftyfinch/Fish
Computed https://github.com/swiftyfinch/Fish at 0.1.3 (1.81s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.85s)
Computing version for https://github.com/tuist/XcodeProj
Computed https://github.com/tuist/XcodeProj at 9.3.0 (0.46s)
Fetching https://github.com/tadija/AEXML.git
Fetching https://github.com/kylef/PathKit.git
[1/1411] Fetching pathkit
[1412/3538] Fetching pathkit, aexml
Fetched https://github.com/kylef/PathKit.git from cache (0.32s)
Fetched https://github.com/tadija/AEXML.git from cache (0.32s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.20s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.63s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.46s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.45s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.50s)
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/weichsel/ZIPFoundation
Working copy of https://github.com/weichsel/ZIPFoundation resolved at 0.9.19
Creating working copy for https://github.com/tuist/XcodeProj
Working copy of https://github.com/tuist/XcodeProj resolved at 9.3.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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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 reader.c
[12/32] Compiling writer.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 PathKit
[21/108] Compiling Rainbow StringGenerator.swift
[22/108] Compiling Rainbow String+Rainbow.swift
[23/108] Compiling Yams Tag.swift
[24/108] Compiling Yams YamlAnchorProviding.swift
[25/111] Compiling ArgumentParserToolInfo ToolInfo.swift
[26/111] Emitting module ArgumentParserToolInfo
[28/112] Compiling Rainbow Style.swift
[28/112] Wrapping AST for ArgumentParserToolInfo for debugging
[30/150] Emitting module Rainbow
[31/150] Compiling Rainbow OutputTarget.swift
[32/150] Compiling ArgumentParser Errors.swift
[33/150] Compiling ArgumentParser Flag.swift
[34/150] Compiling ArgumentParser NameSpecification.swift
[35/150] Compiling ArgumentParser Option.swift
[36/150] Compiling ArgumentParser ArgumentVisibility.swift
[37/150] Compiling ArgumentParser CompletionKind.swift
[38/150] Compiling Rainbow Rainbow.swift
[39/150] Compiling ArgumentParser BashCompletionsGenerator.swift
[40/150] Compiling ArgumentParser CompletionsGenerator.swift
[41/153] Compiling Fish IFolder.swift
[42/153] Compiling Fish IItem.swift
[43/153] Compiling AEXML Error.swift
[48/153] Compiling AEXML Parser.swift
[49/153] Compiling AEXML Document.swift
[50/153] Compiling AEXML Builders.swift
[51/153] Emitting module AEXML
[52/153] Compiling AEXML Element.swift
[55/153] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/153] Compiling ArgumentParser ZshCompletionsGenerator.swift
[59/153] Compiling ArgumentParser Argument.swift
[60/153] Compiling ArgumentParser ArgumentHelp.swift
[61/153] Emitting module Fish
[62/153] Compiling AEXML Options.swift
[64/154] Emitting module ZIPFoundation
[74/156] Compiling ArgumentParser OptionGroup.swift
[75/156] Compiling ArgumentParser AsyncParsableCommand.swift
[82/156] Emitting module Yams
[92/157] Compiling ArgumentParser ArgumentSet.swift
[93/157] Compiling ZIPFoundation FileManager+ZIPDeprecated.swift
[95/158] Compiling PathKit PathKit.swift
[95/158] Wrapping AST for Rainbow for debugging
[105/159] Compiling ArgumentParser EnumerableFlag.swift
[106/159] Compiling ArgumentParser ArgumentDefinition.swift
[107/159] Wrapping AST for AEXML for debugging
[111/159] Compiling ZIPFoundation URL+ZIP.swift
[111/160] Wrapping AST for Fish for debugging
[112/160] Wrapping AST for Yams for debugging
[114/160] Wrapping AST for PathKit for debugging
[115/160] Wrapping AST for ZIPFoundation for debugging
[117/252] Compiling XcodeProj Errors.swift
[118/252] Compiling XcodeProj AEXML+XcodeFormat.swift
[119/252] Compiling XcodeProj Array+Extras.swift
[120/252] Compiling XcodeProj Bool+Extras.swift
[121/252] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[122/252] Compiling XcodeProj NSRecursiveLock+Sync.swift
[123/252] Compiling XcodeProj Path+Extras.swift
[124/252] Compiling XcodeProj String+Utils.swift
[125/252] Compiling XcodeProj String+md5.swift
[126/252] Compiling XcodeProj BuildFileSetting.swift
[127/252] Compiling XcodeProj BuildPhase.swift
[128/252] Compiling XcodeProj PBXBuildFile.swift
[129/257] Emitting module ArgumentParser
[130/257] Compiling XcodeProj PBXResourcesBuildPhase.swift
[131/257] Compiling XcodeProj PBXRezBuildPhase.swift
[132/257] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[133/257] Compiling XcodeProj PBXSourcesBuildPhase.swift
[134/257] Compiling XcodeProj BuildSettings.swift
[135/257] Compiling XcodeProj XCBuildConfiguration.swift
[136/257] Compiling XcodeProj XCConfigurationList.swift
[137/257] Compiling XcodeProj PBXContainerItem.swift
[138/257] Compiling XcodeProj PBXContainerItemProxy.swift
[139/257] Compiling XcodeProj PBXFileElement.swift
[140/257] Compiling XcodeProj PBXBuildPhase.swift
[141/257] Compiling XcodeProj PBXBuildRule.swift
[142/257] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[143/257] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[144/257] Compiling XcodeProj PBXHeadersBuildPhase.swift
[145/257] Compiling XcodeProj PBXFileReference.swift
[146/257] Compiling XcodeProj PBXFileSystemSynchronizedBuildFileExceptionSet.swift
[147/257] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[148/257] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[149/257] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[150/257] Compiling XcodeProj PBXGroup.swift
[151/257] Compiling XcodeProj PBXSourceTree.swift
[152/257] Compiling XcodeProj PBXVariantGroup.swift
[153/257] Compiling XcodeProj XCVersionGroup.swift
[154/257] Compiling XcodeProj PBXObject.swift
[155/257] Compiling ArgumentParser CollectionExtensions.swift
[156/257] Compiling ArgumentParser Platform.swift
[157/257] Compiling ArgumentParser SequenceExtensions.swift
[158/257] Compiling ArgumentParser StringExtensions.swift
[159/257] Compiling ArgumentParser Tree.swift
[160/258] Wrapping AST for ArgumentParser for debugging
<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
<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
[188/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
<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
[205/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
[206/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
[207/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
[208/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
[209/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
[210/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
[211/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
[212/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
[213/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
[214/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
[215/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
[216/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
[217/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
[218/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
[219/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
[220/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
[221/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
[222/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
[223/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
[224/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
[225/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
[226/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
[227/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
[228/271] 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
[229/271] 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
[230/271] 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
[231/271] 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
[232/271] 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
[233/271] 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
[234/271] 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
[235/271] 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
[236/271] 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
[237/271] 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
[238/271] 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
[239/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
[240/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
[241/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
[242/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
[243/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
[244/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
[245/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
[246/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
[247/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
[248/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
[249/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
[250/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
[251/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
[252/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
[253/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
[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 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 |
[270/292] 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 |
[271/292] 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 |
[272/292] 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 |
[273/292] 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 |
[274/292] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[275/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 |
[276/294] 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 |
[277/294] 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 |
[278/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 |
[279/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 |
[280/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 |
[281/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 |
[282/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 |
[283/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 |
[284/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 |
[285/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 |
[286/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 |
[287/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 |
[288/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 |
[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-0":/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 Yams Anchor.swift
[6/93] Compiling Yams Constructor.swift
[7/93] Compiling AEXML Error.swift
[8/93] Compiling Rainbow StringGenerator.swift
[9/94] Emitting module Fish
[10/94] Emitting module PathKit
[11/94] Compiling Yams Node.swift
[12/94] Compiling Yams Parser.swift
[13/94] Compiling Yams Node.Alias.swift
[14/94] Compiling Yams Node.Mapping.swift
[15/94] Compiling Fish IFolder.swift
[16/94] Compiling Fish IItem.swift
[17/94] Compiling Yams Encoder.swift
[18/94] Compiling Yams Mark.swift
[21/94] Compiling Yams Node.Scalar.swift
[22/94] Compiling Yams Node.Sequence.swift
[23/94] Compiling Rainbow String+Rainbow.swift
[24/94] Compiling AEXML Options.swift
[25/94] Compiling AEXML Parser.swift
[26/94] Compiling Yams Decoder.swift
[27/94] Compiling Yams Emitter.swift
[28/95] Compiling Rainbow OutputTarget.swift
[29/95] Compiling Rainbow Rainbow.swift
[30/95] Compiling Rainbow Style.swift
[31/95] Compiling Yams Tag.swift
[32/95] Compiling Yams YamlAnchorProviding.swift
[33/97] Compiling AEXML Document.swift
[34/97] Compiling AEXML Builders.swift
[35/97] Emitting module AEXML
[36/97] Compiling AEXML Element.swift
[41/98] Compiling ArgumentParserToolInfo ToolInfo.swift
[42/98] Emitting module ArgumentParserToolInfo
[43/99] Compiling PathKit PathKit.swift
[44/99] Wrapping AST for Fish for debugging
[47/99] Emitting module Rainbow
[54/99] Compiling Yams YamlError.swift
[55/99] Compiling Yams YamlTagProviding.swift
[57/99] Emitting module Yams
[57/98] Wrapping AST for PathKit for debugging
[62/138] Compiling ArgumentParser ArgumentVisibility.swift
[63/138] Compiling ArgumentParser CompletionKind.swift
[64/138] Compiling ArgumentParser Errors.swift
[65/138] Compiling ArgumentParser Flag.swift
[66/138] Compiling ArgumentParser NameSpecification.swift
[67/138] Compiling ArgumentParser Option.swift
[68/160] Compiling XcodeProj PBXResourcesBuildPhase.swift
[69/160] Compiling XcodeProj PBXRezBuildPhase.swift
[70/166] Compiling XcodeProj PBXFrameworksBuildPhase.swift
[71/166] Compiling XcodeProj PBXHeadersBuildPhase.swift
[72/168] Compiling XcodeProj PBXShellScriptBuildPhase.swift
[73/168] Compiling XcodeProj PBXSourcesBuildPhase.swift
[74/178] Compiling XcodeProj Errors.swift
[75/178] Compiling XcodeProj AEXML+XcodeFormat.swift
[76/178] Compiling XcodeProj Array+Extras.swift
[77/230] Compiling XcodeProj Bool+Extras.swift
[78/230] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[79/230] Compiling XcodeProj NSRecursiveLock+Sync.swift
[80/230] Compiling XcodeProj Path+Extras.swift
[81/230] Compiling XcodeProj String+Utils.swift
[82/230] Compiling XcodeProj String+md5.swift
[83/230] Compiling XcodeProj BuildFileSetting.swift
[84/230] Compiling XcodeProj BuildPhase.swift
[85/230] Compiling XcodeProj PBXBuildFile.swift
[89/230] Emitting module ZIPFoundation
[94/232] Wrapping AST for ZIPFoundation for debugging
[95/232] Wrapping AST for Yams for debugging
[97/232] Compiling XcodeProj PBXOutputSettings.swift
[98/232] Compiling XcodeProj PBXProj.swift
[99/232] Compiling XcodeProj PBXProjEncoder.swift
[100/232] Compiling XcodeProj PBXProject.swift
[101/232] Compiling XcodeProj ProjectAttribute.swift
[102/237] Emitting module XcodeProj
[109/250] Emitting module ArgumentParser
[110/250] Compiling ArgumentParser CollectionExtensions.swift
[111/250] Compiling ArgumentParser Platform.swift
[112/250] Compiling ArgumentParser SequenceExtensions.swift
[113/250] Compiling ArgumentParser StringExtensions.swift
[114/250] Compiling ArgumentParser Tree.swift
[115/250] Compiling XcodeProj Equality.generated.swift
[116/250] Compiling XcodeProj Sourcery.swift
[117/250] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[118/250] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[119/250] Compiling XcodeProj XCSwiftPackageProductDependency.swift
[138/250] Compiling XcodeProj PBXBuildPhase.swift
[143/250] Compiling XcodeProj BuildSettings.swift
[144/250] Compiling XcodeProj XCBuildConfiguration.swift
[145/250] Compiling XcodeProj XCConfigurationList.swift
[146/250] Compiling XcodeProj PBXContainerItem.swift
[147/250] Compiling XcodeProj PBXContainerItemProxy.swift
[148/250] Compiling XcodeProj PBXObjects.swift
[150/250] Compiling XcodeProj PBXBuildRule.swift
[151/250] Compiling XcodeProj PBXCopyFilesBuildPhase.swift
[155/251] Compiling XcodeProj Decoders.swift
[156/251] Compiling XcodeProj JSONDecoding.swift
[157/251] Compiling XcodeProj PBXBatchUpdater.swift
[158/251] Compiling XcodeProj PlistDecoding.swift
[159/251] Compiling XcodeProj PlistValue.swift
[160/251] Compiling XcodeProj ReferenceGenerator.swift
[161/251] Compiling XcodeProj XCConfig.swift
[162/251] Compiling XcodeProj XCWorkspace.swift
[163/251] Compiling XcodeProj XCWorkspaceData.swift
[164/251] Compiling XcodeProj XCWorkspaceDataElement.swift
[165/251] Compiling XcodeProj XCWorkspaceDataElementLocationType.swift
[166/251] Compiling XcodeProj XCWorkspaceDataFileRef.swift
[167/251] Compiling XcodeProj XCWorkspaceDataGroup.swift
[168/250] Compiling XcodeProj XCScheme+RemoteRunnable.swift
[169/250] Compiling XcodeProj XCScheme+Runnable.swift
[170/250] Compiling XcodeProj XCScheme+SerialAction.swift
[171/250] Compiling XcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[172/250] Compiling XcodeProj XCScheme+TestAction.swift
[173/250] Compiling XcodeProj XCScheme+TestItem.swift
[174/250] Compiling XcodeProj XCScheme+TestParallelization.swift
[175/250] Compiling XcodeProj XCScheme+TestPlanReference.swift
[176/250] Compiling XcodeProj XCScheme+TestableReference.swift
[177/250] Compiling XcodeProj XCScheme.swift
[178/250] Compiling XcodeProj XCSchemeManagement.swift
[179/250] Compiling XcodeProj BuildSettingsProvider.swift
[180/250] Compiling XcodeProj CommentedString.swift
[181/250] Compiling XcodeProj PBXNativeTarget.swift
[182/250] Compiling XcodeProj PBXProductType.swift
[183/250] Compiling XcodeProj PBXReferenceProxy.swift
[184/250] Compiling XcodeProj PBXTarget.swift
[185/250] Compiling XcodeProj PBXTargetDependency.swift
[186/250] Compiling XcodeProj WorkspaceSettings.swift
[187/250] Compiling XcodeProj XCBreakpointList.swift
[188/250] Compiling XcodeProj XCDebugger.swift
[189/250] Compiling XcodeProj XCSharedData.swift
[190/250] Compiling XcodeProj XCUserData.swift
[191/250] Compiling XcodeProj Xcode.swift
[192/250] Compiling XcodeProj XcodeProj.swift
[193/250] Compiling XcodeProj Writable.swift
[194/250] Compiling XcodeProj XCScheme+AditionalOption.swift
[195/250] Compiling XcodeProj XCScheme+AnalyzeAction.swift
[196/250] Compiling XcodeProj XCScheme+ArchiveAction.swift
[197/250] Compiling XcodeProj XCScheme+BuildAction.swift
[198/250] Compiling XcodeProj XCScheme+BuildableProductRunnable.swift
[199/250] Compiling XcodeProj XCScheme+BuildableReference.swift
[200/250] Compiling XcodeProj XCScheme+CommandLineArguments.swift
[201/250] Compiling XcodeProj XCScheme+EnvironmentVariable.swift
[202/250] Compiling XcodeProj XCScheme+ExecutionAction.swift
[203/250] Compiling XcodeProj XCScheme+LaunchAction.swift
[204/250] Compiling XcodeProj XCScheme+LocationScenarioReference.swift
[205/250] Compiling XcodeProj XCScheme+PathRunnable.swift
[206/250] Compiling XcodeProj XCScheme+ProfileAction.swift
[210/250] Compiling XcodeProj PBXFileSystemSynchronizedExceptionSet.swift
[211/250] Compiling XcodeProj PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet.swift
[212/250] Compiling XcodeProj PBXFileSystemSynchronizedRootGroup.swift
[213/250] Compiling XcodeProj PBXGroup.swift
[214/250] Compiling XcodeProj PBXSourceTree.swift
[215/250] Compiling XcodeProj PBXVariantGroup.swift
[216/250] Compiling XcodeProj XCVersionGroup.swift
[217/250] Compiling XcodeProj PBXObject.swift
[218/250] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[219/250] Compiling XcodeProj PBXObjectReference.swift
[247/270] 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 |
[248/270] 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 |
[249/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 |
[250/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 |
[251/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)
[252/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 |
[253/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 |
[254/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 |
[255/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 |
[256/272] 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 |
[257/272] 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 |
[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 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 |
[262/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 |
[263/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 |
[264/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 |
[265/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 |
[266/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 |
[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