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 main (6b1606), with Swift 5.9 for macOS (SPM) on 5 Jun 2025 06:52:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/example-package-playingcard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/example-package-playingcard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b16060 Merge pull request #30 from swiftlang/parispittman-patch-2
Cloned https://github.com/swiftlang/example-package-playingcard.git
Revision (git rev-parse @):
6b16060b33dacdb998ee6eac2365b2389e9453c3
SUCCESS checkout https://github.com/swiftlang/example-package-playingcard.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/swiftlang/example-package-playingcard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling PlayingCard PlayingCard.swift
[2/4] Emitting module PlayingCard
[3/4] Compiling PlayingCard Rank.swift
[4/4] Compiling PlayingCard Suit.swift
Build complete! (4.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "PlayingCard",
  "name" : "PlayingCard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "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",
        "XCTestManifests.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" : "4.0"
}
Done.