The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AppleGPUInfo, reference v2.0.1 (5f63ff), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 16:40:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philipturner/applegpuinfo.git
Reference: v2.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-argument-parser
[1/17523] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.58s)
Fetching https://github.com/devicekit/DeviceKit
[1/4399] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (1.22s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (e552972)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (56b997e)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "applegpuinfo",
      "name": "AppleGPUInfo",
      "url": "https://github.com/philipturner/applegpuinfo.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/applegpuinfo",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-argument-parser",
          "name": "swift-argument-parser",
          "url": "https://github.com/apple/swift-argument-parser",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-argument-parser",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "devicekit",
          "name": "DeviceKit",
          "url": "https://github.com/devicekit/DeviceKit",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DeviceKit",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/philipturner/applegpuinfo.git
[1/418] Fetching applegpuinfo
Fetched https://github.com/philipturner/applegpuinfo.git from cache (1.04s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (0.54s)
Fetching https://github.com/devicekit/DeviceKit from cache
Fetched https://github.com/devicekit/DeviceKit from cache (0.52s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (56b997e)
Creating working copy for https://github.com/philipturner/applegpuinfo.git
Working copy of https://github.com/philipturner/applegpuinfo.git resolved at v2.0.1 (5f63ffe)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (e552972)
Found 2 product dependencies
  - swift-argument-parser
  - DeviceKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/philipturner/applegpuinfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write sources
[5/11] Write gpuinfo-entitlement.plist
[7/11] Write swift-version--6988338F2F200930.txt
[9/16] Emitting module ArgumentParserToolInfo
[10/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/64] Compiling ArgumentParser CommandGroup.swift
[12/64] Compiling ArgumentParser EnumerableFlag.swift
[13/64] Compiling ArgumentParser ExpressibleByArgument.swift
[14/64] Compiling ArgumentParser ParsableArguments.swift
[15/64] Compiling ArgumentParser ParsableCommand.swift
[16/69] Compiling AppleGPUInfo CAppleGPUInfo.swift
[17/69] Emitting module AppleGPUInfo
/Users/admin/builder/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:14:16: warning: stored property '_cDescripton' of 'Sendable'-conforming class 'GPUInfoError' has non-Sendable type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
 12 |
 13 |   /// For compatibility with the C API, store an explicit C string.
 14 |   internal let _cDescripton: UnsafeMutablePointer<CChar>
    |                `- warning: stored property '_cDescripton' of 'Sendable'-conforming class 'GPUInfoError' has non-Sendable type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
 15 |
 16 |   /// Initialize the error object.
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
[18/69] Compiling AppleGPUInfo AppleGPUInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppleGPUInfo/AppleGPUInfo.swift:14:16: warning: stored property '_cDescripton' of 'Sendable'-conforming class 'GPUInfoError' has non-Sendable type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
 12 |
 13 |   /// For compatibility with the C API, store an explicit C string.
 14 |   internal let _cDescripton: UnsafeMutablePointer<CChar>
    |                `- warning: stored property '_cDescripton' of 'Sendable'-conforming class 'GPUInfoError' has non-Sendable type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
 15 |
 16 |   /// Initialize the error object.
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
[19/69] Compiling ArgumentParser ArgumentHelp.swift
[20/69] Compiling ArgumentParser ArgumentVisibility.swift
[21/69] Compiling ArgumentParser CompletionKind.swift
[22/69] Compiling ArgumentParser Errors.swift
[23/69] Compiling ArgumentParser Flag.swift
[24/69] Compiling ArgumentParser NameSpecification.swift
[25/69] Compiling ArgumentParser InputOrigin.swift
[26/69] Compiling ArgumentParser Name.swift
[27/69] Compiling ArgumentParser Parsed.swift
[28/69] Compiling ArgumentParser ParsedValues.swift
[29/69] Compiling ArgumentParser ParserError.swift
[30/69] Compiling ArgumentParser Option.swift
[31/69] Compiling ArgumentParser OptionGroup.swift
[32/69] Compiling ArgumentParser ParentCommand.swift
[33/69] Compiling ArgumentParser AsyncParsableCommand.swift
[34/69] Compiling ArgumentParser CommandConfiguration.swift
[35/69] Compiling ArgumentParser UsageGenerator.swift
[36/69] Compiling ArgumentParser CollectionExtensions.swift
[37/69] Compiling ArgumentParser Foundation.swift
[38/69] Compiling ArgumentParser Mutex.swift
[39/69] Compiling ArgumentParser Platform.swift
[40/69] Compiling ArgumentParser CodingKeyValidator.swift
[41/69] Compiling ArgumentParser NonsenseFlagsValidator.swift
[42/69] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/69] Compiling ArgumentParser PositionalArgumentsValidator.swift
[44/69] Compiling ArgumentParser UniqueNamesValidator.swift
[45/69] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/69] Compiling ArgumentParser CompletionsGenerator.swift
[47/69] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/69] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/69] Compiling ArgumentParser Argument.swift
[50/69] Compiling ArgumentParser ArgumentDiscussion.swift
[51/69] Compiling ArgumentParser SequenceExtensions.swift
[52/69] Compiling ArgumentParser StringExtensions.swift
[53/69] Compiling ArgumentParser SwiftExtensions.swift
[54/69] Compiling ArgumentParser Tree.swift
[55/69] Compiling ArgumentParser AsyncCompletionsValidator.swift
[56/69] Compiling ArgumentParser SplitArguments.swift
[57/69] Compiling ArgumentParser DumpHelpGenerator.swift
[58/69] Compiling ArgumentParser HelpCommand.swift
[59/69] Compiling ArgumentParser HelpGenerator.swift
[60/69] Compiling ArgumentParser MessageInfo.swift
[61/69] Compiling ArgumentParser ArgumentDecoder.swift
[62/69] Compiling ArgumentParser ArgumentDefinition.swift
[63/69] Compiling ArgumentParser ArgumentSet.swift
[64/69] Compiling ArgumentParser CommandParser.swift
[65/69] Compiling ArgumentParser InputKey.swift
[66/69] Emitting module ArgumentParser
[67/71] Compiling AppleGPUInfoTool main.swift
[68/71] Emitting module AppleGPUInfoTool
[68/71] Write Objects.LinkFileList
[69/71] Linking gpuinfo
[70/71] Applying gpuinfo
Build complete! (12.07s)
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
Done.