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 (242264), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 05:29:06 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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 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:         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-Beta.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-1EA4D86E10B52AF.txt
[9/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/16] Emitting module ArgumentParserToolInfo
[11/61] Compiling ArgumentParser ArgumentDiscussion.swift
[12/61] Compiling ArgumentParser ArgumentHelp.swift
[13/61] Compiling ArgumentParser ArgumentVisibility.swift
[14/61] Compiling ArgumentParser CompletionKind.swift
[15/61] Compiling ArgumentParser Errors.swift
[16/65] Emitting module ArgumentParser
[17/65] Compiling ArgumentParser InputKey.swift
[18/65] Compiling ArgumentParser InputOrigin.swift
[19/65] Compiling ArgumentParser Name.swift
[20/65] Compiling ArgumentParser Parsed.swift
[21/65] Compiling ArgumentParser ParsedValues.swift
[22/65] 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>'); this is an error in the Swift 6 language mode
 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>'); this is an error in the Swift 6 language mode
 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)
[23/65] 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>'); this is an error in the Swift 6 language mode
 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>'); this is an error in the Swift 6 language mode
 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)
[24/65] Compiling AppleGPUInfo CAppleGPUInfo.swift
[25/65] Compiling ArgumentParser NonsenseFlagsValidator.swift
[26/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[27/65] Compiling ArgumentParser PositionalArgumentsValidator.swift
[28/65] Compiling ArgumentParser UniqueNamesValidator.swift
[29/65] Compiling ArgumentParser MessageInfo.swift
[30/65] Compiling ArgumentParser UsageGenerator.swift
[31/65] Compiling ArgumentParser CollectionExtensions.swift
[32/65] Compiling ArgumentParser Mutex.swift
[33/65] Compiling ArgumentParser Platform.swift
[34/65] Compiling ArgumentParser Flag.swift
[35/65] Compiling ArgumentParser NameSpecification.swift
[36/65] Compiling ArgumentParser Option.swift
[37/65] Compiling ArgumentParser OptionGroup.swift
[38/65] Compiling ArgumentParser AsyncParsableCommand.swift
[39/65] Compiling ArgumentParser CommandConfiguration.swift
[40/65] Compiling ArgumentParser CommandGroup.swift
[41/65] Compiling ArgumentParser EnumerableFlag.swift
[42/65] Compiling ArgumentParser ExpressibleByArgument.swift
[43/65] Compiling ArgumentParser ParsableArguments.swift
[44/65] Compiling ArgumentParser SequenceExtensions.swift
[45/65] Compiling ArgumentParser StringExtensions.swift
[46/65] Compiling ArgumentParser Tree.swift
[47/65] Compiling ArgumentParser CodingKeyValidator.swift
[48/65] Compiling ArgumentParser ParsableCommand.swift
[49/65] Compiling ArgumentParser ArgumentDecoder.swift
[50/65] Compiling ArgumentParser ArgumentDefinition.swift
[51/65] Compiling ArgumentParser ArgumentSet.swift
[52/65] Compiling ArgumentParser CommandParser.swift
[53/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[54/65] Compiling ArgumentParser CompletionsGenerator.swift
[55/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[56/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[57/65] Compiling ArgumentParser Argument.swift
[58/65] Compiling ArgumentParser ParserError.swift
[59/65] Compiling ArgumentParser SplitArguments.swift
[60/65] Compiling ArgumentParser DumpHelpGenerator.swift
[61/65] Compiling ArgumentParser HelpCommand.swift
[62/65] Compiling ArgumentParser HelpGenerator.swift
[63/67] Emitting module AppleGPUInfoTool
[64/67] Compiling AppleGPUInfoTool main.swift
[64/67] Write Objects.LinkFileList
[65/67] Linking gpuinfo
[66/67] Applying gpuinfo
Build complete! (12.01s)
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.54s)
Fetching https://github.com/devicekit/DeviceKit
[1/4072] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (1.01s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at main (932e6cd)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (513b9d7)
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.