The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DeckOfPlayingCards with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/example-package-deckofplayingcards.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/apple/example-package-deckofplayingcards
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b58763c Dealer command name correction (#14)
Cloned https://github.com/apple/example-package-deckofplayingcards.git
Revision (git rev-parse @):
b58763cd126a575801a8addf487ecf08b824c6fd
SUCCESS checkout https://github.com/apple/example-package-deckofplayingcards.git at main
Fetching https://github.com/apple/example-package-playingcard.git from cache
Fetched https://github.com/apple/example-package-playingcard.git (0.23s)
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.03s)
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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "example-package-deckofplayingcards",
      "name": "DeckOfPlayingCards",
      "url": "https://github.com/apple/example-package-deckofplayingcards.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/example-package-playingcard",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/apple/example-package-deckofplayingcards.git from cache
Fetched https://github.com/apple/example-package-deckofplayingcards.git (0.20s)
Fetching https://github.com/apple/example-package-playingcard.git from cache
Fetched https://github.com/apple/example-package-playingcard.git (0.19s)
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.02s)
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/apple/example-package-deckofplayingcards.git
Working copy of https://github.com/apple/example-package-deckofplayingcards.git resolved at main
warning: '.resolve-product-dependencies': dependency 'example-package-deckofplayingcards' is not used by any target
Found 1 product dependencies
  - PlayingCard
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling PlayingCard Rank.swift
[2/4] Compiling PlayingCard PlayingCard.swift
[3/4] Emitting module PlayingCard
[4/4] Compiling PlayingCard Suit.swift
[5/6] Emitting module DeckOfPlayingCards
[6/6] Compiling DeckOfPlayingCards Deck.swift
Build complete! (5.41s)
Build complete.
Done.