Build Information
Failed to build XcodeSelectiveTesting, reference 0.12.7 (a65d2e
), with Swift 6.1 for Android on 11 Jul 2025 10:58:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mikeger/XcodeSelectiveTesting.git
Reference: 0.12.7
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.7 -> FETCH_HEAD
HEAD is now at a65d2e9 Fix path calculation for packages
Cloned https://github.com/mikeger/XcodeSelectiveTesting.git
Revision (git rev-parse @):
a65d2e9f5aa201d3e922d701d507c43009ba6cef
SUCCESS checkout https://github.com/mikeger/XcodeSelectiveTesting.git at 0.12.7
========================================
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
}
},
{
"name" : "XcodeSelectiveTestCore",
"targets" : [
"SelectiveTestingCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"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",
"XcodeSelectiveTestCore"
],
"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",
"XcodeSelectiveTestCore"
],
"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",
"XcodeSelectiveTestCore"
],
"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",
"XcodeSelectiveTestCore"
],
"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",
"XcodeSelectiveTestCore"
],
"sources" : [
"Logger.swift"
],
"type" : "library"
},
{
"c99name" : "Git",
"module_type" : "SwiftTarget",
"name" : "Git",
"path" : "Sources/Git",
"product_dependencies" : [
"PathKit"
],
"product_memberships" : [
"xcode-selective-test",
"XcodeSelectiveTest",
"XcodeSelectiveTestCore"
],
"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",
"XcodeSelectiveTestCore"
],
"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-4606859-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/jpsim/Yams.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/tuist/XcodeProj.git
[1/1411] Fetching pathkit
[185/2649] Fetching pathkit, rainbow
[2650/26042] Fetching pathkit, rainbow, xcodeproj
[4288/41566] Fetching pathkit, rainbow, xcodeproj, swift-argument-parser
[4991/52546] Fetching pathkit, rainbow, xcodeproj, swift-argument-parser, yams
Fetched https://github.com/onevcat/Rainbow from cache (3.90s)
Fetched https://github.com/kylef/PathKit.git from cache (4.14s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.15s)
Fetched https://github.com/tuist/XcodeProj.git from cache (4.25s)
Fetched https://github.com/jpsim/Yams.git from cache (4.27s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (8.37s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.35s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.46s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (4.07s)
Computing version for https://github.com/tuist/XcodeProj.git
Computed https://github.com/tuist/XcodeProj.git at 9.4.3 (1.22s)
Fetching https://github.com/tadija/AEXML.git
[1/2127] Fetching aexml
Fetched https://github.com/tadija/AEXML.git from cache (0.47s)
Computing version for https://github.com/tadija/AEXML.git
Computed https://github.com/tadija/AEXML.git at 4.7.0 (1.34s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.05s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (1.62s)
Creating working copy for https://github.com/tuist/XcodeProj.git
Working copy of https://github.com/tuist/XcodeProj.git resolved at 9.4.3
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
Creating working copy for https://github.com/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.6.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
/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
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/80] Write sources
[33/80] Compiling writer.c
[34/80] Compiling reader.c
[35/80] Compiling api.c
[36/80] Compiling parser.c
[37/80] Compiling writer.c
[38/80] Compiling reader.c
[39/80] Compiling api.c
[40/80] Compiling emitter.c
[41/80] Write swift-version-24593BA9C3E375BF.txt
[42/80] Compiling parser.c
[43/80] Compiling scanner.c
[44/82] Compiling emitter.c
[45/106] Compiling scanner.c
[47/132] Emitting module ArgumentParserToolInfo
[48/134] Emitting module Rainbow
[49/135] Emitting module Yams
error: emit-module command failed with exit code 1 (use -v to see invocation)
[50/137] 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 | }
[51/138] Compiling Yams Tag.swift
[52/138] Compiling Yams YamlAnchorProviding.swift
[53/138] Compiling Rainbow Style.swift
[54/138] Compiling Rainbow StringGenerator.swift
[55/138] Compiling ArgumentParserToolInfo ToolInfo.swift
[56/138] Compiling Yams AliasDereferencingStrategy.swift
[57/138] Compiling Yams Anchor.swift
[58/139] Compiling Rainbow String+Rainbow.swift
[61/159] Compiling Rainbow StringGenerator.swift
[62/159] Compiling Rainbow Style.swift
[63/159] Emitting module ArgumentParserToolInfo
[64/159] Compiling ArgumentParserToolInfo ToolInfo.swift
[66/162] Compiling Yams Node.swift
[67/162] Compiling Yams Mark.swift
[68/162] Compiling Yams YamlError.swift
[69/162] Compiling Yams YamlTagProviding.swift
[70/162] Compiling Yams Decoder.swift
[71/162] Compiling Yams Emitter.swift
[72/162] Compiling Yams Encoder.swift
[73/162] Compiling Yams Resolver.swift
[74/162] Compiling Yams String+Yams.swift
[75/162] Compiling Yams AliasDereferencingStrategy.swift
[76/162] Compiling Yams Anchor.swift
[77/162] Compiling Yams Constructor.swift
[78/162] Emitting module SelectiveTestShell
[79/162] Compiling Yams Parser.swift
[80/162] Compiling Yams RedundancyAliasingStrategy.swift
[81/162] Compiling Yams Representer.swift
[82/162] Compiling SelectiveTestShell Shell.swift
[83/162] Compiling SelectiveTestShell String+Error.swift
[84/163] Compiling Rainbow Rainbow.swift
[85/163] Compiling Yams Node.Alias.swift
[86/163] Compiling Yams Node.Mapping.swift
[87/163] Compiling Rainbow OutputTarget.swift
[91/164] Compiling Yams Node.Scalar.swift
[92/164] Compiling Yams Node.Sequence.swift
[96/165] Compiling PathKit PathKit.swift
[97/165] Emitting module PathKit
[100/263] 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 {
[101/263] 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
[102/264] Emitting module AEXML
[104/264] Compiling AEXML Builders.swift
[105/264] Compiling AEXML Document.swift
[106/264] Compiling AEXML Error.swift
[107/264] Compiling AEXML Options.swift
[108/264] Compiling AEXML Parser.swift
[109/264] Compiling AEXML Element.swift
[111/265] Compiling ArgumentParser OptionGroup.swift
[112/265] Compiling ArgumentParser AsyncParsableCommand.swift
[113/265] Compiling ArgumentParser CommandConfiguration.swift
[114/265] Compiling ArgumentParser CommandGroup.swift
[115/265] Compiling ArgumentParser EnumerableFlag.swift
[116/265] Compiling ArgumentParser ExpressibleByArgument.swift
[117/278] Compiling ArgumentParser InputKey.swift
[118/278] Compiling ArgumentParser InputOrigin.swift
[119/278] Compiling ArgumentParser Name.swift
[120/278] Compiling ArgumentParser Parsed.swift
[121/278] Compiling ArgumentParser ParsedValues.swift
[122/278] Compiling ArgumentParser ParserError.swift
[123/281] Emitting module ArgumentParser
[124/287] Compiling AEXML Builders.swift
[125/287] Emitting module AEXML
[126/287] Emitting module Git
[127/287] Compiling Git Git.swift
[128/287] Compiling Git Git+Changeset.swift
[130/380] Compiling XcodeProj KeyedDecodingContainer+Additions.swift
[131/380] Compiling XcodeProj NSRecursiveLock+Sync.swift
[132/380] Compiling Rainbow Rainbow.swift
[133/380] 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 | }
[134/380] Compiling SelectiveTestShell Shell.swift
[135/380] Emitting module SelectiveTestShell
[136/380] Compiling SelectiveTestShell String+Error.swift
[137/381] Compiling XcodeProj PBXProject.swift
[138/381] Compiling XcodeProj ProjectAttribute.swift
[139/381] Compiling XcodeProj Equality.generated.swift
[140/381] Compiling XcodeProj Sourcery.swift
[141/381] Compiling XcodeProj XCLocalSwiftPackageReference.swift
[142/381] Compiling XcodeProj XCRemoteSwiftPackageReference.swift
[143/381] Compiling XcodeProj Array+Extras.swift
[144/381] Compiling XcodeProj Bool+Extras.swift
[145/381] Compiling XcodeProj Errors.swift
[146/381] Compiling XcodeProj AEXML+XcodeFormat.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/38] Write swift-version-24593BA9C3E375BF.txt
[5/109] Compiling SelectiveTestShell String+Error.swift
[6/109] Emitting module SelectiveTestShell
[7/109] Compiling SelectiveTestShell Shell.swift
[8/110] Compiling Yams Constructor.swift
[9/110] Compiling Yams Decoder.swift
[11/111] Compiling Rainbow StringGenerator.swift
[13/112] Compiling Rainbow Style.swift
[14/112] Emitting module Rainbow
[15/112] Compiling Yams AliasDereferencingStrategy.swift
[16/112] Compiling Yams Anchor.swift
[17/112] Compiling Rainbow OutputTarget.swift
[18/112] Compiling Rainbow Rainbow.swift
[19/112] Compiling Yams Emitter.swift
[20/112] Compiling Yams Encoder.swift
[21/112] 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 | }
[22/112] Compiling Rainbow Rainbow.swift
[23/112] Compiling Rainbow String+Rainbow.swift
[25/112] Compiling Yams Resolver.swift
[26/112] Compiling Yams String+Yams.swift
[27/112] Compiling Yams Tag.swift
[28/112] Compiling Yams YamlAnchorProviding.swift
[31/118] Compiling Rainbow Style.swift
[40/120] Compiling SelectiveTestShell String+Error.swift
[41/120] Emitting module Yams
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/120] 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 | }
[47/120] Emitting module SelectiveTestShell
[48/120] Compiling SelectiveTestShell Shell.swift
[49/121] Compiling Yams Node.Scalar.swift
[50/121] Compiling Yams Node.Sequence.swift
[51/121] Compiling Yams Node.swift
[52/121] Compiling Yams Mark.swift
[53/121] Compiling Yams Node.Alias.swift
[54/121] Compiling Yams Node.Mapping.swift
[61/121] Compiling Yams YamlError.swift
[62/121] Compiling Yams YamlTagProviding.swift
[66/121] Compiling PathKit PathKit.swift
[67/121] Emitting module PathKit
[68/122] Compiling Yams Parser.swift
[69/122] Compiling Yams RedundancyAliasingStrategy.swift
[70/122] Compiling Yams Representer.swift
[72/122] Compiling ArgumentParserToolInfo ToolInfo.swift
[73/122] Emitting module ArgumentParserToolInfo
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/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
[83/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
[87/126] Emitting module Yams
[92/127] Emitting module ArgumentParserToolInfo
[93/127] Compiling ArgumentParserToolInfo ToolInfo.swift
BUILD FAILURE 6.1 android