Build Information
Failed to build CommonShell, reference main (f4e40f), with Swift 6.1 for Android on 11 Nov 2025 13:50:21 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wrkstrm/common-shell.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/wrkstrm/common-shell
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f4e40f9 Fix formatting in workflow name
Cloned https://github.com/wrkstrm/common-shell.git
Revision (git rev-parse @):
f4e40f97ff519440cdf87a8edcaf50b6126c1a02
SUCCESS checkout https://github.com/wrkstrm/common-shell.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/wrkstrm/common-shell.git
https://github.com/wrkstrm/common-shell.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "common-process",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/common-process.git"
},
{
"identity" : "wrkstrmlog",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/WrkstrmLog.git"
},
{
"identity" : "wrkstrm-performance",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/wrkstrm-performance.git"
},
{
"identity" : "wrkstrmfoundation",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wrkstrm/WrkstrmFoundation.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "CommonShell",
"name" : "CommonShell",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
}
],
"products" : [
{
"name" : "CommonShell",
"targets" : [
"CommonShell"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommonShellArguments",
"targets" : [
"CommonShellArguments"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommonShellBenchSupport",
"targets" : [
"CommonShellBenchSupport"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CommonShellPerf",
"targets" : [
"CommonShellPerf"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "common-shell-bench",
"targets" : [
"CommonShellBench"
],
"type" : {
"executable" : null
}
},
{
"name" : "common-shell-cli",
"targets" : [
"CommonShellCLI"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "CommonShellTests",
"module_type" : "SwiftTarget",
"name" : "CommonShellTests",
"path" : "tests/common-shell-tests",
"product_dependencies" : [
"CommonProcessExecutionKit",
"WrkstrmLog"
],
"sources" : [
"CLIAppVersionTests.swift",
"ExecMappingTests.swift",
"ParityTests.swift",
"PerfMatrixTests.swift",
"RunForIntervalExecTests.swift",
"RunnerOverrideTests.swift",
"SmokeTests.swift"
],
"target_dependencies" : [
"CommonShell",
"CommonShellBenchSupport"
],
"type" : "test"
},
{
"c99name" : "CommonShellPerf",
"module_type" : "SwiftTarget",
"name" : "CommonShellPerf",
"path" : "sources/common-shell-perf",
"product_dependencies" : [
"WrkstrmPerformance",
"CommonProcess"
],
"product_memberships" : [
"CommonShellPerf"
],
"sources" : [
"CommonShell+Perf.swift"
],
"target_dependencies" : [
"CommonShell",
"CommonShellBenchSupport"
],
"type" : "library"
},
{
"c99name" : "CommonShellInteractiveTests",
"module_type" : "SwiftTarget",
"name" : "CommonShellInteractiveTests",
"path" : "tests/common-shell-interactive-tests",
"sources" : [
"BenchInterruptSimulationTests.swift",
"ChaosShellEchoTests.swift",
"ChaosShellInteropTests.swift",
"ChaosShellPromptTests.swift",
"ChaosShellSignalsTests.swift",
"ExpectHelperTests.swift",
"InteractiveRunnerNDJSONTests.swift",
"InteractiveRunnerPTYTests.swift",
"InteractiveRunnerPreviewPolicyTests.swift",
"InteractiveRunnerStreamingTests.swift",
"REPLOverlayTests.swift",
"StreamLinesTests.swift"
],
"target_dependencies" : [
"CommonShell"
],
"type" : "test"
},
{
"c99name" : "CommonShellCLITests",
"module_type" : "SwiftTarget",
"name" : "CommonShellCLITests",
"path" : "tests/common-shell-cli-tests",
"sources" : [
"CommonShellCLISpecDecodeTests.swift"
],
"target_dependencies" : [
"CommonShellCLI",
"CommonShell"
],
"type" : "test"
},
{
"c99name" : "CommonShellCLI",
"module_type" : "SwiftTarget",
"name" : "CommonShellCLI",
"path" : "sources/common-shell-cli",
"product_dependencies" : [
"CommonProcessExecutionKit",
"ArgumentParser"
],
"product_memberships" : [
"common-shell-cli"
],
"sources" : [
"DecodedSpec.swift",
"DurationParseError.swift",
"DurationParsing.swift",
"Main.swift",
"RunnerMapping.swift",
"ShellSpec.swift",
"SpecDecoding.swift",
"SummaryRender.swift"
],
"target_dependencies" : [
"CommonShell",
"CommonShellBenchSupport"
],
"type" : "executable"
},
{
"c99name" : "CommonShellBenchTests",
"module_type" : "SwiftTarget",
"name" : "CommonShellBenchTests",
"path" : "tests/common-shell-bench-tests",
"product_dependencies" : [
"CommonProcess"
],
"sources" : [
"BenchSupportTests.swift"
],
"target_dependencies" : [
"CommonShellBenchSupport",
"CommonShell"
],
"type" : "test"
},
{
"c99name" : "CommonShellBenchSupport",
"module_type" : "SwiftTarget",
"name" : "CommonShellBenchSupport",
"path" : "sources/common-shell-bench-support",
"product_dependencies" : [
"CommonProcess"
],
"product_memberships" : [
"CommonShellBenchSupport",
"CommonShellPerf",
"common-shell-bench",
"common-shell-cli"
],
"sources" : [
"BenchRoutes.swift",
"BenchRow.swift",
"BenchSupport.swift",
"CommonShell+Benchmark.swift"
],
"target_dependencies" : [
"CommonShell"
],
"type" : "library"
},
{
"c99name" : "CommonShellBench",
"module_type" : "SwiftTarget",
"name" : "CommonShellBench",
"path" : "sources/common-shell-bench",
"product_dependencies" : [
"WrkstrmPerformance",
"ArgumentParser",
"WrkstrmLog"
],
"product_memberships" : [
"common-shell-bench"
],
"sources" : [
"Main.swift"
],
"target_dependencies" : [
"CommonShell",
"CommonShellBenchSupport"
],
"type" : "executable"
},
{
"c99name" : "CommonShellArguments",
"module_type" : "SwiftTarget",
"name" : "CommonShellArguments",
"path" : "sources/common-shell-arguments",
"product_dependencies" : [
"CommonProcessExecutionKit",
"WrkstrmLog",
"WrkstrmFoundation",
"ArgumentParser"
],
"product_memberships" : [
"CommonShellArguments"
],
"sources" : [
"CommonShellArguments.swift",
"CommonShellParsableArguments.swift",
"CommonShellVersionOptions.swift"
],
"target_dependencies" : [
"CommonShell"
],
"type" : "library"
},
{
"c99name" : "CommonShell",
"module_type" : "SwiftTarget",
"name" : "CommonShell",
"path" : "sources/common-shell",
"product_dependencies" : [
"CommonProcess",
"CommonProcessExecutionKit",
"WrkstrmLog"
],
"product_memberships" : [
"CommonShell",
"CommonShellArguments",
"CommonShellBenchSupport",
"CommonShellPerf",
"common-shell-bench",
"common-shell-cli"
],
"sources" : [
"CLIAppVersion.swift",
"CommonShell+HostRun.swift",
"CommonShell+LogOptions.swift",
"CommonShell+NpxResolve.swift",
"CommonShell+Run.swift",
"CommonShell+Stream.swift",
"CommonShell+SyncBridge.swift",
"CommonShell+UnifiedExecutable.swift",
"CommonShell.swift",
"ExecutionHost.swift",
"RawWrapper.swift",
"ShellRouteKind.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/wrkstrm/wrkstrm-performance.git
Fetching https://github.com/wrkstrm/WrkstrmFoundation.git
Fetching https://github.com/wrkstrm/common-process.git
Fetching https://github.com/apple/swift-docc-plugin
[1/3622] Fetching wrkstrmfoundation
[2030/4056] Fetching wrkstrmfoundation, common-process
[3406/4466] Fetching wrkstrmfoundation, common-process, wrkstrm-performance
[3687/6626] Fetching wrkstrmfoundation, common-process, wrkstrm-performance, swift-docc-plugin
Fetched https://github.com/wrkstrm/common-process.git from cache (0.51s)
[4270/6192] Fetching wrkstrmfoundation, wrkstrm-performance, swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
Fetched https://github.com/wrkstrm/wrkstrm-performance.git from cache (0.59s)
[3882/5782] Fetching wrkstrmfoundation, swift-docc-plugin
Fetching https://github.com/wrkstrm/WrkstrmLog.git
Fetched https://github.com/apple/swift-docc-plugin from cache (0.84s)
Fetched https://github.com/wrkstrm/WrkstrmFoundation.git from cache (0.86s)
[1/16686] Fetching swift-argument-parser
[6676/18703] Fetching swift-argument-parser, wrkstrmlog
Fetched https://github.com/wrkstrm/WrkstrmLog.git from cache (0.68s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.42s)
Computing version for https://github.com/wrkstrm/wrkstrm-performance.git
Computed https://github.com/wrkstrm/wrkstrm-performance.git at 0.1.0 (3.20s)
Fetching https://github.com/wrkstrm/WrkstrmMain.git
[1/1702] Fetching wrkstrmmain
Fetched https://github.com/wrkstrm/WrkstrmMain.git from cache (0.40s)
Computing version for https://github.com/wrkstrm/common-process.git
warning: 'common-process': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/common-process.git at 0.2.0 (1.70s)
Fetching https://github.com/swiftlang/swift-subprocess.git
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-tools-support-core.git
[1/2458] Fetching swift-subprocess
[26/7640] Fetching swift-subprocess, swift-system
[1241/14648] Fetching swift-subprocess, swift-system, swift-tools-support-core
Fetched https://github.com/apple/swift-system from cache (0.80s)
Fetched https://github.com/swiftlang/swift-subprocess.git from cache (0.81s)
Fetched https://github.com/apple/swift-tools-support-core.git from cache (0.99s)
Computing version for https://github.com/swiftlang/swift-subprocess.git
Computed https://github.com/swiftlang/swift-subprocess.git at 0.2.1 (2.19s)
Computing version for https://github.com/wrkstrm/WrkstrmMain.git
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/WrkstrmMain.git at 2.5.0 (1.10s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.2 (1.08s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.3 (1.13s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (4.17s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3577] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.38s)
Computing version for https://github.com/apple/swift-tools-support-core.git
Computed https://github.com/apple/swift-tools-support-core.git at 0.7.3 (1.16s)
Computing version for https://github.com/wrkstrm/WrkstrmLog.git
Computed https://github.com/wrkstrm/WrkstrmLog.git at 2.2.4 (0.79s)
Fetching https://github.com/apple/swift-log.git
[1/4398] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.42s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.97s)
Computing version for https://github.com/wrkstrm/WrkstrmFoundation.git
warning: 'wrkstrmfoundation': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
Computed https://github.com/wrkstrm/WrkstrmFoundation.git at 2.8.1 (0.91s)
Creating working copy for https://github.com/wrkstrm/WrkstrmMain.git
Working copy of https://github.com/wrkstrm/WrkstrmMain.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/wrkstrm/wrkstrm-performance.git
Working copy of https://github.com/wrkstrm/wrkstrm-performance.git resolved at 0.1.0
Creating working copy for https://github.com/wrkstrm/common-process.git
Working copy of https://github.com/wrkstrm/common-process.git resolved at 0.2.0
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/swiftlang/swift-subprocess.git
Working copy of https://github.com/swiftlang/swift-subprocess.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-tools-support-core.git
Working copy of https://github.com/apple/swift-tools-support-core.git resolved at 0.7.3
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.5
Creating working copy for https://github.com/wrkstrm/WrkstrmFoundation.git
Working copy of https://github.com/wrkstrm/WrkstrmFoundation.git resolved at 2.8.1
Creating working copy for https://github.com/wrkstrm/WrkstrmLog.git
Working copy of https://github.com/wrkstrm/WrkstrmLog.git resolved at 2.2.4
warning: 'common-process': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'wrkstrmfoundation': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/40] Write sources
[20/40] Compiling CSystem shims.c
[21/40] Write swift-version-24593BA9C3E375BF.txt
[23/127] Compiling SystemPackage FilePathSyntax.swift
[24/127] Compiling SystemPackage FilePathTemp.swift
[25/127] Compiling SystemPackage FilePathTempPosix.swift
[26/127] Compiling SystemPackage FilePathTempWindows.swift
[27/130] Compiling SystemPackage FilePathParsing.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
[28/131] Compiling SystemPackage FilePathString.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
[33/137] Emitting module ArgumentParserToolInfo
[34/137] Compiling ArgumentParserToolInfo ToolInfo.swift
[35/137] Compiling SystemPackage 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
[36/137] Compiling SystemPackage Mocking.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
[37/137] Compiling SystemPackage RawBuffer.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
[38/137] Compiling SystemPackage IORing.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
[39/138] Emitting module CommonProcess
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/138] Compiling SystemPackage FilePath.swift
[41/138] Compiling SystemPackage FilePathComponentView.swift
[42/138] Compiling SystemPackage FilePathComponents.swift
[45/138] Compiling SystemPackage Errno.swift
[46/138] Compiling SystemPackage ErrnoWindows.swift
[47/138] Compiling SystemPackage FileDescriptor.swift
[48/138] Compiling SystemPackage FileHelpers.swift
[49/138] Compiling SystemPackage FileOperations.swift
[50/138] Emitting module SystemPackage
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[57/138] Emitting module WrkstrmMain
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/138] Compiling SystemPackage FilePathWindows.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
[59/138] Compiling SystemPackage FilePermissions.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
[60/138] Compiling CommonProcess ProcessPreviewer.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
[61/138] Compiling CommonProcess ProcessRunnerKind.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
[62/138] Compiling SystemPackage Constants.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/138] Wrapping AST for ArgumentParserToolInfo for debugging
[73/146] Compiling WrkstrmMain JSON.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
[74/146] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.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
[75/146] Compiling WrkstrmMain Injectable.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
[76/146] Compiling WrkstrmMain Random.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
[77/182] Compiling ArgumentParser CommandParser.swift
[78/182] Compiling ArgumentParser SplitArguments.swift
[79/182] Compiling ArgumentParser DumpHelpGenerator.swift
[80/182] Compiling ArgumentParser HelpCommand.swift
[81/182] Compiling ArgumentParser Parsed.swift
[82/182] Compiling ArgumentParser ParsedValues.swift
[83/182] Compiling ArgumentParser ParserError.swift
[84/182] Compiling ArgumentParser ParsableArguments.swift
[85/182] Compiling ArgumentParser ExpressibleByArgument.swift
[86/182] Compiling ArgumentParser InputKey.swift
[87/182] Compiling ArgumentParser InputOrigin.swift
[88/182] Compiling ArgumentParser Name.swift
[89/182] Emitting module Logging
[90/182] Compiling Logging Locks.swift
[91/182] Compiling Logging MetadataProvider.swift
[92/182] Compiling ArgumentParser ParsableCommand.swift
[93/182] Compiling ArgumentParser ArgumentDecoder.swift
[94/182] Compiling ArgumentParser ArgumentDefinition.swift
[95/182] Compiling ArgumentParser ArgumentSet.swift
[96/182] Compiling Logging LogHandler.swift
[97/182] Compiling Logging Logging.swift
[99/184] Wrapping AST for SystemPackage for debugging
[100/184] Wrapping AST for Logging for debugging
[102/203] Compiling WrkstrmLog Log+Decorator.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
[103/203] Compiling WrkstrmLog Log+Inject.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
[104/205] Compiling WrkstrmLog Log+Levels.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
[105/205] Compiling WrkstrmLog Log+Shared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[115/206] Compiling WrkstrmLog PrintLogBackend.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
[116/206] Compiling WrkstrmLog SwiftLogBackend.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
[117/206] Compiling WrkstrmLog CommonLogContext.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
[118/208] Compiling WrkstrmLog Level+Emoji.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
[119/208] Compiling WrkstrmLog Level+OSLogType.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
[120/208] Compiling WrkstrmLog Log+Cache.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
[121/208] Compiling WrkstrmLog DisabledLogBackend.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
[122/208] Compiling WrkstrmLog FileLogBackend.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
[123/208] Compiling WrkstrmLog OSLogBackend.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
[127/208] Compiling WrkstrmLog FanoutLog.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
[128/208] Compiling WrkstrmLog FatalErrorUtil.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[134/208] Compiling WrkstrmLog Log+CacheStorage.WASM.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
[135/208] Compiling WrkstrmLog Log+CacheStorage.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
[141/208] Compiling WrkstrmLog Log.swift
[142/208] Compiling WrkstrmLog LogBackend.swift
[143/208] Compiling WrkstrmLog Platform.swift
[144/208] Compiling WrkstrmLog ProcessInfo+Xcode.swift
[148/208] Compiling ArgumentParser CollectionExtensions.swift
[149/208] Compiling ArgumentParser Mutex.swift
[150/208] Compiling ArgumentParser Platform.swift
[151/208] Compiling ArgumentParser SequenceExtensions.swift
[152/208] Compiling ArgumentParser StringExtensions.swift
[153/208] Compiling ArgumentParser SwiftExtensions.swift
[154/215] Emitting module WrkstrmLog
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[158/215] Compiling WrkstrmLog DecoratedBackend.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[170/216] Compiling ArgumentParser Tree.swift
[171/216] Compiling ArgumentParser CodingKeyValidator.swift
[172/216] Compiling ArgumentParser NonsenseFlagsValidator.swift
[173/216] Compiling ArgumentParser ParsableArgumentsValidation.swift
[174/216] Compiling ArgumentParser PositionalArgumentsValidator.swift
[175/216] Compiling ArgumentParser UniqueNamesValidator.swift
[183/216] Emitting module ArgumentParser
[193/216] Compiling ArgumentParser HelpGenerator.swift
[194/216] Compiling ArgumentParser MessageInfo.swift
[195/216] Compiling ArgumentParser UsageGenerator.swift
[202/217] Wrapping AST for WrkstrmMain for debugging
[203/217] Wrapping AST for WrkstrmLog for debugging
[204/217] Wrapping AST for CommonProcess for debugging
[205/217] Wrapping AST for ArgumentParser for debugging
[207/250] Compiling WrkstrmFoundation NumberFormatter+Localize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[208/250] Compiling WrkstrmFoundation String+Casing.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[209/250] Compiling WrkstrmFoundation String+Error.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[210/250] Compiling WrkstrmFoundation String+Expanding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[211/250] Compiling WrkstrmFoundation String+FileType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[212/254] Compiling WrkstrmFoundation Data+Newline.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[213/254] Compiling WrkstrmFoundation Data+UTF8.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[214/254] Compiling WrkstrmFoundation Date+ExpressibleByIntegerLiteral.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[215/254] Compiling WrkstrmFoundation Date+Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[216/254] Compiling WrkstrmFoundation DateFormatter+Utilities.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[217/254] Compiling WrkstrmFoundation JSONDataCoding+Foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[218/254] Compiling WrkstrmFoundation JSONDataCoding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[219/254] Compiling WrkstrmFoundation JSONParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[220/254] Compiling WrkstrmFoundation JSONResource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[221/254] Compiling WrkstrmFoundation Calendar.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[222/254] Compiling WrkstrmFoundation Event.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[223/254] Compiling WrkstrmFoundation ThreadSafeDataBox.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[224/254] Compiling WrkstrmFoundation Bundle+Version.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[225/254] Compiling WrkstrmFoundation Data+Base64URL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[226/254] Compiling WrkstrmFoundation FoundationCalendar+Default.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[227/254] Compiling WrkstrmFoundation FileHandle+Standard.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[228/254] Compiling WrkstrmFoundation FileManager+Source.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[229/254] Compiling WrkstrmFoundation Log+Foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[230/254] Compiling WrkstrmFoundation NotificationCenter+Transformers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[231/254] Compiling WrkstrmFoundation String+Stats.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[232/254] Compiling WrkstrmFoundation URL+URLQueryItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[233/254] Compiling WrkstrmFoundation JSON+NDJSONWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[234/254] Compiling WrkstrmFoundation JSON+Parser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[235/254] Emitting module WrkstrmFoundation
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[236/254] Compiling WrkstrmFoundation JSON+ParserInstrumentationDetails.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[237/254] Compiling WrkstrmFoundation JSON+WriterBridge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[238/254] Compiling WrkstrmFoundation JSONCoders.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[239/254] Compiling WrkstrmFoundation JSONComposite.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[240/254] Compiling WrkstrmFoundation Bundle+Decode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[241/254] Compiling WrkstrmFoundation CodableArchiver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[242/254] Compiling WrkstrmFoundation SecurityScopedAsset.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[243/254] Compiling WrkstrmFoundation URL+TempDirectory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[244/255] Wrapping AST for WrkstrmFoundation for debugging
[246/279] Compiling CommonProcessExecutionKit RunnerFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[247/279] Compiling CommonProcessExecutionKit SubprocessRunner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[248/281] Compiling CommonProcessExecutionKit SubprocessRunnerFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[249/281] Compiling CommonProcessExecutionKit TSCBasicRunner.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[250/281] Compiling WrkstrmPerformance TimeMonitor.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[251/281] Compiling WrkstrmPerformance StructSizeMonitor.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[252/282] Compiling WrkstrmPerformance JSONParser+Instrumentation.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[253/282] Compiling CommonProcessExecutionKit InstrumentationFactory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[254/282] Compiling CommonProcessExecutionKit MetricsInstrumentation.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[255/282] Emitting module WrkstrmPerformance
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[256/282] Compiling WrkstrmPerformance JSONParseMetrics.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[257/282] Compiling WrkstrmPerformance BenchmarkMonitor.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[258/282] Compiling WrkstrmPerformance Instrumentation.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[259/282] Compiling WrkstrmPerformance Log+Time.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[260/282] Compiling WrkstrmPerformance PerfRunner.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[261/282] Compiling WrkstrmPerformance Uptime.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
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'wrkstrmfoundation': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'common-process': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmLog.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmFoundation.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.0.0..<3.0.0))), PackageDescription.Package.Dependency.Kind.sourceControl(name: nil, location: "https://github.com/wrkstrm/WrkstrmMain.git", requirement: PackageDescription.Package.Dependency.SourceControlRequirement.range(Range(2.4.0..<3.0.0)))]
---- Package Inject Deps: End ----
warning: 'wrkstrmmain': ---- Package Inject Deps: Begin ----
Use Local Deps? false
[]
---- Package Inject Deps: End ----
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/23] Write swift-version-24593BA9C3E375BF.txt
[6/110] Compiling Logging MetadataProvider.swift
[7/110] Compiling WrkstrmMain String+Contains.swift
[8/110] Compiling WrkstrmMain String+Count.swift
[9/110] Emitting module CommonProcess
[10/110] Compiling WrkstrmMain Sequence+Decompose.swift
[11/110] Compiling WrkstrmMain Sequence+Unique.swift
[12/110] Compiling WrkstrmMain IndexedCollection.swift
[13/110] Compiling WrkstrmMain String+Source.swift
[14/110] Compiling WrkstrmMain StringError.swift
[15/110] Compiling WrkstrmMain UInt+BitSetting.swift
[16/116] Compiling WrkstrmMain OptionalComparisons.swift
[17/116] Compiling WrkstrmMain RandomAccessCollection+IndexedCollection.swift
[20/116] Compiling CommonProcess ProcessMetrics.swift
[21/116] Compiling CommonProcess ProcessOutput.swift
[25/120] Compiling WrkstrmMain AnyCodingKey.swift
[26/120] Compiling WrkstrmMain DynamicCodingKey.swift
[27/120] Compiling WrkstrmMain JSON+AnyDictionary.swift
[28/120] Compiling WrkstrmMain JSON+AnyEquatableArrayEnum.swift
[29/120] Compiling WrkstrmMain JSON+AnyEquatableDictionaryEnum.swift
[30/120] Compiling WrkstrmMain Optional+AnyFlattenable.swift
[35/120] Compiling WrkstrmMain JSON+AnyEquatableStruct.swift
[36/120] Compiling WrkstrmMain JSON+AnyEquatableStructDictionary.swift
[37/120] Compiling WrkstrmMain JSON+EmptyCodableStruct.swift
[38/120] Compiling SystemPackage SystemString.swift
[41/120] Compiling WrkstrmMain BinaryTree.swift
[42/120] Compiling WrkstrmMain Tree.swift
[47/120] Compiling WrkstrmMain SortedArray.swift
[48/120] Compiling WrkstrmMain Array+Filter.swift
[49/120] Compiling WrkstrmMain ClosedRange+Magnitude.swift
[50/120] Compiling WrkstrmMain Collection+Sorting.swift
[51/120] Compiling WrkstrmMain CommandLine+Executable.swift
[58/120] Compiling CommonProcess ProcessPreviewer.swift
[59/120] Compiling CommonProcess ProcessRunnerKind.swift
[61/120] Emitting module WrkstrmMain
[75/120] Compiling WrkstrmMain JSON.swift
[76/120] Compiling WrkstrmMain KeyedDecodingContainer+FuzzyDecoding.swift
[77/120] Compiling WrkstrmMain Injectable.swift
[78/120] Compiling WrkstrmMain Random.swift
[79/121] Emitting module SystemPackage
[85/122] Emitting module ArgumentParserToolInfo
[86/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[87/122] Compiling Logging LogHandler.swift
[88/122] Compiling Logging Logging.swift
[89/122] Emitting module Logging
[90/122] Compiling Logging Locks.swift
[92/121] Wrapping AST for Logging for debugging
[109/187] Compiling ArgumentParser ArgumentHelp.swift
[110/187] Compiling ArgumentParser OptionGroup.swift
[111/187] Compiling ArgumentParser AsyncParsableCommand.swift
[111/189] Wrapping AST for SystemPackage for debugging
[113/189] Compiling ArgumentParser ZshCompletionsGenerator.swift
[114/189] Compiling ArgumentParser Argument.swift
[115/189] Compiling ArgumentParser ArgumentDiscussion.swift
[116/189] Compiling WrkstrmLog Platform.swift
[117/189] Compiling WrkstrmLog ProcessInfo+Xcode.swift
[118/189] Compiling ArgumentParser CommandConfiguration.swift
[119/189] Compiling ArgumentParser CommandGroup.swift
[120/189] Compiling ArgumentParser EnumerableFlag.swift
[121/189] Compiling ArgumentParser CompletionKind.swift
[122/189] Compiling ArgumentParser Errors.swift
[123/189] Compiling ArgumentParser Flag.swift
[124/189] Compiling ArgumentParser NameSpecification.swift
[125/189] Compiling ArgumentParser Option.swift
[126/189] Compiling ArgumentParser InputKey.swift
[127/189] Emitting module WrkstrmLog
[128/189] Compiling ArgumentParser BashCompletionsGenerator.swift
[129/189] Compiling ArgumentParser CompletionsGenerator.swift
[130/189] Compiling ArgumentParser FishCompletionsGenerator.swift
[131/189] Compiling ArgumentParser ExpressibleByArgument.swift
[132/189] Compiling ArgumentParser ArgumentVisibility.swift
[140/195] Compiling ArgumentParser CollectionExtensions.swift
[141/195] Compiling ArgumentParser Mutex.swift
[142/195] Compiling ArgumentParser Platform.swift
[143/195] Compiling ArgumentParser SequenceExtensions.swift
[144/195] Compiling ArgumentParser StringExtensions.swift
[145/195] Compiling ArgumentParser SwiftExtensions.swift
[146/228] Emitting module WrkstrmFoundation
[147/232] Compiling ArgumentParser Tree.swift
[148/232] Compiling ArgumentParser CodingKeyValidator.swift
[149/232] Compiling ArgumentParser NonsenseFlagsValidator.swift
[150/232] Compiling ArgumentParser ParsableArgumentsValidation.swift
[151/232] Compiling ArgumentParser PositionalArgumentsValidator.swift
[152/232] Compiling ArgumentParser UniqueNamesValidator.swift
[153/232] Compiling WrkstrmFoundation Data+Newline.swift
[154/232] Compiling WrkstrmFoundation Data+UTF8.swift
[155/232] Compiling WrkstrmFoundation Date+ExpressibleByIntegerLiteral.swift
[156/232] Compiling WrkstrmFoundation Date+Utilities.swift
[157/232] Compiling WrkstrmFoundation DateFormatter+Utilities.swift
[158/232] Compiling WrkstrmFoundation FoundationCalendar+Default.swift
[159/232] Compiling WrkstrmFoundation FileHandle+Standard.swift
[160/232] Compiling WrkstrmFoundation FileManager+Source.swift
[161/232] Compiling WrkstrmFoundation Log+Foundation.swift
[162/232] Compiling WrkstrmFoundation NotificationCenter+Transformers.swift
[170/232] Emitting module ArgumentParser
[171/232] Compiling WrkstrmFoundation NumberFormatter+Localize.swift
[172/232] Compiling WrkstrmFoundation String+Casing.swift
[173/232] Compiling WrkstrmFoundation String+Error.swift
[174/232] Compiling WrkstrmFoundation String+Expanding.swift
[175/232] Compiling WrkstrmFoundation String+FileType.swift
[176/232] Compiling WrkstrmFoundation Calendar.swift
[177/232] Compiling WrkstrmFoundation Event.swift
[178/232] Compiling WrkstrmFoundation ThreadSafeDataBox.swift
[179/232] Compiling WrkstrmFoundation Bundle+Version.swift
[180/232] Compiling WrkstrmFoundation Data+Base64URL.swift
[181/232] Compiling WrkstrmFoundation JSONDataCoding+Foundation.swift
[182/232] Compiling WrkstrmFoundation JSONDataCoding.swift
[183/232] Compiling WrkstrmFoundation JSONParser.swift
[184/232] Compiling WrkstrmFoundation JSONResource.swift
[185/232] Compiling WrkstrmFoundation String+Stats.swift
[186/232] Compiling WrkstrmFoundation URL+URLQueryItem.swift
[187/232] Compiling WrkstrmFoundation JSON+NDJSONWriter.swift
[188/232] Compiling WrkstrmFoundation JSON+Parser.swift
[189/232] Compiling WrkstrmFoundation JSON+ParserInstrumentationDetails.swift
[190/232] Compiling WrkstrmFoundation JSON+WriterBridge.swift
[191/232] Compiling WrkstrmFoundation JSONCoders.swift
[192/232] Compiling WrkstrmFoundation JSONComposite.swift
[193/232] Compiling WrkstrmFoundation Bundle+Decode.swift
[194/232] Compiling WrkstrmFoundation CodableArchiver.swift
[195/232] Compiling WrkstrmFoundation SecurityScopedAsset.swift
[196/232] Compiling WrkstrmFoundation URL+TempDirectory.swift
[204/233] Compiling ArgumentParser SplitArguments.swift
[205/233] Compiling ArgumentParser DumpHelpGenerator.swift
[206/233] Compiling ArgumentParser HelpCommand.swift
[207/233] Compiling ArgumentParser HelpGenerator.swift
[208/233] Compiling ArgumentParser MessageInfo.swift
[209/233] Compiling ArgumentParser UsageGenerator.swift
[210/256] Compiling CommonProcessExecutionKit TSCBasicRunner.swift
[222/257] Compiling WrkstrmPerformance JSONParser+Instrumentation.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[224/257] Compiling WrkstrmPerformance Log+Time.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[225/257] Compiling WrkstrmPerformance TimeMonitor.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[226/257] Compiling WrkstrmPerformance StructSizeMonitor.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[227/257] Compiling WrkstrmPerformance PerfRunner.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[228/257] Compiling CommonProcessExecutionKit SubprocessRunnerFactory.swift
[230/257] Compiling CommonProcessExecutionKit RunnerFactory.swift
[231/257] Compiling WrkstrmPerformance JSONParseMetrics.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[232/257] Compiling CommonProcessExecutionKit SubprocessRunner.swift
[233/259] Compiling CommonProcessExecutionKit CommonProcessRunner.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[234/259] Compiling CommonProcessExecutionKit ExecutableResolution.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[235/259] Emitting module WrkstrmPerformance
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
[236/259] Compiling CommonProcessExecutionKit InstrumentationFactory.swift
[237/259] Compiling CommonProcessExecutionKit MetricsInstrumentation.swift
[238/259] Emitting module CommonProcessExecutionKit
[239/259] Compiling WrkstrmPerformance Uptime.swift
/host/spi-builder-workspace/.build/checkouts/wrkstrm-performance/Sources/WrkstrmPerformance/Uptime.swift:4:8: error: no such module 'Glibc'
2 | import Darwin
3 | #else
4 | import Glibc
| `- error: no such module 'Glibc'
5 | #endif
6 |
BUILD FAILURE 6.1 android