The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AppleGPUInfo, reference v2.0.1 (5f63ff), with Swift 6.1 for Android on 28 May 2025 15:38:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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: 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:         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-2":/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.76s)
Fetching https://github.com/devicekit/DeviceKit
[1/4066] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (0.70s)
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] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/18] Emitting module ArgumentParserToolInfo
[10/19] Wrapping AST for ArgumentParserToolInfo for debugging
[12/62] Emitting module ArgumentParser
[13/62] Compiling ArgumentParser BashCompletionsGenerator.swift
[14/62] Compiling ArgumentParser CompletionsGenerator.swift
[15/62] Compiling ArgumentParser FishCompletionsGenerator.swift
[16/62] Compiling ArgumentParser ZshCompletionsGenerator.swift
[17/62] Compiling ArgumentParser Argument.swift
[18/62] Compiling ArgumentParser ArgumentDiscussion.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] 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
[26/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
[27/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
[28/68] Compiling ArgumentParser CommandParser.swift
[29/68] Compiling ArgumentParser InputKey.swift
[30/68] Compiling ArgumentParser InputOrigin.swift
[31/68] Compiling ArgumentParser Name.swift
[32/68] Compiling ArgumentParser Parsed.swift
[33/68] Compiling ArgumentParser ParsedValues.swift
[34/68] Compiling ArgumentParser ExpressibleByArgument.swift
[35/68] Compiling ArgumentParser ParsableArguments.swift
[36/68] Compiling ArgumentParser ParsableCommand.swift
[37/68] Compiling ArgumentParser ArgumentDecoder.swift
[38/68] Compiling ArgumentParser ArgumentDefinition.swift
[39/68] Compiling ArgumentParser ArgumentSet.swift
[40/68] Compiling ArgumentParser Option.swift
[41/68] Compiling ArgumentParser OptionGroup.swift
[42/68] Compiling ArgumentParser AsyncParsableCommand.swift
[43/68] Compiling ArgumentParser CommandConfiguration.swift
[44/68] Compiling ArgumentParser CommandGroup.swift
[45/68] Compiling ArgumentParser EnumerableFlag.swift
[46/68] Compiling ArgumentParser ParserError.swift
[47/68] Compiling ArgumentParser SplitArguments.swift
[48/68] Compiling ArgumentParser DumpHelpGenerator.swift
[49/68] Compiling ArgumentParser HelpCommand.swift
[50/68] Compiling ArgumentParser HelpGenerator.swift
[51/68] Compiling ArgumentParser MessageInfo.swift
[52/68] Compiling ArgumentParser ArgumentHelp.swift
[53/68] Compiling ArgumentParser ArgumentVisibility.swift
[54/68] Compiling ArgumentParser CompletionKind.swift
[55/68] Compiling ArgumentParser Errors.swift
[56/68] Compiling ArgumentParser Flag.swift
[57/68] Compiling ArgumentParser NameSpecification.swift
[58/68] Compiling ArgumentParser UsageGenerator.swift
[59/68] Compiling ArgumentParser CollectionExtensions.swift
[60/68] Compiling ArgumentParser Mutex.swift
[61/68] Compiling ArgumentParser Platform.swift
[62/68] Compiling ArgumentParser SequenceExtensions.swift
[63/68] Compiling ArgumentParser StringExtensions.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Device.swift.gyb
    /host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
[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