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

Successful build of AppleGPUInfo, reference main (120384), with Swift 6.2 for macOS (SPM) on 29 Oct 2025 20:06:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philipturner/applegpuinfo.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philipturner/applegpuinfo
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1203849 Merge pull request #14 from alexziskind1/main
Cloned https://github.com/philipturner/applegpuinfo.git
Revision (git rev-parse @):
120384981fc8bce84d5aa28f5f2221f9165c2bde
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philipturner/applegpuinfo.git at main
Fetching https://github.com/apple/swift-argument-parser
[1/16685] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.51s)
Fetching https://github.com/devicekit/DeviceKit
[1/4176] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (1.17s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (55ad16f)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (1fb5308)
========================================
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",
  "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",
      "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",
          "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",
          "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.57s)
Fetching https://github.com/devicekit/DeviceKit from cache
Fetched https://github.com/devicekit/DeviceKit from cache (0.56s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (1fb5308)
Creating working copy for https://github.com/philipturner/applegpuinfo.git
Working copy of https://github.com/philipturner/applegpuinfo.git resolved at main (1203849)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (55ad16f)
Found 2 product dependencies
  - swift-argument-parser
  - DeviceKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/philipturner/applegpuinfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write sources
[3/11] Write gpuinfo-entitlement.plist
[6/11] Write sources
[7/11] Write swift-version-49B95AFC49DCD68C.txt
[9/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/16] Emitting module ArgumentParserToolInfo
[11/63] Emitting module ArgumentParser
[12/68] Compiling ArgumentParser Platform.swift
[13/68] Compiling ArgumentParser SequenceExtensions.swift
[14/68] Compiling ArgumentParser StringExtensions.swift
[15/68] Compiling ArgumentParser SwiftExtensions.swift
[16/68] Compiling ArgumentParser Tree.swift
[17/68] Compiling ArgumentParser InputKey.swift
[18/68] Compiling ArgumentParser InputOrigin.swift
[19/68] Compiling ArgumentParser Name.swift
[20/68] Compiling ArgumentParser Parsed.swift
[21/68] Compiling ArgumentParser ParsedValues.swift
[22/68] Compiling ArgumentParser NameSpecification.swift
[23/68] Compiling ArgumentParser Option.swift
[24/68] Compiling ArgumentParser OptionGroup.swift
[25/68] Compiling ArgumentParser ParentCommand.swift
[26/68] Compiling ArgumentParser AsyncParsableCommand.swift
[27/68] Compiling ArgumentParser CodingKeyValidator.swift
[28/68] Compiling ArgumentParser NonsenseFlagsValidator.swift
[29/68] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/68] Compiling ArgumentParser PositionalArgumentsValidator.swift
[31/68] Compiling ArgumentParser UniqueNamesValidator.swift
[32/68] Compiling AppleGPUInfo CAppleGPUInfo.swift
[33/68] Compiling ArgumentParser ArgumentHelp.swift
[34/68] Compiling ArgumentParser ArgumentVisibility.swift
[35/68] Compiling ArgumentParser CompletionKind.swift
[36/68] Compiling ArgumentParser Errors.swift
[37/68] Compiling ArgumentParser Flag.swift
[38/68] Compiling ArgumentParser ParserError.swift
[39/68] Compiling ArgumentParser SplitArguments.swift
[40/68] Compiling ArgumentParser DumpHelpGenerator.swift
[41/68] Compiling ArgumentParser HelpCommand.swift
[42/68] Compiling ArgumentParser HelpGenerator.swift
[43/68] 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)
[44/68] 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)
[45/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[46/68] Compiling ArgumentParser CompletionsGenerator.swift
[47/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[48/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[49/68] Compiling ArgumentParser Argument.swift
[50/68] Compiling ArgumentParser ArgumentDiscussion.swift
[51/68] Compiling ArgumentParser ParsableCommand.swift
[52/68] Compiling ArgumentParser ArgumentDecoder.swift
[53/68] Compiling ArgumentParser ArgumentDefinition.swift
[54/68] Compiling ArgumentParser ArgumentSet.swift
[55/68] Compiling ArgumentParser CommandParser.swift
[56/68] Compiling ArgumentParser CommandConfiguration.swift
[57/68] Compiling ArgumentParser CommandGroup.swift
[58/68] Compiling ArgumentParser EnumerableFlag.swift
[59/68] Compiling ArgumentParser ExpressibleByArgument.swift
[60/68] Compiling ArgumentParser ParsableArguments.swift
[61/68] Compiling ArgumentParser MessageInfo.swift
[62/68] Compiling ArgumentParser UsageGenerator.swift
[63/68] Compiling ArgumentParser CollectionExtensions.swift
[64/68] Compiling ArgumentParser Foundation.swift
[65/68] Compiling ArgumentParser Mutex.swift
[66/70] Emitting module AppleGPUInfoTool
[67/70] Compiling AppleGPUInfoTool main.swift
[67/70] Write Objects.LinkFileList
[68/70] Linking gpuinfo
[69/70] Applying gpuinfo
Build complete! (8.03s)
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
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.