The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-bundler, reference main (27300f), with Swift 6.1 for Android on 29 May 2025 13:01:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/furby-tm/swift-bundler.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/furby-tm/swift-bundler
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 27300fc Clean up hacky mess.
Cloned https://github.com/furby-tm/swift-bundler.git
Revision (git rev-parse @):
27300fcea0451a4536888eecca73e8e72c470a16
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/furby-tm/swift-bundler.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/furby-tm/swift-bundler.git
https://github.com/furby-tm/swift-bundler.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-arg-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wabiverse/swift-arg-parser"
    },
    {
      "identity" : "swift-llbuild",
      "requirement" : {
        "revision" : [
          "bc3ffd5"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-llbuild"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "swift-format",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-format"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.7.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing"
    },
    {
      "identity" : "tomlkit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.6",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/furby-tm/TOMLKit"
    },
    {
      "identity" : "rainbow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/onevcat/Rainbow"
    },
    {
      "identity" : "version",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/mxcl/Version.git"
    },
    {
      "identity" : "xcodegen",
      "requirement" : {
        "exact" : [
          "2.35.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stackotter/XcodeGen"
    },
    {
      "identity" : "swift-overture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-overture"
    }
  ],
  "manifest_display_name" : "swift-bundler",
  "name" : "swift-bundler",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "swift-bundler",
      "targets" : [
        "swift-bundler"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftBundlerCommandPlugin",
      "targets" : [
        "SwiftBundlerCommandPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    },
    {
      "name" : "schema-gen",
      "targets" : [
        "schema-gen"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "swift_bundler",
      "module_type" : "SwiftTarget",
      "name" : "swift-bundler",
      "path" : "Sources/swift-bundler",
      "product_dependencies" : [
        "StackOtterArgParser",
        "Logging",
        "Parsing",
        "TOMLKit",
        "Rainbow",
        "Version",
        "XcodeGenKit",
        "ProjectSpec",
        "SwiftSyntax",
        "SwiftSyntaxBuilder",
        "SwiftFormat",
        "SwiftFormatConfiguration",
        "Overture"
      ],
      "product_memberships" : [
        "swift-bundler",
        "SwiftBundlerCommandPlugin"
      ],
      "sources" : [
        "AsyncMain.swift",
        "Bundler/Bundler.swift",
        "Bundler/CodeSigner/CodeSigner.swift",
        "Bundler/CodeSigner/CodeSignerError.swift",
        "Bundler/CodeSigner/ProvisioningProfile.swift",
        "Bundler/DynamicLibraryBundler.swift",
        "Bundler/DynamicLibraryBundlerError.swift",
        "Bundler/IOSBundler.swift",
        "Bundler/IOSBundlerError.swift",
        "Bundler/IconSetCreator.swift",
        "Bundler/IconSetCreatorError.swift",
        "Bundler/MacOSBundler.swift",
        "Bundler/MacOSBundlerError.swift",
        "Bundler/MetalCompiler.swift",
        "Bundler/MetalCompilerError.swift",
        "Bundler/PlistCreator.swift",
        "Bundler/PlistCreatorError.swift",
        "Bundler/ResourceBundler.swift",
        "Bundler/ResourceBundlerError.swift",
        "Bundler/Runner/Device.swift",
        "Bundler/Runner/Runner.swift",
        "Bundler/Runner/RunnerError.swift",
        "Bundler/SimulatorManager/Simulator.swift",
        "Bundler/SimulatorManager/SimulatorList.swift",
        "Bundler/SimulatorManager/SimulatorManager.swift",
        "Bundler/SimulatorManager/SimulatorManagerError.swift",
        "Bundler/StoryboardCompiler.swift",
        "Bundler/StoryboardCompilerError.swift",
        "Bundler/SwiftPackageManager/BuildArchitecture.swift",
        "Bundler/SwiftPackageManager/BuildConfiguration.swift",
        "Bundler/SwiftPackageManager/PackageManifest.swift",
        "Bundler/SwiftPackageManager/Platform.swift",
        "Bundler/SwiftPackageManager/SwiftPackageManager.swift",
        "Bundler/SwiftPackageManager/SwiftPackageManagerError.swift",
        "Bundler/SwiftPackageManager/SwiftTargetInfo.swift",
        "Bundler/System.swift",
        "Bundler/SystemError.swift",
        "Bundler/Templater/IndentationStyle.swift",
        "Bundler/Templater/SystemDependency.swift",
        "Bundler/Templater/Template.swift",
        "Bundler/Templater/TemplateManifest.swift",
        "Bundler/Templater/Templater.swift",
        "Bundler/Templater/TemplaterError.swift",
        "Bundler/VariableEvaluator.swift",
        "Bundler/VariableEvaluatorError.swift",
        "Bundler/VisionOSBundler.swift",
        "Bundler/VisionOSBundlerError.swift",
        "Bundler/XcodeSupportGenerator.swift",
        "Bundler/XcodeSupportGeneratorError.swift",
        "Bundler/XcodeprojConverter/ExecutableTarget.swift",
        "Bundler/XcodeprojConverter/LibraryTarget.swift",
        "Bundler/XcodeprojConverter/TargetType.swift",
        "Bundler/XcodeprojConverter/XcodeFile.swift",
        "Bundler/XcodeprojConverter/XcodePackageDependency.swift",
        "Bundler/XcodeprojConverter/XcodeTarget.swift",
        "Bundler/XcodeprojConverter/XcodeprojConverter.swift",
        "Bundler/XcodeprojConverter/XcodeprojConverterError.swift",
        "Commands/AsyncCommand.swift",
        "Commands/BundleArguments.swift",
        "Commands/BundleCommand.swift",
        "Commands/CLIError.swift",
        "Commands/Command.swift",
        "Commands/ConvertCommand.swift",
        "Commands/CreateCommand.swift",
        "Commands/GenerateXcodeSupportCommand.swift",
        "Commands/ListIdentitiesCommand.swift",
        "Commands/MigrateCommand.swift",
        "Commands/RunCommand.swift",
        "Commands/Simulators/SimulatorsBootCommand.swift",
        "Commands/Simulators/SimulatorsListCommand.swift",
        "Commands/SimulatorsCommand.swift",
        "Commands/Templates/TemplatesInfoCommand.swift",
        "Commands/Templates/TemplatesListCommand.swift",
        "Commands/Templates/TemplatesUpdateCommand.swift",
        "Commands/TemplatesCommand.swift",
        "Configuration/AppConfiguration.swift",
        "Configuration/AppConfigurationError.swift",
        "Configuration/MigrationMode.swift",
        "Configuration/PackageConfiguration.swift",
        "Configuration/PackageConfigurationError.swift",
        "Configuration/PlistError.swift",
        "Configuration/PlistValue.swift",
        "Configuration/V1/PackageConfigurationV1.swift",
        "Configuration/V2/AppConfigurationV2.swift",
        "Configuration/V2/PackageConfigurationV2.swift",
        "Extensions/Array.swift",
        "Extensions/CaseIterable.swift",
        "Extensions/FileHandle+TextOutputStream.swift",
        "Extensions/FileManager.swift",
        "Extensions/PBXProductType.swift",
        "Extensions/Process.swift",
        "Extensions/ProcessError.swift",
        "Extensions/Result.swift",
        "Extensions/Sequence.swift",
        "Extensions/String.swift",
        "Extensions/URL.swift",
        "Extensions/Version.swift",
        "SwiftBundler.swift",
        "Utility/Box.swift",
        "Utility/Logger.swift",
        "Utility/LoggerLevel.swift",
        "Utility/OutputBuilder/Array+OutputComponent.swift",
        "Utility/OutputBuilder/ExampleCommand.swift",
        "Utility/OutputBuilder/InlineList.swift",
        "Utility/OutputBuilder/KeyedList.swift",
        "Utility/OutputBuilder/KeyedListBuilder.swift",
        "Utility/OutputBuilder/Line.swift",
        "Utility/OutputBuilder/LineBuilder.swift",
        "Utility/OutputBuilder/LinePartsBuilder.swift",
        "Utility/OutputBuilder/List.swift",
        "Utility/OutputBuilder/Output.swift",
        "Utility/OutputBuilder/OutputBuilder.swift",
        "Utility/OutputBuilder/OutputComponent.swift",
        "Utility/OutputBuilder/OutputPartsBuilder.swift",
        "Utility/OutputBuilder/Section.swift",
        "Utility/OutputBuilder/String+OutputComponent.swift",
        "Utility/OutputBuilder/StringOutput.swift",
        "Utility/Signal.swift",
        "Utility/Stopwatch.swift",
        "Utility/YamlUtils.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "schema_gen",
      "module_type" : "SwiftTarget",
      "name" : "schema-gen",
      "path" : "Sources/schema-gen",
      "product_dependencies" : [
        "SwiftSyntax",
        "SwiftParser"
      ],
      "product_memberships" : [
        "schema-gen"
      ],
      "sources" : [
        "Namespace.swift",
        "PropertyDecl.swift",
        "SchemaGenerator.swift",
        "TypeDecl.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftBundlerCommandPlugin",
      "module_type" : "PluginTarget",
      "name" : "SwiftBundlerCommandPlugin",
      "path" : "Plugins/SwiftBundlerCommandPlugin",
      "plugin_capability" : {
        "intent" : {
          "description" : "Run a package as an app.",
          "type" : "custom",
          "verb" : "bundler"
        },
        "permissions" : [
          {
            "network_scope" : {
              "none" : {
              }
            },
            "reason" : "Creating an app bundle requires writing to the package directory.",
            "type" : "writeToPackageDirectory"
          }
        ],
        "type" : "command"
      },
      "product_memberships" : [
        "SwiftBundlerCommandPlugin"
      ],
      "sources" : [
        "SwiftBundlerCommandPlugin.swift"
      ],
      "target_dependencies" : [
        "swift-bundler"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SwiftBundler",
      "module_type" : "SwiftTarget",
      "name" : "SwiftBundler",
      "path" : "Documentation",
      "sources" : [
        "Empty.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-llbuild
[1/28991] Fetching swift-llbuild
Fetched https://github.com/apple/swift-llbuild from cache (2.40s)
Fetching https://github.com/furby-tm/TOMLKit
Fetching https://github.com/pointfreeco/swift-overture
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/mxcl/Version.git
Fetching https://github.com/stackotter/XcodeGen
Fetching https://github.com/pointfreeco/swift-parsing
[1/288] Fetching version
[206/1484] Fetching version, rainbow
[612/2347] Fetching version, rainbow, swift-overture
[2348/3138] Fetching version, rainbow, swift-overture, tomlkit
[3139/20190] Fetching version, rainbow, swift-overture, tomlkit, xcodegen
[20191/118071] Fetching version, rainbow, swift-overture, tomlkit, xcodegen, swift-parsing
Fetched https://github.com/mxcl/Version.git from cache (1.45s)
Fetched https://github.com/onevcat/Rainbow from cache (1.46s)
Fetched https://github.com/pointfreeco/swift-overture from cache (1.46s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-format
Fetching https://github.com/apple/swift-syntax
[18822/115724] Fetching tomlkit, xcodegen, swift-parsing
Fetched https://github.com/stackotter/XcodeGen from cache (1.48s)
Fetching https://github.com/apple/swift-log
[3728/98672] Fetching tomlkit, swift-parsing
[13517/100721] Fetching tomlkit, swift-parsing, swift-docc-plugin
[13579/112884] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-format
[18017/116720] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-format, swift-log
Fetched https://github.com/apple/swift-log from cache (0.84s)
Fetching https://github.com/wabiverse/swift-arg-parser
[39474/112884] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-format
[43390/183336] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-format, swift-syntax
Fetched https://github.com/apple/swift-format from cache (1.07s)
[31931/171173] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-syntax
[33616/174150] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-syntax, swift-arg-parser
Fetched https://github.com/wabiverse/swift-arg-parser from cache (0.44s)
[46258/171173] Fetching tomlkit, swift-parsing, swift-docc-plugin, swift-syntax
Fetched https://github.com/furby-tm/TOMLKit from cache (10.21s)
Fetched https://github.com/pointfreeco/swift-parsing from cache (10.32s)
Fetched https://github.com/apple/swift-docc-plugin from cache (8.91s)
Fetched https://github.com/apple/swift-syntax from cache (8.96s)
Computing version for https://github.com/pointfreeco/swift-overture
Computed https://github.com/pointfreeco/swift-overture at 0.5.0 (11.79s)
Computing version for https://github.com/stackotter/XcodeGen
Computed https://github.com/stackotter/XcodeGen at 2.35.1 (0.74s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/stackotter/SwiftXcodeProj.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/SwiftDocOrg/GraphViz.git
Fetching https://github.com/yonaskolb/JSONUtilities.git
[1/1021] Fetching spectre
[1022/1831] Fetching spectre, graphviz
[1023/6905] Fetching spectre, graphviz, swiftcli
[4167/23388] Fetching spectre, graphviz, swiftcli, swiftxcodeproj
[4168/24741] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, jsonutilities
[11721/35398] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, jsonutilities, yams
Fetched https://github.com/yonaskolb/JSONUtilities.git from cache (0.39s)
[10698/34045] Fetching spectre, graphviz, swiftcli, swiftxcodeproj, yams
Fetching https://github.com/kylef/PathKit.git
Fetched https://github.com/SwiftDocOrg/GraphViz.git from cache (0.48s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.48s)
[8031/28161] Fetching spectre, swiftxcodeproj, yams
[10378/29572] Fetching spectre, swiftxcodeproj, yams, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.28s)
[15369/28161] Fetching spectre, swiftxcodeproj, yams
Fetched https://github.com/stackotter/SwiftXcodeProj.git from cache (1.12s)
[9867/11678] Fetching spectre, yams
Fetched https://github.com/kylef/Spectre.git from cache (1.58s)
Fetched https://github.com/jpsim/Yams.git from cache (1.63s)
Computing version for https://github.com/furby-tm/TOMLKit
Computed https://github.com/furby-tm/TOMLKit at 0.5.6 (2.38s)
Computing version for https://github.com/apple/swift-format
Computed https://github.com/apple/swift-format at 509.0.0 (0.74s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-markdown.git
[1/6755] Fetching swift-markdown
[6756/22134] Fetching swift-markdown, swift-argument-parser
Fetched https://github.com/apple/swift-markdown.git from cache (0.80s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.23s)
Computing version for https://github.com/wabiverse/swift-arg-parser
Computed https://github.com/wabiverse/swift-arg-parser at 1.2.4 (2.18s)
Computing version for https://github.com/SwiftDocOrg/GraphViz.git
Computed https://github.com/SwiftDocOrg/GraphViz.git at 0.2.0 (0.73s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 6.0.3 (0.76s)
Computing version for https://github.com/yonaskolb/JSONUtilities.git
Computed https://github.com/yonaskolb/JSONUtilities.git at 4.2.0 (3.38s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.95s)
Computing version for https://github.com/stackotter/SwiftXcodeProj.git
Computed https://github.com/stackotter/SwiftXcodeProj.git at 8.11.0 (1.03s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.43s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.6.1 (1.03s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.63s)
Computing version for https://github.com/mxcl/Version.git
Computed https://github.com/mxcl/Version.git at 2.1.0 (0.62s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 509.1.1 (0.94s)
Computing version for https://github.com/apple/swift-markdown.git
Computed https://github.com/apple/swift-markdown.git at 0.6.0 (0.85s)
Fetching https://github.com/swiftlang/swift-cmark.git
[1/18065] Fetching swift-cmark
Fetched https://github.com/swiftlang/swift-cmark.git from cache (1.17s)
Computing version for https://github.com/swiftlang/swift-cmark.git
Computed https://github.com/swiftlang/swift-cmark.git at 0.6.0 (1.78s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.59s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.64s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.10s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.28s)
Computing version for https://github.com/pointfreeco/swift-parsing
Computed https://github.com/pointfreeco/swift-parsing at 0.14.1 (0.58s)
Fetching https://github.com/pointfreeco/swift-case-paths
[1/4375] Fetching swift-case-paths
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.37s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.90s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.63s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 1.7.0 (2.48s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.79s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (1.35s)
Creating working copy for https://github.com/apple/swift-format
Working copy of https://github.com/apple/swift-format resolved at 509.0.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-overture
Working copy of https://github.com/pointfreeco/swift-overture resolved at 0.5.0
Creating working copy for https://github.com/pointfreeco/swift-parsing
Working copy of https://github.com/pointfreeco/swift-parsing resolved at 0.14.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/stackotter/SwiftXcodeProj.git
Working copy of https://github.com/stackotter/SwiftXcodeProj.git resolved at 8.11.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/wabiverse/swift-arg-parser
Working copy of https://github.com/wabiverse/swift-arg-parser resolved at 1.2.4
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-cmark.git
Working copy of https://github.com/swiftlang/swift-cmark.git resolved at 0.6.0
Creating working copy for https://github.com/apple/swift-markdown.git
Working copy of https://github.com/apple/swift-markdown.git resolved at 0.6.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/yonaskolb/JSONUtilities.git
Working copy of https://github.com/yonaskolb/JSONUtilities.git resolved at 4.2.0
Creating working copy for https://github.com/furby-tm/TOMLKit
Working copy of https://github.com/furby-tm/TOMLKit resolved at 0.5.6
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.6.1
Creating working copy for https://github.com/stackotter/XcodeGen
Working copy of https://github.com/stackotter/XcodeGen resolved at 2.35.1
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 1.7.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/SwiftDocOrg/GraphViz.git
Working copy of https://github.com/SwiftDocOrg/GraphViz.git resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-llbuild
Working copy of https://github.com/apple/swift-llbuild resolved at bc3ffd5 (bc3ffd5)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 509.1.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 6.0.3
Creating working copy for https://github.com/mxcl/Version.git
Working copy of https://github.com/mxcl/Version.git resolved at 2.1.0
warning: 'swift-case-paths': 'swift-case-paths' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[1/1] Compiling plugin SwiftBundlerCommandPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Lint Source Code
[5/5] Compiling plugin Format Source Code
[6/6] Compiling plugin GenerateManual
[7/7] Compiling plugin GenManual
Building for debugging...
[7/261] Write sources
[22/261] Compiling writer.c
[23/261] Compiling cmark-gfm cmark_ctype.c
[24/261] Compiling reader.c
[25/261] Compiling cmark-gfm-extensions tasklist.c
[26/261] Compiling cmark-gfm-extensions tagfilter.c
[27/261] Compiling cmark-gfm-extensions strikethrough.c
[27/261] Compiling cmark-gfm-extensions ext_scanners.c
[29/261] Compiling scanner.c
[30/261] Compiling cmark-gfm-extensions table.c
[31/261] Compiling cmark-gfm-extensions core-extensions.c
[32/261] Compiling cmark-gfm syntax_extension.c
[33/261] Compiling cmark-gfm xml.c
[34/261] Compiling cmark-gfm-extensions autolink.c
[35/261] Compiling cmark-gfm render.c
[36/261] Compiling cmark-gfm registry.c
[37/261] Compiling cmark-gfm references.c
[38/261] Compiling cmark-gfm plugin.c
[39/261] Compiling cmark-gfm utf8.c
[40/261] Compiling cmark-gfm plaintext.c
[41/261] Compiling cmark-gfm map.c
[42/261] Compiling cmark-gfm man.c
[43/261] Compiling cmark-gfm linked_list.c
[44/261] Compiling cmark-gfm node.c
[45/261] Compiling cmark-gfm iterator.c
[46/261] Compiling cmark-gfm latex.c
[47/261] Compiling cmark-gfm scanners.c
[48/261] Compiling cmark-gfm houdini_html_e.c
[49/261] Compiling cmark-gfm houdini_href_e.c
[50/261] Compiling cmark-gfm inlines.c
[51/261] Compiling cmark-gfm html.c
[52/261] Compiling cmark-gfm houdini_html_u.c
[53/261] Compiling cmark-gfm buffer.c
[54/261] Compiling cmark-gfm footnotes.c
[54/261] Compiling cmark-gfm cmark.c
[55/261] Write sources
[83/261] Compiling cmark-gfm commonmark.c
[84/261] Compiling cmark-gfm blocks.c
[85/261] Compiling cmark-gfm arena.c
[86/261] Compiling api.c
[87/261] Compiling parser.c
[88/261] Compiling CAtomic CAtomic.c
[89/261] Write sources
[90/261] Compiling emitter.c
[91/261] Compiling cmark-gfm-extensions tasklist.c
[92/261] Compiling cmark-gfm-extensions tagfilter.c
[93/261] Compiling cmark-gfm-extensions strikethrough.c
[94/261] Compiling cmark-gfm-extensions table.c
[95/261] Compiling cmark-gfm-extensions ext_scanners.c
[95/261] Compiling cmark-gfm-extensions core-extensions.c
[97/261] Compiling cmark-gfm-extensions autolink.c
[98/261] Compiling cmark-gfm xml.c
[99/261] Compiling cmark-gfm syntax_extension.c
[100/261] Compiling cmark-gfm utf8.c
[101/261] Compiling cmark-gfm render.c
[102/261] Compiling cmark-gfm registry.c
[103/261] Compiling cmark-gfm references.c
[104/261] Compiling cmark-gfm plugin.c
[105/261] Compiling cmark-gfm plaintext.c
[106/261] Compiling cmark-gfm scanners.c
[107/261] Compiling cmark-gfm map.c
[108/261] Compiling cmark-gfm node.c
[109/261] Compiling cmark-gfm linked_list.c
[110/261] Compiling cmark-gfm man.c
[111/261] Compiling cmark-gfm latex.c
[112/261] Compiling cmark-gfm iterator.c
[113/261] Compiling cmark-gfm inlines.c
[114/261] Compiling cmark-gfm html.c
[115/261] Compiling cmark-gfm houdini_html_e.c
[116/261] Compiling cmark-gfm houdini_href_e.c
[117/261] Write swift-version-24593BA9C3E375BF.txt
[118/261] Compiling Conversion.cpp
[119/261] Compiling cmark-gfm houdini_html_u.c
[120/261] Compiling cmark-gfm footnotes.c
[121/261] Compiling cmark-gfm commonmark.c
[122/291] Compiling Date&Time&DateTime.cpp
[123/293] Compiling Array.cpp
[124/293] Compiling Node.cpp
[125/304] Compiling Table.cpp
[127/332] Compiling Rainbow Style.swift
[128/333] Compiling SwiftSyntax509 Empty.swift
[129/333] Emitting module SwiftSyntax509
[130/333] Compiling TOMLKit SingleValueDecodingContainer.swift
[131/333] Compiling TOMLKit TOMLDecoder.swift
[132/333] Compiling Version Version.swift
[133/334] Emitting module Rainbow
[134/334] Compiling TOMLKit InternalTOMLDecoder.swift
[135/334] Compiling TOMLKit KeyedDecodingContainerProtocol.swift
[136/334] Compiling Version Version+Range.swift
[137/334] Compiling Version Version+Comparable.swift
[138/334] Compiling SwiftBundler Empty.swift
[139/334] Emitting module SwiftBundler
[140/335] Compiling TOMLKit SingleValueEncodingContainer.swift
[141/335] Compiling TOMLKit TOMLInt.swift
[142/337] Emitting module StackOtterArgParserToolInfo
[143/337] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[144/338] Compiling Rainbow String+Rainbow.swift
[145/338] Compiling Rainbow StringGenerator.swift
[146/338] Emitting module Version
[147/338] Compiling Version Version+Codable.swift
[148/338] Compiling TOMLKit TOMLCodingKey.swift
[149/338] Compiling TOMLKit TOMLParseError.swift
[150/338] Compiling TOMLKit TOMLType.swift
[154/341] Compiling Rainbow XcodeColorsSupport.swift
[155/464] Compiling Markdown DoxygenParameter.swift
[156/464] Compiling Markdown DoxygenReturns.swift
[157/466] Compiling Markdown Markup.swift
[158/466] Compiling Markdown MarkupChildren.swift
[159/466] Compiling Markdown BasicBlockContainer.swift
[160/466] Compiling Markdown BasicInlineContainer.swift
[161/466] Compiling Markdown BlockContainer.swift
[162/466] Compiling Markdown BlockMarkup.swift
[163/466] Compiling Markdown InlineContainer.swift
[164/466] Compiling Markdown InlineMarkup.swift
[165/466] Compiling Markdown ListItemContainer.swift
[166/466] Compiling Markdown AtomicCounter.swift
[167/474] Compiling Markdown BlockDirective.swift
[168/474] Compiling Markdown BlockQuote.swift
[169/474] Compiling Markdown CustomBlock.swift
[170/474] Emitting module Overture
[171/474] Compiling Markdown InlineAttributes.swift
[172/474] Compiling Markdown Link.swift
[173/474] Compiling Markdown UnorderedList.swift
[174/474] Compiling Markdown TableHead.swift
[175/474] Compiling Markdown TableRow.swift
[176/474] Compiling Markdown RawMarkup.swift
[177/474] Compiling Markdown TableCellContainer.swift
[178/474] Compiling Markdown LiteralMarkup.swift
[181/474] Compiling Markdown DoxygenNote.swift
[183/474] Compiling Rainbow Rainbow.swift
[184/475] Emitting module PathKit
[185/475] Compiling PathKit PathKit.swift
[186/475] Compiling Markdown ChildIndexPath.swift
[187/475] Compiling Markdown DirectiveArgument.swift
[188/475] Compiling Markdown ListItem.swift
[189/475] Compiling Markdown OrderedList.swift
[190/475] Compiling Markdown Document.swift
[192/476] Compiling Markdown DoxygenDiscussion.swift
[198/476] Emitting module TOMLKit
[199/476] Compiling Version Version+Foundation.swift
[204/477] Compiling Markdown Replacement.swift
[205/477] Compiling Markdown SourceLocation.swift
[206/477] Compiling Markdown Emphasis.swift
[207/477] Compiling Markdown Image.swift
[212/528] Compiling StackOtterArgParser ExpressibleByArgument.swift
[213/528] Compiling StackOtterArgParser ParsableArguments.swift
[214/528] Compiling StackOtterArgParser ParsableArgumentsValidation.swift
[215/528] Compiling StackOtterArgParser ParsableCommand.swift
[216/528] Compiling StackOtterArgParser ArgumentDecoder.swift
[217/528] Compiling StackOtterArgParser ArgumentDefinition.swift
[218/528] Compiling JSONUtilities DecodingError.swift
[219/528] Compiling JSONUtilities Dictionary+JSONKey.swift
[220/528] Compiling StackOtterArgParser FishCompletionsGenerator.swift
[221/528] Compiling StackOtterArgParser ZshCompletionsGenerator.swift
[222/528] Compiling StackOtterArgParser Argument.swift
[223/528] Compiling StackOtterArgParser ArgumentHelp.swift
[224/528] Compiling StackOtterArgParser ArgumentVisibility.swift
[225/528] Compiling StackOtterArgParser CompletionKind.swift
[226/528] Compiling StackOtterArgParser OptionGroup.swift
[227/528] Compiling StackOtterArgParser AsyncParsableCommand.swift
[228/528] Compiling StackOtterArgParser CommandConfiguration.swift
[229/528] Compiling StackOtterArgParser EnumerableFlag.swift
[230/528] Compiling StackOtterArgParser Errors.swift
[231/528] Compiling StackOtterArgParser Flag.swift
[232/528] Compiling StackOtterArgParser NameSpecification.swift
[233/528] Compiling StackOtterArgParser Option.swift
[234/529] Compiling Logging MetadataProvider.swift
[235/529] Compiling JSONUtilities JSONObjectConvertible.swift
[237/530] Emitting module Logging
[238/530] Compiling JSONUtilities Dictionary+KeyPath.swift
[245/530] Emitting module Yams
[246/531] Compiling JSONUtilities InvalidItemBehaviour.swift
[247/531] Compiling JSONUtilities JSONFileLoading.swift
[248/531] Compiling JSONUtilities JSONPrimitiveConvertible.swift
[249/531] Compiling JSONUtilities KeyPath.swift
[250/531] Compiling JSONUtilities URL+JSONPrimitiveConvertible.swift
[252/531] Compiling Logging Locks.swift
[255/550] Emitting module Markdown
[256/550] Compiling IssueReporting FailureObserver.swift
[257/550] Compiling IssueReporting LockIsolated.swift
[258/550] Compiling IssueReporting Rethrows.swift
[259/550] Compiling IssueReporting ErrorReporting.swift
[260/550] Compiling IssueReporting AppHostWarning.swift
[261/550] Compiling IssueReporting Deprecations.swift
[262/550] Compiling IssueReporting XCTest.swift
[263/550] Compiling IssueReporting IsTesting.swift
[264/550] Compiling IssueReporting IssueReporter.swift
[265/550] Compiling IssueReporting BreakpointReporter.swift
[266/550] Compiling IssueReporting FatalErrorReporter.swift
[267/550] Compiling IssueReporting SwiftTesting.swift
[268/550] Compiling IssueReporting UncheckedSendable.swift
[269/550] Compiling IssueReporting Warn.swift
[270/550] Compiling IssueReporting RuntimeWarningReporter.swift
[271/550] Compiling IssueReporting ReportIssue.swift
[272/550] Compiling IssueReporting TestContext.swift
[273/550] Compiling IssueReporting Unimplemented.swift
[279/562] Compiling XcodeGenCore Atomic.swift
[285/562] Compiling XcodeGenCore StringDiff.swift
[289/563] Compiling XcodeGenCore PathExtensions.swift
[290/563] Emitting module JSONUtilities
[294/579] Compiling Logging LogHandler.swift
[295/579] Compiling Logging Logging.swift
[296/586] Emitting module StackOtterArgParser
[297/586] Compiling GraphViz Attribute.swift
[298/586] Compiling GraphViz Edge.swift
[299/586] Compiling GraphViz KeyValuePairs+Extensions.swift
[300/586] Compiling GraphViz Graph.swift
[301/586] Compiling GraphViz LayoutAlgorithm.swift
[302/586] Compiling GraphViz Subgraph.swift
[303/586] Wrapping AST for Yams for debugging
[305/586] Compiling GraphViz Location.swift
[306/586] Compiling GraphViz Ordering.swift
[307/586] Compiling GraphViz Point.swift
[308/586] Compiling GraphViz Position.swift
[309/588] Compiling XcodeGenCore Glob.swift
[310/588] Compiling XcodeGenCore ArrayExtensions.swift
[311/588] Emitting module XcodeGenCore
[312/588] Compiling XcodeGenCore MD5.swift
[313/589] Emitting module AEXML
[314/589] Compiling GraphViz Format.swift
[319/589] Compiling GraphViz AspectRatio.swift
[320/589] Compiling GraphViz Color.swift
[327/589] Compiling GraphViz Node.swift
[328/589] Compiling Markdown CharacterExtensions.swift
[329/589] Compiling Markdown CollectionExtensions.swift
[330/589] Compiling Markdown StringExtensions.swift
[331/589] Compiling Markdown MarkupVisitor.swift
[332/589] Compiling Markdown MarkupWalker.swift
[333/589] Compiling Markdown HTMLFormatter.swift
[334/589] Compiling Markdown MarkupFormatter.swift
[335/589] Compiling Markdown MarkupTreeDumper.swift
[335/589] Wrapping AST for Version for debugging
[337/595] Compiling AEXML Error.swift
[338/595] Compiling AEXML Options.swift
[339/595] Compiling AEXML Parser.swift
[341/595] Compiling StackOtterArgParser CollectionExtensions.swift
[342/595] Compiling StackOtterArgParser Platform.swift
[343/595] Compiling StackOtterArgParser SequenceExtensions.swift
[344/595] Compiling StackOtterArgParser StringExtensions.swift
[345/595] Compiling StackOtterArgParser Tree.swift
[346/595] Compiling AEXML Document.swift
[347/595] Compiling AEXML Element.swift
[348/596] Compiling GraphViz Rectangle.swift
[349/596] Compiling GraphViz Size.swift
[349/596] Wrapping AST for TOMLKit for debugging
[350/596] Wrapping AST for SwiftSyntax509 for debugging
[352/596] Wrapping AST for XcodeGenCore for debugging
[353/596] Wrapping AST for Rainbow for debugging
[354/596] Wrapping AST for StackOtterArgParserToolInfo for debugging
[362/596] Compiling StackOtterArgParser ArgumentSet.swift
[363/596] Compiling StackOtterArgParser CommandParser.swift
[364/596] Compiling StackOtterArgParser InputKey.swift
[365/596] Compiling StackOtterArgParser InputOrigin.swift
[365/596] Wrapping AST for PathKit for debugging
[366/596] Wrapping AST for Overture 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
[370/598] Compiling StackOtterArgParser DumpHelpGenerator.swift
[371/598] Compiling StackOtterArgParser HelpCommand.swift
[372/598] Compiling StackOtterArgParser HelpGenerator.swift
[373/598] Compiling StackOtterArgParser MessageInfo.swift
[374/598] Compiling StackOtterArgParser UsageGenerator.swift
[375/598] Compiling StackOtterArgParser Name.swift
[376/598] Compiling StackOtterArgParser Parsed.swift
[377/598] Compiling StackOtterArgParser ParsedValues.swift
[378/598] Compiling StackOtterArgParser ParserError.swift
[379/598] Compiling StackOtterArgParser SplitArguments.swift
[379/599] Wrapping AST for Logging 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
[382/639] Wrapping AST for JSONUtilities for debugging
[384/644] Compiling SwiftXcodeProj String+Utils.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
[385/644] Compiling SwiftXcodeProj String+md5.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
[386/647] Compiling SwiftXcodeProj 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
[387/647] Compiling SwiftXcodeProj 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
[388/647] Compiling SwiftXcodeProj 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
[389/649] Compiling SwiftXcodeProj KeyedDecodingContainer+Additions.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
[390/649] Compiling SwiftXcodeProj NSRecursiveLock+Sync.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
[391/649] Compiling SwiftXcodeProj Path+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
[392/652] Compiling SwiftXcodeProj 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
[393/652] Compiling SwiftXcodeProj Dictionary+Enumerate.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
[394/652] Compiling SwiftXcodeProj Dictionary+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
[395/652] Compiling SwiftXcodeProj BuildPhase.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
[396/652] Compiling SwiftXcodeProj PBXBuildFile.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
[397/652] Compiling SwiftXcodeProj PBXBuildPhase.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
[397/668] Compiling cmark-gfm cmark_ctype.c
[399/685] Wrapping AST for AEXML for debugging
[400/685] Compiling cmark-gfm cmark.c
[401/685] Compiling cmark-gfm buffer.c
[402/685] Compiling cmark-gfm arena.c
[403/685] Write sources
[408/685] Wrapping AST for StackOtterArgParser for debugging
[408/685] Write sources
[428/690] Compiling cmark-gfm blocks.c
[430/693] Emitting module IssueReporting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[431/693] Emitting module SwiftSyntax509
[432/693] Compiling SwiftSyntax509 Empty.swift
[434/696] Compiling SwiftXcodeProj 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
[435/696] Compiling SwiftXcodeProj 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
[439/753] Compiling SwiftSyntax Keyword.swift
[440/753] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[441/753] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[442/753] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[443/753] Compiling SwiftSyntax SyntaxBaseNodes.swift
[444/753] Compiling SwiftSyntax SyntaxCollections.swift
[445/753] Compiling SwiftSyntax SyntaxEnum.swift
[446/753] Compiling SwiftSyntax SyntaxKind.swift
[447/753] Compiling SwiftSyntax SyntaxRewriter.swift
[448/753] Compiling SwiftSyntax SyntaxTraits.swift
[449/753] Compiling SwiftSyntax SyntaxTransform.swift
[450/753] Compiling SwiftSyntax SyntaxVisitor.swift
[451/753] Compiling SwiftSyntax TokenKind.swift
[452/753] Compiling SwiftSyntax Tokens.swift
[453/753] Compiling SwiftSyntax TriviaPieces.swift
[454/753] Compiling SwiftSyntax RawSyntaxNodes.swift
[455/753] Compiling SwiftSyntax RawSyntaxValidation.swift
[456/753] Compiling SwiftXcodeProj XCUserData.swift
[457/753] Compiling SwiftXcodeProj Equality.generated.swift
[458/753] Compiling SwiftXcodeProj Sourcery.swift
[459/753] Compiling SwiftXcodeProj XCRemoteSwiftPackageReference.swift
[460/753] Compiling SwiftXcodeProj XCSwiftPackageProductDependency.swift
[461/753] Compiling SwiftXcodeProj PBXAggregateTarget.swift
[462/753] Compiling SwiftXcodeProj PBXLegacyTarget.swift
[463/753] Compiling SwiftXcodeProj PBXNativeTarget.swift
[464/753] Compiling SwiftXcodeProj PBXProductType.swift
[466/754] Compiling SwiftSyntax SourceLength.swift
[467/754] Compiling SwiftSyntax SourceLocation.swift
[468/754] Compiling SwiftSyntax SourcePresence.swift
[469/754] Compiling SwiftSyntax AbsolutePosition.swift
[470/754] Compiling SwiftSyntax MemoryLayout.swift
[471/754] Compiling SwiftSyntax MissingNodeInitializers.swift
[472/754] Emitting module GraphViz
[473/757] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[474/757] Emitting module StackOtterArgParserToolInfo
[476/758] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[477/758] Compiling SwiftSyntax RawSyntaxTokenView.swift
[479/759] Compiling XCTestDynamicOverlay Exports.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
[480/759] Emitting module XCTestDynamicOverlay
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[481/761] Emitting module SwiftXcodeProj
[482/810] Compiling XCTestDynamicOverlay Deprecations.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
[483/811] Compiling SwiftXcodeProj Decoders.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[484/811] Compiling SwiftXcodeProj JSONDecoding.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[485/811] Compiling SwiftXcodeProj PBXBatchUpdater.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[486/811] Compiling SwiftXcodeProj PlistValue.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[487/811] Compiling SwiftXcodeProj ReferenceGenerator.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[488/811] Compiling SwiftXcodeProj XCConfig.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[489/811] Compiling SwiftXcodeProj XCWorkspace.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[490/811] Compiling SwiftXcodeProj XCWorkspaceData.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[491/811] Compiling SwiftXcodeProj XCWorkspaceDataElement.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[492/811] Compiling SwiftXcodeProj XCWorkspaceDataElementLocationType.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[493/811] Compiling SwiftXcodeProj XCWorkspaceDataFileRef.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[494/811] Compiling SwiftXcodeProj XCWorkspaceDataGroup.swift
/host/spi-builder-workspace/.build/checkouts/SwiftXcodeProj/Sources/SwiftXcodeProj/Utils/XCConfig.swift:54:9: error: unable to infer closure type without a type annotation
 52 |     /// - Returns: function that parses the line.
 53 |     static func configFrom(path: Path, projectPath: Path?) -> (String) -> (include: Path, config: XCConfig)? {
 54 |         { line in
    |         `- error: unable to infer closure type without a type annotation
 55 |             includeRegex.matches(in: line,
 56 |                                  options: [],
[496/815] Emitting module DOT
[497/815] Compiling DOT DOTRepresentable.swift
[498/815] Emitting module Version
[499/815] Compiling Version Version.swift
[500/815] Compiling Version Version+Range.swift
[501/815] Compiling Rainbow Style.swift
[502/816] Compiling DOT DOT.swift
[503/816] Compiling DOT DOTEncoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[504/817] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[505/817] Compiling StackOtterArgParser Option.swift
[506/817] Compiling StackOtterArgParser OptionGroup.swift
[507/817] Compiling Rainbow StringGenerator.swift
[508/817] Compiling Rainbow String+Rainbow.swift
[509/817] Emitting module StackOtterArgParser
[513/822] Compiling StackOtterArgParser AsyncParsableCommand.swift
[514/822] Compiling StackOtterArgParser CommandConfiguration.swift
[515/822] Compiling StackOtterArgParser EnumerableFlag.swift
[516/822] Compiling Rainbow XcodeColorsSupport.swift
[517/822] Compiling SwiftXcodeProj PBXOutputSettings.swift
[518/822] Compiling SwiftXcodeProj PBXProj.swift
[519/822] Compiling SwiftXcodeProj PBXProjEncoder.swift
[520/822] Compiling SwiftXcodeProj PBXProject.swift
[529/822] Compiling StackOtterArgParser Platform.swift
[530/822] Compiling StackOtterArgParser SequenceExtensions.swift
[531/822] Compiling StackOtterArgParser StringExtensions.swift
[532/822] Compiling StackOtterArgParser Tree.swift
[537/822] Compiling SwiftXcodeProj Xcode.swift
[538/822] Compiling SwiftXcodeProj XcodeProj.swift
[539/822] Compiling SwiftXcodeProj Writable.swift
[540/822] Compiling SwiftXcodeProj XCScheme+AditionalOption.swift
[546/822] Compiling StackOtterArgParser BashCompletionsGenerator.swift
[547/822] Compiling StackOtterArgParser CompletionsGenerator.swift
[548/822] Compiling StackOtterArgParser FishCompletionsGenerator.swift
[549/822] Compiling StackOtterArgParser ZshCompletionsGenerator.swift
[550/822] Compiling StackOtterArgParser Argument.swift
[551/822] Compiling StackOtterArgParser ArgumentHelp.swift
[552/822] Compiling StackOtterArgParser ArgumentVisibility.swift
[553/822] Compiling StackOtterArgParser CompletionKind.swift
[554/822] Compiling StackOtterArgParser Errors.swift
[555/822] Compiling StackOtterArgParser Flag.swift
[556/822] Compiling StackOtterArgParser NameSpecification.swift
[557/822] Compiling StackOtterArgParser ArgumentDefinition.swift
[558/822] Compiling StackOtterArgParser ArgumentSet.swift
[559/822] Compiling StackOtterArgParser CommandParser.swift
[560/822] Compiling StackOtterArgParser InputKey.swift
[561/822] Compiling StackOtterArgParser InputOrigin.swift
[562/822] Compiling StackOtterArgParser ExpressibleByArgument.swift
[563/822] Compiling StackOtterArgParser ParsableArguments.swift
[564/822] Compiling StackOtterArgParser ParsableArgumentsValidation.swift
[565/822] Compiling StackOtterArgParser ParsableCommand.swift
[566/822] Compiling StackOtterArgParser ArgumentDecoder.swift
[567/822] Compiling StackOtterArgParser Name.swift
[568/822] Compiling StackOtterArgParser Parsed.swift
[569/822] Compiling StackOtterArgParser ParsedValues.swift
[570/822] Compiling StackOtterArgParser ParserError.swift
[571/822] Compiling StackOtterArgParser SplitArguments.swift
[572/822] Compiling StackOtterArgParser DumpHelpGenerator.swift
[573/822] Compiling StackOtterArgParser HelpCommand.swift
[574/822] Compiling StackOtterArgParser HelpGenerator.swift
[575/822] Compiling StackOtterArgParser MessageInfo.swift
[576/822] Compiling StackOtterArgParser UsageGenerator.swift
[577/822] Compiling StackOtterArgParser CollectionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
 34 | #else
 35 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 36 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 37 |     let shellParts = String(cString: shellVar).split(separator: "/")
 38 |     return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
 54 |   /// The code for successful exit.
 55 |   static var exitCodeSuccess: Int32 {
 56 |     EXIT_SUCCESS
    |     `- error: cannot find 'EXIT_SUCCESS' in scope
 57 |   }
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
 59 |   /// The code for exit with a general failure.
 60 |   static var exitCodeFailure: Int32 {
 61 |     EXIT_FAILURE
    |     `- error: cannot find 'EXIT_FAILURE' in scope
 62 |   }
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
 69 |     return EXIT_FAILURE
 70 | #else
 71 |     return EX_USAGE
    |            `- error: cannot find 'EX_USAGE' in scope
 72 | #endif
 73 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                 `- error: cannot find 'putc' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                         `- error: cannot find 'stderr' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                      `- error: generic parameter 'U' could not be inferred
102 |     }
103 |   }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 |             height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 |     var w = winsize()
    |             `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 |     // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |               `- error: cannot find 'ioctl' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                    `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
 34 | #else
 35 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 36 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 37 |     let shellParts = String(cString: shellVar).split(separator: "/")
 38 |     return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
 54 |   /// The code for successful exit.
 55 |   static var exitCodeSuccess: Int32 {
 56 |     EXIT_SUCCESS
    |     `- error: cannot find 'EXIT_SUCCESS' in scope
 57 |   }
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
 59 |   /// The code for exit with a general failure.
 60 |   static var exitCodeFailure: Int32 {
 61 |     EXIT_FAILURE
    |     `- error: cannot find 'EXIT_FAILURE' in scope
 62 |   }
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
 69 |     return EXIT_FAILURE
 70 | #else
 71 |     return EX_USAGE
    |            `- error: cannot find 'EX_USAGE' in scope
 72 | #endif
 73 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                 `- error: cannot find 'putc' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                         `- error: cannot find 'stderr' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                      `- error: generic parameter 'U' could not be inferred
102 |     }
103 |   }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 |             height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 |     var w = winsize()
    |             `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 |     // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |               `- error: cannot find 'ioctl' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                    `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
 34 | #else
 35 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 36 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 37 |     let shellParts = String(cString: shellVar).split(separator: "/")
 38 |     return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
 54 |   /// The code for successful exit.
 55 |   static var exitCodeSuccess: Int32 {
 56 |     EXIT_SUCCESS
    |     `- error: cannot find 'EXIT_SUCCESS' in scope
 57 |   }
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
 59 |   /// The code for exit with a general failure.
 60 |   static var exitCodeFailure: Int32 {
 61 |     EXIT_FAILURE
    |     `- error: cannot find 'EXIT_FAILURE' in scope
 62 |   }
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
 69 |     return EXIT_FAILURE
 70 | #else
 71 |     return EX_USAGE
    |            `- error: cannot find 'EX_USAGE' in scope
 72 | #endif
 73 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                 `- error: cannot find 'putc' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                         `- error: cannot find 'stderr' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                      `- error: generic parameter 'U' could not be inferred
102 |     }
103 |   }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 |             height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 |     var w = winsize()
    |             `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 |     // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |               `- error: cannot find 'ioctl' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                    `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
 34 | #else
 35 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 36 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 37 |     let shellParts = String(cString: shellVar).split(separator: "/")
 38 |     return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
 54 |   /// The code for successful exit.
 55 |   static var exitCodeSuccess: Int32 {
 56 |     EXIT_SUCCESS
    |     `- error: cannot find 'EXIT_SUCCESS' in scope
 57 |   }
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
 59 |   /// The code for exit with a general failure.
 60 |   static var exitCodeFailure: Int32 {
 61 |     EXIT_FAILURE
    |     `- error: cannot find 'EXIT_FAILURE' in scope
 62 |   }
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
 69 |     return EXIT_FAILURE
 70 | #else
 71 |     return EX_USAGE
    |            `- error: cannot find 'EX_USAGE' in scope
 72 | #endif
 73 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                 `- error: cannot find 'putc' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                         `- error: cannot find 'stderr' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                      `- error: generic parameter 'U' could not be inferred
102 |     }
103 |   }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 |             height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 |     var w = winsize()
    |             `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 |     // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |               `- error: cannot find 'ioctl' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                    `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:36:26: error: cannot find 'getenv' in scope
 34 | #else
 35 |     // FIXME: This retrieves the user's preferred shell, not necessarily the one currently in use.
 36 |     guard let shellVar = getenv("SHELL") else { return nil }
    |                          `- error: cannot find 'getenv' in scope
 37 |     let shellParts = String(cString: shellVar).split(separator: "/")
 38 |     return shellParts.last.map(String.init)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:56:5: error: cannot find 'EXIT_SUCCESS' in scope
 54 |   /// The code for successful exit.
 55 |   static var exitCodeSuccess: Int32 {
 56 |     EXIT_SUCCESS
    |     `- error: cannot find 'EXIT_SUCCESS' in scope
 57 |   }
 58 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:61:5: error: cannot find 'EXIT_FAILURE' in scope
 59 |   /// The code for exit with a general failure.
 60 |   static var exitCodeFailure: Int32 {
 61 |     EXIT_FAILURE
    |     `- error: cannot find 'EXIT_FAILURE' in scope
 62 |   }
 63 |
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:71:12: error: cannot find 'EX_USAGE' in scope
 69 |     return EXIT_FAILURE
 70 | #else
 71 |     return EX_USAGE
    |            `- error: cannot find 'EX_USAGE' in scope
 72 | #endif
 73 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:33: error: cannot find 'putc' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                 `- error: cannot find 'putc' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:57: error: cannot find 'stderr' in scope
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                                         `- error: cannot find 'stderr' in scope
102 |     }
103 |   }
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:101:38: error: generic parameter 'U' could not be inferred
 99 |   struct StandardError: TextOutputStream {
100 |     mutating func write(_ string: String) {
101 |       for byte in string.utf8 { putc(numericCast(byte), stderr) }
    |                                      `- error: generic parameter 'U' could not be inferred
102 |     }
103 |   }
Swift.numericCast:1:24: note: in call to function 'numericCast'
1 | @inlinable public func numericCast<T, U>(_ x: T) -> U where T : BinaryInteger, U : BinaryInteger
  |                        `- note: in call to function 'numericCast'
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:137:13: error: cannot find 'winsize' in scope
135 |             height: Int(csbi.srWindow.Bottom - csbi.srWindow.Top) + 1)
136 | #else
137 |     var w = winsize()
    |             `- error: cannot find 'winsize' in scope
138 | #if os(OpenBSD)
139 |     // TIOCGWINSZ is a complex macro, so we need the flattened value.
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:15: error: cannot find 'ioctl' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |               `- error: cannot find 'ioctl' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:21: error: cannot find 'STDOUT_FILENO' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                     `- error: cannot find 'STDOUT_FILENO' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
/host/spi-builder-workspace/.build/checkouts/swift-arg-parser/Sources/ArgumentParser/Utilities/Platform.swift:145:36: error: cannot find 'TIOCGWINSZ' in scope
143 |     let err = ioctl(STDOUT_FILENO, UInt(TIOCGWINSZ), &w)
144 | #else
145 |     let err = ioctl(STDOUT_FILENO, TIOCGWINSZ, &w)
    |                                    `- error: cannot find 'TIOCGWINSZ' in scope
146 | #endif
147 |     let width = Int(w.ws_col)
[583/832] Compiling CasePathsCore KeyPath+Sendable.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
[584/833] Emitting module CasePathsCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[585/833] Compiling CasePathsCore UncheckedSendable.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
[586/833] Compiling CasePathsCore TypeName.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
[592/833] Compiling CasePathsCore Never+CasePathable.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
[593/833] Compiling CasePathsCore Optional+CasePathable.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
[594/833] Compiling SwiftXcodeProj XCScheme+RemoteRunnable.swift
[595/833] Compiling SwiftXcodeProj XCScheme+Runnable.swift
[596/833] Compiling SwiftXcodeProj XCScheme+SerialAction.swift
[597/833] Compiling SwiftXcodeProj XCScheme+StoreKitConfigurationFileReference.swift
[598/833] Compiling SwiftXcodeProj XCScheme+TestAction.swift
[599/833] Compiling SwiftXcodeProj XCScheme+TestItem.swift
[600/833] Compiling SwiftXcodeProj XCScheme+TestPlanReference.swift
[601/833] Compiling SwiftXcodeProj XCScheme+TestableReference.swift
[602/833] Compiling SwiftXcodeProj XCScheme.swift
[603/833] Compiling SwiftXcodeProj XCSchemeManagement.swift
[604/833] Compiling SwiftXcodeProj BuildSettingsProvider.swift
[605/833] Compiling SwiftXcodeProj CommentedString.swift
[612/833] Compiling SwiftXcodeProj XCScheme+AnalyzeAction.swift
[613/833] Compiling SwiftXcodeProj XCScheme+ArchiveAction.swift
[614/833] Compiling SwiftXcodeProj XCScheme+BuildAction.swift
[615/833] Compiling SwiftXcodeProj XCScheme+BuildableProductRunnable.swift
[616/833] Compiling SwiftXcodeProj XCScheme+BuildableReference.swift
[617/833] Compiling SwiftXcodeProj XCScheme+CommandLineArguments.swift
[618/833] Compiling SwiftXcodeProj XCScheme+EnvironmentVariable.swift
[619/833] Compiling SwiftXcodeProj XCScheme+ExecutionAction.swift
[620/833] Compiling SwiftXcodeProj XCScheme+LaunchAction.swift
[621/833] Compiling SwiftXcodeProj XCScheme+LocationScenarioReference.swift
[622/833] Compiling SwiftXcodeProj XCScheme+PathRunnable.swift
[623/833] Compiling SwiftXcodeProj XCScheme+ProfileAction.swift
[624/833] Compiling CasePathsCore AnyCasePath.swift
[625/833] Compiling CasePathsCore CasePathIterable.swift
[626/833] Compiling CasePathsCore CasePathReflectable.swift
[627/833] Compiling CasePathsCore CasePathable.swift
[638/838] Compiling CasePathsCore Result+CasePathable.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
[645/840] Compiling Version Version+Comparable.swift
[646/840] Compiling Version Version+Codable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'swift-case-paths': 'swift-case-paths' dependency on 'https://github.com/swiftlang/swift-syntax' conflicts with dependency on 'https://github.com/apple/swift-syntax' which has the same identity 'swift-syntax'. this will be escalated to an error in future versions of SwiftPM.
[0/1] Planning build
[1/1] Compiling plugin SwiftBundlerCommandPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Lint Source Code
[5/5] Compiling plugin Format Source Code
[6/6] Compiling plugin GenerateManual
[7/7] Compiling plugin GenManual
Building for debugging...
[7/100] Write sources
[16/114] Compiling writer.c
[17/114] Compiling parser.c
[18/114] Compiling reader.c
[19/114] Compiling api.c
[20/114] Compiling emitter.c
[21/114] Compiling CAtomic CAtomic.c
[22/114] Write sources
[23/114] Compiling scanner.c
[24/114] Write swift-version-24593BA9C3E375BF.txt
[26/160] Emitting module Version
[27/160] Compiling Version Version+Foundation.swift
[28/160] Compiling Version Version+Comparable.swift
[29/160] Compiling Version Version+Codable.swift
[30/160] Compiling Version Version+Range.swift
[31/160] Compiling Version Version.swift
[32/161] Compiling Yams Resolver.swift
[33/161] Compiling Yams String+Yams.swift
[34/161] Compiling Yams Tag.swift
[35/161] Compiling Yams YamlAnchorProviding.swift
[37/168] Compiling Yams YamlError.swift
[38/168] Compiling Yams YamlTagProviding.swift
[39/168] Compiling Version Version+Comparable.swift
[40/168] Compiling Yams AliasDereferencingStrategy.swift
[41/168] Compiling Yams Anchor.swift
[42/168] Compiling Yams Constructor.swift
[43/168] Compiling Version Version+Range.swift
[44/168] Compiling Version Version.swift
[45/168] Emitting module Yams
[46/168] Emitting module Version
[47/168] Compiling Version Version+Codable.swift
[48/168] Compiling Yams Parser.swift
[49/168] Compiling Yams RedundancyAliasingStrategy.swift
[50/168] Compiling Yams Representer.swift
[51/168] Compiling Yams Node.Scalar.swift
[52/168] Compiling Yams Node.Sequence.swift
[53/168] Compiling Yams Node.swift
[54/168] Compiling Yams Mark.swift
[55/168] Compiling Yams Node.Alias.swift
[56/168] Compiling Yams Node.Mapping.swift
[57/168] Compiling Yams Decoder.swift
[58/168] Compiling Yams Emitter.swift
[59/168] Compiling Yams Encoder.swift
[60/195] Compiling Conversion.cpp
[61/195] Compiling Date&Time&DateTime.cpp
[62/195] Compiling Node.cpp
[64/201] Emitting module SwiftSyntax509
[65/201] Compiling SwiftSyntax509 Empty.swift
[67/202] Emitting module SwiftSyntax509
[68/202] Compiling SwiftSyntax509 Empty.swift
[69/203] Emitting module SwiftBundler
[70/203] Compiling SwiftBundler Empty.swift
[70/204] Compiling Array.cpp
[72/203] Emitting module TOMLKit
[73/206] Compiling TOMLKit TOMLInt.swift
[74/206] Compiling TOMLKit TOMLTable+CollectionFunctions.swift
[75/206] Compiling TOMLKit TOMLTable.swift
[76/206] Compiling TOMLKit TOMLCodingKey.swift
[77/206] Compiling TOMLKit TOMLParseError.swift
[78/206] Compiling TOMLKit TOMLType.swift
[79/206] Compiling TOMLKit TOMLTableIterator.swift
[80/206] Compiling TOMLKit TOMLValueConvertible+Int.swift
[81/206] Compiling TOMLKit TOMLValueConvertible.swift
[83/206] Compiling Table.cpp
[85/210] Compiling TOMLKit TOMLArray+CollectionConformance.swift
[86/210] Compiling TOMLKit TOMLArray.swift
[87/313] Compiling Version Version+Foundation.swift
[89/314] Compiling Rainbow Style.swift
[90/314] Compiling SwiftSyntax RawSyntax.swift
[91/314] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[92/315] Compiling SwiftSyntax MissingNodeInitializers.swift
[93/315] Compiling SwiftSyntax ChildNameForKeyPath.swift
[94/315] Compiling SwiftSyntax Keyword.swift
[95/315] Emitting module Rainbow
[96/315] Compiling SwiftSyntax TokenDiagnostic.swift
[97/315] Compiling SwiftSyntax TokenSyntax.swift
[98/315] Compiling SwiftSyntax Trivia.swift
[99/315] Compiling SwiftSyntax Utils.swift
[100/315] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[101/315] Compiling SwiftSyntax RawSyntaxTokenView.swift
[102/315] Compiling SwiftSyntax SourceLength.swift
[103/315] Compiling SwiftSyntax SourceLocation.swift
[104/315] Compiling Rainbow StringGenerator.swift
[105/328] Emitting module Yams
[106/341] Compiling TOMLKit FormatOptions.swift
[107/341] Compiling TOMLKit Operators&Extensions.swift
[108/341] Compiling TOMLKit UnkeyedDecodingContainer.swift
[109/341] Compiling Rainbow Rainbow.swift
[110/341] Compiling Rainbow String+Rainbow.swift
[111/341] Compiling Rainbow XcodeColorsSupport.swift
[112/342] Compiling TOMLKit TOMLTableIterator.swift
[113/342] Compiling TOMLKit TOMLValueConvertible+Int.swift
[114/342] Compiling TOMLKit InternalTOMLDecoder.swift
[115/342] Compiling TOMLKit KeyedDecodingContainerProtocol.swift
[116/342] Compiling TOMLKit SingleValueDecodingContainer.swift
[117/342] Compiling TOMLKit TOMLDecoder.swift
[118/342] Compiling TOMLKit SingleValueEncodingContainer.swift
[119/342] Compiling TOMLKit TOMLArray+CollectionConformance.swift
[120/342] Compiling TOMLKit TOMLArray.swift
[121/342] Compiling TOMLKit TOMLArrayIterator.swift
[123/341] Emitting module StackOtterArgParserToolInfo
[124/341] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[125/342] Emitting module StackOtterArgParserToolInfo
[126/342] Compiling StackOtterArgParserToolInfo ToolInfo.swift
[127/354] Compiling Rainbow ModesExtractor.swift
[128/354] Compiling Rainbow OutputTarget.swift
[134/355] Compiling TOMLKit InternalTOMLEncoder.swift
[135/355] Compiling TOMLKit KeyedEncodingContainer.swift
[138/355] Compiling TOMLKit TOMLTable+CollectionFunctions.swift
[139/355] Compiling TOMLKit TOMLTable.swift
[140/355] Compiling Rainbow Style.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[143/394] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[144/394] Compiling StackOtterArgParser Argument.swift
[145/394] Compiling StackOtterArgParser ArgumentHelp.swift
[146/394] Compiling StackOtterArgParser ArgumentVisibility.swift
[147/394] Compiling StackOtterArgParser CompletionKind.swift
[148/394] Compiling StackOtterArgParser BashCompletionsGenerator.swift
[149/394] Compiling StackOtterArgParser CompletionsGenerator.swift
[150/397] Compiling StackOtterArgParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | 	import ucrt
13 | #else
14 | 	#error("Unsupported Platform")
   |         `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | 	import ucrt
13 | #else
14 | 	#error("Unsupported Platform")
   |         `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
[151/397] Compiling StackOtterArgParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | 	import ucrt
13 | #else
14 | 	#error("Unsupported Platform")
   |         `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | 	import ucrt
13 | #else
14 | 	#error("Unsupported Platform")
   |         `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
[152/397] Compiling StackOtterArgParser ParsableArgumentsValidation.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLInt.swift:14:9: error: Unsupported Platform
12 | 	import ucrt
13 | #else
14 | 	#error("Unsupported Platform")
   |         `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable+CollectionFunctions.swift:14:9: error: Unsupported Platform
12 | 	import ucrt
13 | #else
14 | 	#error("Unsupported Platform")
   |         `- error: Unsupported Platform
15 | #endif
16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLTable/TOMLTable.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
[153/397] Compiling StackOtterArgParser OptionGroup.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
 14 | 	import ucrt
 15 | #else
 16 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 17 | #endif
 18 |
[154/397] Compiling StackOtterArgParser AsyncParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
 14 | 	import ucrt
 15 | #else
 16 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 17 | #endif
 18 |
[155/397] Compiling StackOtterArgParser CommandConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
 14 | 	import ucrt
 15 | #else
 16 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 17 | #endif
 18 |
[156/397] Compiling StackOtterArgParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLArray/TOMLArray.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLDate&Time&DateTime.swift:16:9: error: Unsupported Platform
 14 | 	import ucrt
 15 | #else
 16 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 17 | #endif
 18 |
[157/397] Compiling StackOtterArgParser FishCompletionsGenerator.swift
[158/397] Compiling StackOtterArgParser ZshCompletionsGenerator.swift
[159/397] Compiling StackOtterArgParser ParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
[160/397] Compiling StackOtterArgParser ArgumentDecoder.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
[161/397] Compiling StackOtterArgParser ArgumentDefinition.swift
/host/spi-builder-workspace/.build/checkouts/TOMLKit/Sources/TOMLKit/TOML Data Types/TOMLValueConvertible.swift:14:9: error: Unsupported Platform
 12 | 	import ucrt
 13 | #else
 14 | 	#error("Unsupported Platform")
    |         `- error: Unsupported Platform
 15 | #endif
 16 |
[162/397] Compiling StackOtterArgParser ArgumentSet.swift
[163/397] Compiling StackOtterArgParser CommandParser.swift
[164/397] Compiling StackOtterArgParser InputKey.swift
[165/397] Compiling Rainbow StringGenerator.swift
[166/397] Compiling Rainbow XcodeColorsSupport.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:57:58: error: cannot find 'isatty' in scope
55 |         // Check if we are in any term env and the output is a tty.
56 |         let termType = getEnvValue("TERM")
57 |         if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
   |                                                          `- error: cannot find 'isatty' in scope
58 |             return .console
59 |         }
[169/408] Compiling Rainbow Rainbow.swift
[170/408] Compiling Rainbow String+Rainbow.swift
[171/434] Compiling StackOtterArgParser ParsableCommand.swift
[172/434] Compiling StackOtterArgParser ArgumentDecoder.swift
[173/434] Compiling StackOtterArgParser ArgumentDefinition.swift
[174/434] Compiling StackOtterArgParser ArgumentSet.swift
[175/434] Compiling StackOtterArgParser CommandParser.swift
[176/434] Compiling StackOtterArgParser InputKey.swift
[177/434] Compiling StackOtterArgParser InputOrigin.swift
[178/434] Emitting module PathKit
[179/434] Compiling StackOtterArgParser ArgumentVisibility.swift
[180/434] Compiling StackOtterArgParser CompletionKind.swift
[181/434] Compiling StackOtterArgParser Errors.swift
BUILD FAILURE 6.1 android