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 PlayingCard, reference 4.0.0 (607743), with Swift 6.2 (beta) for macOS (SPM) on 20 Aug 2025 01:58:09 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/example-package-playingcard.git
Reference: 4.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/example-package-playingcard
 * tag               4.0.0      -> FETCH_HEAD
HEAD is now at 6077439 update package to Swift 6, replacing XCTest with swift-testing (#31)
Cloned https://github.com/swiftlang/example-package-playingcard.git
Revision (git rev-parse @):
60774397938af58277f47e9aa567582c03bb274f
SUCCESS checkout https://github.com/swiftlang/example-package-playingcard.git at 4.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/swiftlang/example-package-playingcard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling PlayingCard Suit.swift
[4/6] Compiling PlayingCard PlayingCard.swift
[5/6] Emitting module PlayingCard
[6/6] Compiling PlayingCard Rank.swift
Build complete! (0.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PlayingCard",
  "name" : "PlayingCard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "PlayingCard",
      "targets" : [
        "PlayingCard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PlayingCardTests",
      "module_type" : "SwiftTarget",
      "name" : "PlayingCardTests",
      "path" : "Tests/PlayingCardTests",
      "sources" : [
        "CardTests.swift",
        "RankTests.swift",
        "SuitTests.swift"
      ],
      "target_dependencies" : [
        "PlayingCard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PlayingCard",
      "module_type" : "SwiftTarget",
      "name" : "PlayingCard",
      "path" : "Sources/PlayingCard",
      "product_memberships" : [
        "PlayingCard"
      ],
      "sources" : [
        "PlayingCard.swift",
        "Rank.swift",
        "Suit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.