Build Information
Failed to build AppleGPUInfo, reference main (242264
), with Swift 6.0 for Linux on 29 Nov 2024 12:22:02 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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: 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-0":/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.74s)
Fetching https://github.com/devicekit/DeviceKit
[1/3924] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (0.42s)
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/Device.swift.gyb
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/17] Emitting module ArgumentParserToolInfo
[8/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/18] Wrapping AST for ArgumentParserToolInfo for debugging
[11/57] Emitting module ArgumentParser
[12/62] Compiling ArgumentParser CollectionExtensions.swift
[13/62] Compiling ArgumentParser Platform.swift
[14/62] Compiling ArgumentParser SequenceExtensions.swift
[15/62] Compiling ArgumentParser StringExtensions.swift
[16/62] Compiling ArgumentParser Tree.swift
[17/62] Compiling ArgumentParser ExpressibleByArgument.swift
[18/62] Compiling ArgumentParser ParsableArguments.swift
[19/62] Compiling ArgumentParser ParsableArgumentsValidation.swift
[20/62] Compiling ArgumentParser ParsableCommand.swift
[21/62] Compiling ArgumentParser ArgumentDecoder.swift
[22/62] Compiling ArgumentParser BashCompletionsGenerator.swift
[23/62] Compiling ArgumentParser CompletionsGenerator.swift
[24/62] Compiling ArgumentParser FishCompletionsGenerator.swift
[25/62] Compiling ArgumentParser ZshCompletionsGenerator.swift
[26/62] Compiling ArgumentParser Argument.swift
[27/62] Compiling ArgumentParser ArgumentDiscussion.swift
[28/62] Compiling ArgumentParser Option.swift
[29/62] Compiling ArgumentParser OptionGroup.swift
[30/62] Compiling ArgumentParser AsyncParsableCommand.swift
[31/62] Compiling ArgumentParser CommandConfiguration.swift
[32/62] Compiling ArgumentParser CommandGroup.swift
[33/62] Compiling ArgumentParser EnumerableFlag.swift
[34/62] Compiling ArgumentParser ArgumentDefinition.swift
[35/62] Compiling ArgumentParser ArgumentSet.swift
[36/62] Compiling ArgumentParser CommandParser.swift
[37/62] Compiling ArgumentParser InputKey.swift
[38/62] Compiling ArgumentParser InputOrigin.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/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
[40/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
[41/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
[42/62] Compiling ArgumentParser ArgumentHelp.swift
[43/62] Compiling ArgumentParser ArgumentVisibility.swift
[44/62] Compiling ArgumentParser CompletionKind.swift
[45/62] Compiling ArgumentParser Errors.swift
[46/62] Compiling ArgumentParser Flag.swift
[47/62] Compiling ArgumentParser NameSpecification.swift
[48/62] Compiling ArgumentParser Name.swift
[49/62] Compiling ArgumentParser Parsed.swift
[50/62] Compiling ArgumentParser ParsedValues.swift
[51/62] Compiling ArgumentParser ParserError.swift
[52/62] Compiling ArgumentParser SplitArguments.swift
BUILD FAILURE 6.0 linux