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 Android on 5 Jun 2025 06:44:40 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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
========================================
Build
========================================
Selected platform:         android
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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.24s)
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.73s)
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.80s)
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.34s)
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 3.0.5
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling PlayingCard Suit.swift
[6/13] Emitting module PlayingCard
[7/13] Compiling PlayingCard PlayingCard.swift
[8/13] Compiling PlayingCard Rank.swift
[9/14] Wrapping AST for PlayingCard for debugging
[11/16] Compiling DeckOfPlayingCards Deck.swift
[12/16] Emitting module DeckOfPlayingCards
[13/17] Wrapping AST for DeckOfPlayingCards for debugging
[15/19] Emitting module Dealer
[16/19] Compiling Dealer main.swift
[17/20] Wrapping AST for Dealer for debugging
[18/20] Write Objects.LinkFileList
[19/20] Linking Dealer
Build complete! (7.24s)
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" : "/host/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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.