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.0 for macOS (SPM) on 29 Oct 2025 20:04:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/philipturner/applegpuinfo.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/11] Write sources
[6/11] Write gpuinfo-entitlement.plist
[7/11] Write swift-version-5BDAB9E9C0126B9D.txt
[9/16] Emitting module ArgumentParserToolInfo
[10/16] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/63] 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)
[12/63] Emitting module ArgumentParser
[13/68] Compiling ArgumentParser Platform.swift
[14/68] Compiling ArgumentParser SequenceExtensions.swift
[15/68] Compiling ArgumentParser StringExtensions.swift
[16/68] Compiling ArgumentParser SwiftExtensions.swift
[17/68] Compiling ArgumentParser Tree.swift
[18/68] Compiling AppleGPUInfo CAppleGPUInfo.swift
[19/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>'); 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)
[20/68] Compiling ArgumentParser ArgumentHelp.swift
[21/68] Compiling ArgumentParser ArgumentVisibility.swift
[22/68] Compiling ArgumentParser CompletionKind.swift
[23/68] Compiling ArgumentParser Errors.swift
[24/68] Compiling ArgumentParser Flag.swift
[25/68] Compiling ArgumentParser CodingKeyValidator.swift
[26/68] Compiling ArgumentParser NonsenseFlagsValidator.swift
[27/68] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/68] Compiling ArgumentParser PositionalArgumentsValidator.swift
[29/68] Compiling ArgumentParser UniqueNamesValidator.swift
[30/68] Compiling ArgumentParser CommandConfiguration.swift
[31/68] Compiling ArgumentParser CommandGroup.swift
[32/68] Compiling ArgumentParser EnumerableFlag.swift
[33/68] Compiling ArgumentParser ExpressibleByArgument.swift
[34/68] Compiling ArgumentParser ParsableArguments.swift
[35/68] Compiling ArgumentParser NameSpecification.swift
[36/68] Compiling ArgumentParser Option.swift
[37/68] Compiling ArgumentParser OptionGroup.swift
[38/68] Compiling ArgumentParser ParentCommand.swift
[39/68] Compiling ArgumentParser AsyncParsableCommand.swift
[40/68] Compiling ArgumentParser InputKey.swift
[41/68] Compiling ArgumentParser InputOrigin.swift
[42/68] Compiling ArgumentParser Name.swift
[43/68] Compiling ArgumentParser Parsed.swift
[44/68] Compiling ArgumentParser ParsedValues.swift
[45/68] Compiling ArgumentParser MessageInfo.swift
[46/68] Compiling ArgumentParser UsageGenerator.swift
[47/68] Compiling ArgumentParser CollectionExtensions.swift
[48/68] Compiling ArgumentParser Foundation.swift
[49/68] Compiling ArgumentParser Mutex.swift
[50/68] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/68] Compiling ArgumentParser CompletionsGenerator.swift
[52/68] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/68] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/68] Compiling ArgumentParser Argument.swift
[55/68] Compiling ArgumentParser ArgumentDiscussion.swift
[56/68] Compiling ArgumentParser ParserError.swift
[57/68] Compiling ArgumentParser SplitArguments.swift
[58/68] Compiling ArgumentParser DumpHelpGenerator.swift
[59/68] Compiling ArgumentParser HelpCommand.swift
[60/68] Compiling ArgumentParser HelpGenerator.swift
[61/68] Compiling ArgumentParser ParsableCommand.swift
[62/68] Compiling ArgumentParser ArgumentDecoder.swift
[63/68] Compiling ArgumentParser ArgumentDefinition.swift
[64/68] Compiling ArgumentParser ArgumentSet.swift
[65/68] Compiling ArgumentParser CommandParser.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! (13.97s)
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.48s)
Fetching https://github.com/devicekit/DeviceKit
[1/4176] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit from cache (1.09s)
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/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at master (55ad16f)
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/Info.plist
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
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.