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 dealer, reference 2.0.0 (22e26b), with Swift 6.1 for macOS (SPM) on 5 Jun 2025 06:45:27 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/example-package-dealer.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swiftlang/example-package-dealer
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at 22e26b7 Update readme
Cloned https://github.com/swiftlang/example-package-dealer.git
Revision (git rev-parse @):
22e26b7ba613a2de93b0d0e906e31aed5b41e6a2
SUCCESS checkout https://github.com/swiftlang/example-package-dealer.git at 2.0.0
Fetching https://github.com/apple/example-package-deckofplayingcards.git
[1/235] Fetching example-package-deckofplayingcards
Fetched https://github.com/apple/example-package-deckofplayingcards.git from cache (0.66s)
Computing version for https://github.com/apple/example-package-deckofplayingcards.git
Computed https://github.com/apple/example-package-deckofplayingcards.git at 3.0.5 (1.22s)
Fetching https://github.com/apple/example-package-playingcard.git
[1/227] Fetching example-package-playingcard
Fetched https://github.com/apple/example-package-playingcard.git from cache (0.69s)
Computing version for https://github.com/apple/example-package-playingcard.git
Computed https://github.com/apple/example-package-playingcard.git at 3.0.5 (1.33s)
Creating working copy for https://github.com/apple/example-package-deckofplayingcards.git
Working copy of https://github.com/apple/example-package-deckofplayingcards.git resolved at 3.0.5
Creating working copy for https://github.com/apple/example-package-playingcard.git
Working copy of https://github.com/apple/example-package-playingcard.git resolved at 3.0.5
========================================
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": "example-package-dealer",
      "name": "dealer",
      "url": "https://github.com/swiftlang/example-package-dealer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/example-package-dealer",
      "dependencies": [
        {
          "identity": "example-package-deckofplayingcards",
          "name": "DeckOfPlayingCards",
          "url": "https://github.com/apple/example-package-deckofplayingcards.git",
          "version": "3.0.5",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/example-package-deckofplayingcards",
          "dependencies": [
            {
              "identity": "example-package-playingcard",
              "name": "PlayingCard",
              "url": "https://github.com/apple/example-package-playingcard.git",
              "version": "3.0.5",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/example-package-playingcard",
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/swiftlang/example-package-dealer.git
[1/203] Fetching example-package-dealer
Fetched https://github.com/swiftlang/example-package-dealer.git from cache (0.78s)
Fetching https://github.com/apple/example-package-deckofplayingcards.git from cache
Fetched https://github.com/apple/example-package-deckofplayingcards.git from cache (0.49s)
Computing version for https://github.com/apple/example-package-deckofplayingcards.git
Computed https://github.com/apple/example-package-deckofplayingcards.git at 3.0.5 (0.54s)
Fetching https://github.com/apple/example-package-playingcard.git from cache
Fetched https://github.com/apple/example-package-playingcard.git from cache (0.45s)
Computing version for https://github.com/apple/example-package-playingcard.git
Computed https://github.com/apple/example-package-playingcard.git at 3.0.5 (0.50s)
Creating working copy for https://github.com/apple/example-package-playingcard.git
Working copy of https://github.com/apple/example-package-playingcard.git resolved at 3.0.5
Creating working copy for https://github.com/swiftlang/example-package-dealer.git
Working copy of https://github.com/swiftlang/example-package-dealer.git resolved at 2.0.0 (22e26b7)
Creating working copy for https://github.com/apple/example-package-deckofplayingcards.git
Working copy of https://github.com/apple/example-package-deckofplayingcards.git resolved at 3.0.5
Found 1 product dependencies
  - DeckOfPlayingCards
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swiftlang/example-package-dealer.git
https://github.com/swiftlang/example-package-dealer.git
{
  "dependencies" : [
    {
      "identity" : "example-package-deckofplayingcards",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/example-package-deckofplayingcards.git"
    }
  ],
  "manifest_display_name" : "dealer",
  "name" : "dealer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Dealer",
      "targets" : [
        "Dealer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Dealer",
      "module_type" : "SwiftTarget",
      "name" : "Dealer",
      "path" : "Sources/Dealer",
      "product_dependencies" : [
        "DeckOfPlayingCards"
      ],
      "product_memberships" : [
        "Dealer"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/8] Write sources
[2/8] Write Dealer-entitlement.plist
[3/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/12] Compiling PlayingCard PlayingCard.swift
[7/12] Compiling PlayingCard Rank.swift
[8/12] Compiling PlayingCard Suit.swift
[9/12] Emitting module PlayingCard
[10/14] Compiling DeckOfPlayingCards Deck.swift
[11/14] Emitting module DeckOfPlayingCards
[12/16] Emitting module Dealer
[13/16] Compiling Dealer main.swift
[13/16] Write Objects.LinkFileList
[14/16] Linking Dealer
[15/16] Applying Dealer
Build complete! (2.36s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "example-package-deckofplayingcards",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/example-package-deckofplayingcards.git"
    }
  ],
  "manifest_display_name" : "dealer",
  "name" : "dealer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Dealer",
      "targets" : [
        "Dealer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Dealer",
      "module_type" : "SwiftTarget",
      "name" : "Dealer",
      "path" : "Sources/Dealer",
      "product_dependencies" : [
        "DeckOfPlayingCards"
      ],
      "product_memberships" : [
        "Dealer"
      ],
      "sources" : [
        "main.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "4.0"
}
Done.