Build Information
Failed to build AppleGPUInfo, reference v2.0.1 (5f63ff
), with Swift 6.0 for Linux on 29 Nov 2024 12:21:58 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philipturner/applegpuinfo.git
Reference: v2.0.1
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
* tag v2.0.1 -> FETCH_HEAD
HEAD is now at 5f63ffe Add missing case for A7
Cloned https://github.com/philipturner/applegpuinfo.git
Revision (git rev-parse @):
5f63ffecfa040a36197219a6afd8c2b3ba1bd7ca
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philipturner/applegpuinfo.git at v2.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/philipturner/applegpuinfo.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
[1/12395] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Fetching https://github.com/devicekit/DeviceKit
[1/3924] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (0.40s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (d6836f4)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (d3bb693)
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
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[8/17] Emitting module ArgumentParserToolInfo
[9/18] Wrapping AST for ArgumentParserToolInfo for debugging
[11/57] Compiling ArgumentParser ArgumentHelp.swift
[12/57] Compiling ArgumentParser ArgumentVisibility.swift
[13/57] Compiling ArgumentParser CompletionKind.swift
[14/57] Compiling ArgumentParser Errors.swift
[15/57] Compiling ArgumentParser Flag.swift
[16/57] Compiling ArgumentParser NameSpecification.swift
[17/62] Compiling ArgumentParser Name.swift
[18/62] Compiling ArgumentParser Parsed.swift
[19/62] Compiling ArgumentParser ParsedValues.swift
[20/62] Compiling ArgumentParser ParserError.swift
[21/62] Compiling ArgumentParser SplitArguments.swift
[22/62] Emitting module ArgumentParser
[23/62] Compiling ArgumentParser ArgumentDefinition.swift
[24/62] Compiling ArgumentParser ArgumentSet.swift
[25/62] Compiling ArgumentParser CommandParser.swift
[26/62] Compiling ArgumentParser InputKey.swift
[27/62] Compiling ArgumentParser InputOrigin.swift
[28/62] Compiling ArgumentParser CollectionExtensions.swift
[29/62] Compiling ArgumentParser Platform.swift
[30/62] Compiling ArgumentParser SequenceExtensions.swift
[31/62] 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
[32/62] Compiling ArgumentParser StringExtensions.swift
[33/62] Compiling ArgumentParser Tree.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/62] 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
[35/62] 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
BUILD FAILURE 6.0 linux