Build Information
Failed to build XcodeSelectiveTesting, reference 0.12.3 (0b5481
), with Swift 6.1 for Android on 31 May 2025 02:11:05 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/mikeger/XcodeSelectiveTesting.git
Reference: 0.12.3
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/mikeger/XcodeSelectiveTesting
* tag 0.12.3 -> FETCH_HEAD
HEAD is now at 0b5481c Disable tests on Linux
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
0b5481cae4654e6276f9c53edadfd4d8d4426d11
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.12.3
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mikeger/XcodeSelectiveTesting.git
https://github.com/mikeger/XcodeSelectiveTesting.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "xcodeproj",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tuist/XcodeProj.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.5",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "XcodeSelectiveTesting",
"name" : "XcodeSelectiveTesting",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "xcode-selective-test",
"targets" : [
"xcode-selective-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "XcodeSelectiveTest",
"targets" : [
"SelectiveTestingPlugin"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "xcode_selective_test",
"module_type" : "SwiftTarget",
"name" : "xcode-selective-test",
"path" : "Sources/xcode-selective-test",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"SelectiveTesting.swift"
],
"target_dependencies" : [
"SelectiveTestingCore"
],
"type" : "executable"
},
{
"c99name" : "Workspace",
"module_type" : "SwiftTarget",
"name" : "Workspace",
"path" : "Sources/Workspace",
"product_dependencies" : [
"XcodeProj"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"DependencyGraph.swift",
"Sequence+Extensions.swift",
"Target.swift",
"WorkspaceInfo.swift",
"XCWorkspace+Projects.swift"
],
"target_dependencies" : [
"SelectiveTestLogger"
],
"type" : "library"
},
{
"c99name" : "TestConfigurator",
"module_type" : "SwiftTarget",
"name" : "TestConfigurator",
"path" : "Sources/TestConfigurator",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"TestConfigurator.swift",
"xctestplanner/Core/Entity/TestPlanModel.swift",
"xctestplanner/Core/Extensions/Array+Extensions.swift",
"xctestplanner/Core/Helper/TestPlanHelper.swift"
],
"target_dependencies" : [
"Workspace",
"SelectiveTestLogger"
],
"type" : "library"
},
{
"c99name" : "SelectiveTestingTests",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestingTests",
"path" : "Tests/SelectiveTestingTests",
"product_dependencies" : [
"PathKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/SelectiveTestingTests/ExampleProject",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"IntegrationTestTool.swift",
"SelectiveTestingConfigTests.swift",
"SelectiveTestingPackagesTests.swift",
"SelectiveTestingPerformanceTests.swift",
"SelectiveTestingProjectTests.swift",
"SelectiveTestingWorkspaceTests.swift",
"TestPlanCodableTests.swift"
],
"target_dependencies" : [
"xcode-selective-test"
],
"type" : "test"
},
{
"c99name" : "SelectiveTestingPlugin",
"module_type" : "PluginTarget",
"name" : "SelectiveTestingPlugin",
"path" : "Plugins/SelectiveTestingPlugin",
"plugin_capability" : {
"intent" : {
"description" : "Configure test plan for current changeset",
"type" : "custom",
"verb" : "xcode-selective-test"
},
"permissions" : [
{
"network_scope" : {
"none" : {
}
},
"reason" : "Update test plan file",
"type" : "writeToPackageDirectory"
}
],
"type" : "command"
},
"product_memberships" : [
"XcodeSelectiveTest"
],
"sources" : [
"SelectiveTestingPlugin.swift"
],
"target_dependencies" : [
"xcode-selective-test"
],
"type" : "plugin"
},
{
"c99name" : "SelectiveTestingCore",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestingCore",
"path" : "Sources/SelectiveTestingCore",
"product_dependencies" : [
"PathKit",
"Rainbow",
"Yams"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Config.swift",
"DependencyGraph+Visualization.swift",
"SelectiveTestingTool.swift"
],
"target_dependencies" : [
"DependencyCalculator",
"TestConfigurator",
"Git"
],
"type" : "library"
},
{
"c99name" : "SelectiveTestShell",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestShell",
"path" : "Sources/SelectiveTestShell",
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Shell.swift",
"String+Error.swift"
],
"type" : "library"
},
{
"c99name" : "SelectiveTestLogger",
"module_type" : "SwiftTarget",
"name" : "SelectiveTestLogger",
"path" : "Sources/SelectiveTestLogger",
"product_dependencies" : [
"Rainbow"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
},
{
"c99name" : "Git",
"module_type" : "SwiftTarget",
"name" : "Git",
"path" : "Sources/Git",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"Git+Changeset.swift",
"Git.swift"
],
"target_dependencies" : [
"SelectiveTestShell",
"SelectiveTestLogger"
],
"type" : "library"
},
{
"c99name" : "DependencyCalculatorTests",
"module_type" : "SwiftTarget",
"name" : "DependencyCalculatorTests",
"path" : "Tests/DependencyCalculatorTests",
"product_dependencies" : [
"PathKit"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/DependencyCalculatorTests/ExamplePackages",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"DependencyCalculatorTests.swift",
"PackageMetadataTests.swift"
],
"target_dependencies" : [
"DependencyCalculator",
"Workspace",
"SelectiveTestingCore"
],
"type" : "test"
},
{
"c99name" : "DependencyCalculator",
"module_type" : "SwiftTarget",
"name" : "DependencyCalculator",
"path" : "Sources/DependencyCalculator",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest"
],
"sources" : [
"ConcurrentMap.swift",
"DependencyCalculator.swift",
"DependencyGraph.swift",
"PackageMetadata.swift"
],
"target_dependencies" : [
"Workspace",
"SelectiveTestLogger",
"Git"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/onevcat/Rainbow
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/tuist/XcodeProj.git
[1/1411] Fetching pathkit
[100/2607] Fetching pathkit, rainbow
[2608/13264] Fetching pathkit, rainbow, yams
[2928/36554] Fetching pathkit, rainbow, yams, xcodeproj
[9371/51940] Fetching pathkit, rainbow, yams, xcodeproj, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.02s)
[28076/36554] Fetching pathkit, rainbow, yams, xcodeproj
Fetched https://github.com/kylef/PathKit.git from cache (1.39s)
Fetched https://github.com/onevcat/Rainbow from cache (1.39s)
Fetched https://github.com/tuist/XcodeProj.git from cache (1.59s)
Fetched https://github.com/jpsim/Yams.git from cache (1.60s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.61s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.23s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.75s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (1.94s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.2 (0.49s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.31s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (0.84s)
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.63s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.62s)
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.4.2
Creating working copy for https://github.com/tadija/AEXML.git
Working copy of https://github.com/tadija/AEXML.git resolved at 4.7.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.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
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused
25 |
26 | func performCommand(context: PluginContext, arguments: [String]) async throws {
27 | FileManager().changeCurrentDirectoryPath(context.package.directory.string)
| `- warning: result of call to 'changeCurrentDirectoryPath' is unused
28 | let tool = try context.tool(named: "xcode-selective-test")
29 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/79] Write sources
[29/79] Compiling writer.c
[30/79] Compiling reader.c
[31/79] Compiling writer.c
[32/79] Compiling reader.c
[33/79] Compiling parser.c
[34/79] Compiling api.c
[35/79] Write sources
[38/79] Compiling emitter.c
[39/79] Compiling parser.c
[40/79] Compiling scanner.c
[41/79] Write swift-version-24593BA9C3E375BF.txt
[42/79] Compiling api.c
[43/79] Compiling emitter.c
[44/79] Compiling scanner.c
[46/133] Compiling Rainbow StringGenerator.swift
[47/134] Compiling Rainbow String+Rainbow.swift
[48/134] Compiling Yams Tag.swift
[49/134] Compiling Yams YamlAnchorProviding.swift
[50/136] Emitting module ArgumentParserToolInfo
[51/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[53/137] Compiling Rainbow Style.swift
[54/157] Compiling Yams Mark.swift
[55/157] Compiling Yams Node.Alias.swift
[56/157] Compiling Yams Node.Mapping.swift
[57/157] Compiling Yams Node.Scalar.swift
[58/157] Compiling Yams Node.Sequence.swift
[59/157] Compiling Yams Node.swift
[60/157] Compiling Yams Emitter.swift
[61/157] Compiling Yams Encoder.swift
[62/157] Compiling Rainbow Rainbow.swift
[63/157] Compiling Rainbow OutputTarget.swift
[64/157] Compiling SelectiveTestShell String+Error.swift
[65/157] Compiling Yams Resolver.swift
[66/157] Compiling Yams String+Yams.swift
[67/157] Compiling Yams Constructor.swift
[68/157] Compiling Yams Decoder.swift
[69/157] Compiling Yams AliasDereferencingStrategy.swift
[70/157] Compiling Yams Anchor.swift
[71/157] Emitting module Rainbow
[72/158] Emitting module SelectiveTestShell
[73/158] Compiling SelectiveTestShell Shell.swift
[74/159] Compiling Yams Parser.swift
[75/159] Compiling Yams RedundancyAliasingStrategy.swift
[76/159] Compiling Yams Representer.swift
[79/159] Emitting module PathKit
[80/159] Compiling PathKit PathKit.swift
[81/160] Compiling Yams YamlError.swift
[82/160] Compiling Yams YamlTagProviding.swift
[90/164] Emitting module Yams
[91/166] Emitting module SelectiveTestLogger
/host/spi-builder-workspace/Sources/SelectiveTestLogger/Logger.swift:12:12: warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | public var errStream = StandardErrorOutputStream()
| |- warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'errStream' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'errStream' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public enum Logger {
[92/166] Compiling SelectiveTestLogger Logger.swift
/host/spi-builder-workspace/Sources/SelectiveTestLogger/Logger.swift:12:12: warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
12 | public var errStream = StandardErrorOutputStream()
| |- warning: var 'errStream' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'errStream' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make var 'errStream' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |
14 | public enum Logger {
/host/spi-builder-workspace/Sources/SelectiveTestLogger/Logger.swift:9:66: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
7 |
8 | public struct StandardErrorOutputStream: TextOutputStream {
9 | public mutating func write(_ string: String) { fputs(string, stderr) }
| `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
10 | }
11 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin; /* Standard input stream. */
144 | extern FILE *stdout; /* Standard output stream. */
145 | extern FILE *stderr; /* Standard error output stream. */
| `- note: var declared here
146 | /* C89/C99 say they're macros. Make them happy. */
147 | #define stdin stdin
[95/218] Compiling AEXML Document.swift
[96/218] Compiling ArgumentParser OptionGroup.swift
[97/218] Compiling ArgumentParser AsyncParsableCommand.swift
[98/218] Compiling ArgumentParser CommandConfiguration.swift
[99/218] Compiling ArgumentParser CommandGroup.swift
[100/218] Compiling ArgumentParser EnumerableFlag.swift
[101/223] Compiling AEXML Parser.swift
[102/223] Emitting module AEXML
[103/223] Compiling AEXML Builders.swift
[104/223] Compiling AEXML Error.swift
[105/223] Compiling AEXML Options.swift
[106/223] Emitting module AEXML
[107/223] Compiling AEXML Element.swift
[109/224] Compiling Rainbow StringGenerator.swift
[110/225] Emitting module ArgumentParserToolInfo
[111/225] Compiling ArgumentParserToolInfo ToolInfo.swift
[112/226] Emitting module ArgumentParser
[113/226] Compiling Rainbow String+Rainbow.swift
[114/229] Compiling ArgumentParser ArgumentVisibility.swift
[115/229] Compiling ArgumentParser CompletionKind.swift
[116/229] Compiling ArgumentParser Errors.swift
[117/229] Compiling ArgumentParser Flag.swift
[118/229] Compiling ArgumentParser NameSpecification.swift
[119/229] Compiling ArgumentParser Option.swift
[121/229] Compiling ArgumentParser BashCompletionsGenerator.swift
[122/229] Compiling ArgumentParser CompletionsGenerator.swift
[123/229] Compiling ArgumentParser FishCompletionsGenerator.swift
[124/229] Compiling ArgumentParser ZshCompletionsGenerator.swift
[125/229] Compiling ArgumentParser Argument.swift
[126/229] Compiling ArgumentParser ArgumentHelp.swift
[127/229] Compiling Rainbow Style.swift
[128/229] Emitting module Git
[129/229] Compiling Git Git+Changeset.swift
[130/229] Compiling Git Git.swift
[132/322] Compiling XcodeProj PBXObjectDictionaryEntry.swift
[133/322] Compiling XcodeProj PBXObjectReference.swift
[134/322] Compiling XcodeProj PBXNativeTarget.swift
[135/322] Compiling XcodeProj PBXProductType.swift
[136/322] Compiling XcodeProj PBXReferenceProxy.swift
[137/360] Compiling ArgumentParser OptionGroup.swift
[138/360] Compiling ArgumentParser AsyncParsableCommand.swift
[139/360] Compiling ArgumentParser CommandConfiguration.swift
[140/360] Compiling ArgumentParser CommandGroup.swift
[141/360] Compiling ArgumentParser EnumerableFlag.swift
[142/360] Compiling ArgumentParser ArgumentDefinition.swift
[143/360] Compiling ArgumentParser ArgumentSet.swift
[144/360] Compiling ArgumentParser CommandParser.swift
[145/360] Compiling ArgumentParser InputKey.swift
[146/360] Compiling ArgumentParser InputOrigin.swift
[149/362] Compiling ArgumentParser Name.swift
[150/362] Compiling ArgumentParser Parsed.swift
[151/362] Compiling ArgumentParser ParsedValues.swift
[152/362] Compiling ArgumentParser ParserError.swift
[153/362] Compiling ArgumentParser SplitArguments.swift
[154/362] Compiling ArgumentParser DumpHelpGenerator.swift
[155/362] Compiling ArgumentParser HelpCommand.swift
[156/362] Compiling ArgumentParser HelpGenerator.swift
[157/362] Compiling ArgumentParser MessageInfo.swift
[158/362] Compiling ArgumentParser UsageGenerator.swift
[159/363] Emitting module Yams
[160/363] Wrapping AST for Yams for debugging
[161/363] Wrapping AST for SelectiveTestShell for debugging
[162/363] Wrapping AST for SelectiveTestLogger for debugging
[163/363] Wrapping AST for Rainbow for debugging
[164/363] Wrapping AST for PathKit for debugging
[165/363] Wrapping AST for Git for debugging
[166/363] Wrapping AST for ArgumentParserToolInfo for debugging
[167/363] Wrapping AST for ArgumentParser for debugging
[169/363] Emitting module ArgumentParser
[170/363] Compiling ArgumentParser BashCompletionsGenerator.swift
[171/363] Compiling ArgumentParser CompletionsGenerator.swift
[172/363] Compiling ArgumentParser FishCompletionsGenerator.swift
[173/363] Compiling ArgumentParser ZshCompletionsGenerator.swift
[174/363] Compiling ArgumentParser Argument.swift
[175/363] Compiling ArgumentParser ArgumentHelp.swift
[175/368] Wrapping AST for AEXML for debugging
[177/368] Compiling ArgumentParser ArgumentVisibility.swift
[178/368] Compiling ArgumentParser CompletionKind.swift
[179/368] Compiling ArgumentParser Errors.swift
[180/368] Compiling ArgumentParser Flag.swift
[181/368] Compiling ArgumentParser NameSpecification.swift
[182/368] Compiling ArgumentParser Option.swift
[183/368] Compiling ArgumentParser ExpressibleByArgument.swift
[184/368] Compiling ArgumentParser ParsableArguments.swift
[185/368] Compiling ArgumentParser ParsableArgumentsValidation.swift
[186/368] Compiling ArgumentParser ParsableCommand.swift
[187/368] Compiling ArgumentParser ArgumentDecoder.swift
[190/368] Compiling Yams YamlError.swift
[191/368] Compiling Yams YamlTagProviding.swift
[197/368] Wrapping AST for ArgumentParserToolInfo for debugging
[201/368] Compiling AEXML Element.swift
[208/368] Compiling AEXML Parser.swift
[209/368] Compiling AEXML Error.swift
[210/368] Compiling AEXML Options.swift
[216/368] Compiling AEXML Builders.swift
[217/368] Compiling AEXML Document.swift
[218/369] Emitting module SelectiveTestShell
[219/369] Compiling SelectiveTestShell Shell.swift
[220/369] Compiling SelectiveTestShell String+Error.swift
[221/369] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[224/370] Compiling Rainbow Rainbow.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[227/370] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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)
[233/370] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
[0/1] Planning build
/host/spi-builder-workspace/Plugins/SelectiveTestingPlugin/SelectiveTestingPlugin.swift:27:23: warning: result of call to 'changeCurrentDirectoryPath' is unused
25 |
26 | func performCommand(context: PluginContext, arguments: [String]) async throws {
27 | FileManager().changeCurrentDirectoryPath(context.package.directory.string)
| `- warning: result of call to 'changeCurrentDirectoryPath' is unused
28 | let tool = try context.tool(named: "xcode-selective-test")
29 |
[1/1] Compiling plugin SelectiveTestingPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/37] Write swift-version-24593BA9C3E375BF.txt
[4/105] Compiling SelectiveTestShell String+Error.swift
[5/105] Emitting module SelectiveTestShell
[6/105] Compiling SelectiveTestShell Shell.swift
[7/106] Compiling SelectiveTestShell String+Error.swift
[8/106] Compiling AEXML Error.swift
[9/106] Compiling Yams Tag.swift
[10/106] Compiling Yams YamlAnchorProviding.swift
[12/108] Compiling Rainbow StringGenerator.swift
[13/109] Emitting module SelectiveTestShell
[14/109] Compiling SelectiveTestShell Shell.swift
[15/110] Compiling AEXML Builders.swift
[16/110] Compiling AEXML Options.swift
[17/110] Compiling AEXML Parser.swift
[19/114] Compiling Yams Emitter.swift
[20/114] Compiling Yams Encoder.swift
[21/114] Compiling Rainbow OutputTarget.swift
[22/118] Compiling Rainbow Color.swift
[23/118] Compiling Rainbow ColorApproximation.swift
[24/118] Emitting module Rainbow
[25/118] Compiling Rainbow ControlCode.swift
[26/118] Compiling Rainbow ModesExtractor.swift
[27/120] Compiling Rainbow Rainbow.swift
[28/120] Compiling Rainbow String+Rainbow.swift
[29/120] Compiling Rainbow Style.swift
[30/121] Compiling Yams Node.Sequence.swift
[31/121] Compiling Yams Node.swift
[32/121] Compiling Yams Resolver.swift
[33/121] Compiling Yams String+Yams.swift
[34/123] Compiling AEXML Document.swift
[35/123] Emitting module AEXML
[36/123] Compiling AEXML Element.swift
[41/126] Compiling Rainbow StringGenerator.swift
[42/127] Compiling Rainbow OutputTarget.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[43/127] Emitting module PathKit
[44/127] Compiling PathKit PathKit.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/128] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:49:58: error: cannot find 'isatty' in scope
47 | // Check if we are in any term env and the output is a tty.
48 | let termType = getEnvValue("TERM")
49 | if let t = termType, t.lowercased() != "dumb" && isatty(fileno(stdout)) != 0 {
| `- error: cannot find 'isatty' in scope
50 | return .console
51 | }
[46/128] Compiling Yams YamlError.swift
[47/128] Compiling Yams YamlTagProviding.swift
[50/128] Compiling Rainbow Rainbow.swift
[52/128] Emitting module Yams
[53/128] Compiling Rainbow Style.swift
[54/128] Compiling Rainbow String+Rainbow.swift
[55/128] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/128] Emitting module ArgumentParserToolInfo
[62/129] Compiling Rainbow BackgroundColor.swift
[63/129] Compiling Rainbow CodesParser.swift
[67/129] Compiling Yams Mark.swift
[68/129] Compiling Yams Node.Alias.swift
[69/129] Compiling Yams Node.Mapping.swift
[70/129] Compiling Yams Parser.swift
[71/129] Compiling Yams RedundancyAliasingStrategy.swift
[72/129] Compiling Yams Representer.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[73/126] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[74/126] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
6 | let system_glob = Glibc.glob
7 | #else
8 | import Darwin
| `- error: no such module 'Darwin'
9 |
10 | let system_glob = Darwin.glob
[78/126] Compiling Yams Node.Scalar.swift
BUILD FAILURE 6.1 android