Build Information
Failed to build AppleGPUInfo, reference main (242264
), with Swift 6.1 for Android on 28 May 2025 15:38:09 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philipturner/applegpuinfo.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/philipturner/applegpuinfo
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 2422643 Update README.md
Cloned https://github.com/philipturner/applegpuinfo.git
Revision (git rev-parse @):
24226431095c614c88de686ea5afcc99d7cb31f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philipturner/applegpuinfo.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/philipturner/applegpuinfo.git
https://github.com/philipturner/applegpuinfo.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "devicekit",
"requirement" : {
"branch" : [
"master"
]
},
"type" : "sourceControl",
"url" : "https://github.com/devicekit/DeviceKit"
}
],
"manifest_display_name" : "AppleGPUInfo",
"name" : "AppleGPUInfo",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "AppleGPUInfo",
"targets" : [
"AppleGPUInfo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "gpuinfo",
"targets" : [
"AppleGPUInfoTool"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppleGPUInfoTool",
"module_type" : "SwiftTarget",
"name" : "AppleGPUInfoTool",
"path" : "Sources/AppleGPUInfoTool",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"gpuinfo"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AppleGPUInfo"
],
"type" : "executable"
},
{
"c99name" : "AppleGPUInfoTests",
"module_type" : "SwiftTarget",
"name" : "AppleGPUInfoTests",
"path" : "Tests/AppleGPUInfoTests",
"sources" : [
"AppleGPUInfoTests.swift"
],
"target_dependencies" : [
"AppleGPUInfo"
],
"type" : "test"
},
{
"c99name" : "AppleGPUInfo",
"module_type" : "SwiftTarget",
"name" : "AppleGPUInfo",
"path" : "Sources/AppleGPUInfo",
"product_dependencies" : [
"DeviceKit"
],
"product_memberships" : [
"AppleGPUInfo",
"gpuinfo"
],
"sources" : [
"AppleGPUInfo.swift",
"CAppleGPUInfo.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15351] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.75s)
Fetching https://github.com/devicekit/DeviceKit
[1/4066] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (0.65s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (513b9d7)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (d8a9695)
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/18] Emitting module ArgumentParserToolInfo
[9/18] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/19] Wrapping AST for ArgumentParserToolInfo for debugging
[12/62] Emitting module ArgumentParser
[13/68] Compiling ArgumentParser ArgumentHelp.swift
[14/68] Compiling ArgumentParser ArgumentVisibility.swift
[15/68] Compiling ArgumentParser CompletionKind.swift
[16/68] Compiling ArgumentParser Errors.swift
[17/68] Compiling ArgumentParser Flag.swift
[18/68] Compiling ArgumentParser NameSpecification.swift
[19/68] Compiling ArgumentParser Tree.swift
[20/68] Compiling ArgumentParser CodingKeyValidator.swift
[21/68] Compiling ArgumentParser NonsenseFlagsValidator.swift
[22/68] Compiling ArgumentParser ParsableArgumentsValidation.swift
[23/68] Compiling ArgumentParser PositionalArgumentsValidator.swift
[24/68] Compiling ArgumentParser UniqueNamesValidator.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/68] Compiling AppleGPUInfo CAppleGPUInfo.swift
/host/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 | #if os(macOS)
3 | import IOKit
[26/68] Compiling AppleGPUInfo AppleGPUInfo.swift
/host/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 | #if os(macOS)
3 | import IOKit
[27/68] Emitting module AppleGPUInfo
/host/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 | #if os(macOS)
3 | import IOKit
[28/68] Compiling ArgumentParser ExpressibleByArgument.swift
[29/68] Compiling ArgumentParser ParsableArguments.swift
[30/68] Compiling ArgumentParser ParsableCommand.swift
[31/68] Compiling ArgumentParser ArgumentDecoder.swift
[32/68] Compiling ArgumentParser ArgumentDefinition.swift
[33/68] Compiling ArgumentParser ArgumentSet.swift
[34/68] Compiling ArgumentParser Option.swift
[35/68] Compiling ArgumentParser OptionGroup.swift
[36/68] Compiling ArgumentParser AsyncParsableCommand.swift
[37/68] Compiling ArgumentParser CommandConfiguration.swift
[38/68] Compiling ArgumentParser CommandGroup.swift
[39/68] Compiling ArgumentParser EnumerableFlag.swift
[40/68] Compiling ArgumentParser UsageGenerator.swift
[41/68] Compiling ArgumentParser CollectionExtensions.swift
[42/68] Compiling ArgumentParser Mutex.swift
[43/68] Compiling ArgumentParser Platform.swift
[44/68] Compiling ArgumentParser SequenceExtensions.swift
[45/68] Compiling ArgumentParser StringExtensions.swift
[46/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/68] Compiling ArgumentParser CompletionsGenerator.swift
[48/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/68] Compiling ArgumentParser Argument.swift
[51/68] Compiling ArgumentParser ArgumentDiscussion.swift
[52/68] Compiling ArgumentParser CommandParser.swift
[53/68] Compiling ArgumentParser InputKey.swift
[54/68] Compiling ArgumentParser InputOrigin.swift
[55/68] Compiling ArgumentParser Name.swift
[56/68] Compiling ArgumentParser Parsed.swift
[57/68] Compiling ArgumentParser ParsedValues.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/9] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/14] Emitting module AppleGPUInfo
/host/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 | #if os(macOS)
3 | import IOKit
[5/14] Compiling AppleGPUInfo CAppleGPUInfo.swift
/host/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 | #if os(macOS)
3 | import IOKit
[6/14] Compiling AppleGPUInfo AppleGPUInfo.swift
/host/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:1:8: error: no such module 'Metal'
1 | import Metal
| `- error: no such module 'Metal'
2 | #if os(macOS)
3 | import IOKit
[7/14] Emitting module ArgumentParserToolInfo
[8/14] Compiling ArgumentParserToolInfo ToolInfo.swift
BUILD FAILURE 6.1 android