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 main (38af35), with Swift 6.1 for Linux on 26 Aug 2025 20:23:44 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftlang/example-package-dealer.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 38af353 Swift6 testing (#19)
Cloned https://github.com/swiftlang/example-package-dealer.git
Revision (git rev-parse @):
38af3537d25496db880e3c12db742ceb4f342dc3
SUCCESS checkout https://github.com/swiftlang/example-package-dealer.git at main
========================================
Build
========================================
Selected platform:         linux
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" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/example-package-deckofplayingcards.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "dealer",
  "name" : "dealer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "dealer",
      "targets" : [
        "dealer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dealer",
      "module_type" : "SwiftTarget",
      "name" : "dealer",
      "path" : "Sources/dealer",
      "product_dependencies" : [
        "DeckOfPlayingCards",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "dealer"
      ],
      "sources" : [
        "Dealer.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DealerTests",
      "module_type" : "SwiftTarget",
      "name" : "DealerTests",
      "path" : "Tests/DealerTests",
      "sources" : [
        "DealerTests.swift"
      ],
      "target_dependencies" : [
        "dealer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/example-package-deckofplayingcards.git
[1/267] Fetching example-package-deckofplayingcards
Fetched https://github.com/apple/example-package-deckofplayingcards.git from cache (0.27s)
[1/15689] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Computing version for https://github.com/apple/example-package-deckofplayingcards.git
Computed https://github.com/apple/example-package-deckofplayingcards.git at 4.0.0 (1.44s)
Fetching https://github.com/apple/example-package-playingcard.git
[1/270] Fetching example-package-playingcard
Fetched https://github.com/apple/example-package-playingcard.git from cache (0.25s)
Computing version for https://github.com/apple/example-package-playingcard.git
Computed https://github.com/apple/example-package-playingcard.git at 4.0.0 (0.76s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.55s)
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 4.0.0
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 4.0.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/21] Compiling PlayingCard PlayingCard.swift
[10/21] Compiling PlayingCard Suit.swift
[11/21] Emitting module PlayingCard
[12/21] Compiling PlayingCard Rank.swift
[13/22] Emitting module ArgumentParserToolInfo
[14/22] Compiling ArgumentParserToolInfo ToolInfo.swift
[16/23] Wrapping AST for PlayingCard for debugging
[17/23] Wrapping AST for ArgumentParserToolInfo for debugging
[19/69] Emitting module DeckOfPlayingCards
[20/69] Compiling DeckOfPlayingCards Deck.swift
[21/70] Wrapping AST for DeckOfPlayingCards for debugging
[23/70] Emitting module ArgumentParser
[24/76] Compiling ArgumentParser Tree.swift
[25/76] Compiling ArgumentParser CodingKeyValidator.swift
[26/76] Compiling ArgumentParser NonsenseFlagsValidator.swift
[27/76] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/76] Compiling ArgumentParser PositionalArgumentsValidator.swift
[29/76] Compiling ArgumentParser UniqueNamesValidator.swift
[30/76] Compiling ArgumentParser OptionGroup.swift
[31/76] Compiling ArgumentParser AsyncParsableCommand.swift
[32/76] Compiling ArgumentParser CommandConfiguration.swift
[33/76] Compiling ArgumentParser CommandGroup.swift
[34/76] Compiling ArgumentParser EnumerableFlag.swift
[35/76] Compiling ArgumentParser ExpressibleByArgument.swift
[36/76] Compiling ArgumentParser CollectionExtensions.swift
[37/76] Compiling ArgumentParser Mutex.swift
[38/76] Compiling ArgumentParser Platform.swift
[39/76] Compiling ArgumentParser SequenceExtensions.swift
[40/76] Compiling ArgumentParser StringExtensions.swift
[41/76] Compiling ArgumentParser SwiftExtensions.swift
[42/76] Compiling ArgumentParser InputKey.swift
[43/76] Compiling ArgumentParser InputOrigin.swift
[44/76] Compiling ArgumentParser Name.swift
[45/76] Compiling ArgumentParser Parsed.swift
[46/76] Compiling ArgumentParser ParsedValues.swift
[47/76] Compiling ArgumentParser ParserError.swift
[48/76] Compiling ArgumentParser ArgumentVisibility.swift
[49/76] Compiling ArgumentParser CompletionKind.swift
[50/76] Compiling ArgumentParser Errors.swift
[51/76] Compiling ArgumentParser Flag.swift
[52/76] Compiling ArgumentParser NameSpecification.swift
[53/76] Compiling ArgumentParser Option.swift
[54/76] Compiling ArgumentParser SplitArguments.swift
[55/76] Compiling ArgumentParser DumpHelpGenerator.swift
[56/76] Compiling ArgumentParser HelpCommand.swift
[57/76] Compiling ArgumentParser HelpGenerator.swift
[58/76] Compiling ArgumentParser MessageInfo.swift
[59/76] Compiling ArgumentParser UsageGenerator.swift
[60/76] Compiling ArgumentParser ParsableArguments.swift
[61/76] Compiling ArgumentParser ParsableCommand.swift
[62/76] Compiling ArgumentParser ArgumentDecoder.swift
[63/76] Compiling ArgumentParser ArgumentDefinition.swift
[64/76] Compiling ArgumentParser ArgumentSet.swift
[65/76] Compiling ArgumentParser CommandParser.swift
[66/76] Compiling ArgumentParser BashCompletionsGenerator.swift
[67/76] Compiling ArgumentParser CompletionsGenerator.swift
[68/76] Compiling ArgumentParser FishCompletionsGenerator.swift
[69/76] Compiling ArgumentParser ZshCompletionsGenerator.swift
[70/76] Compiling ArgumentParser Argument.swift
[71/76] Compiling ArgumentParser ArgumentDiscussion.swift
[72/76] Compiling ArgumentParser ArgumentHelp.swift
[73/79] Wrapping AST for ArgumentParser for debugging
[75/79] Compiling dealer Dealer.swift
[76/79] Emitting module dealer
[77/80] Wrapping AST for dealer for debugging
[78/80] Write Objects.LinkFileList
[79/80] Linking dealer
Build complete! (23.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "example-package-deckofplayingcards",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/example-package-deckofplayingcards.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "dealer",
  "name" : "dealer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "dealer",
      "targets" : [
        "dealer"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "dealer",
      "module_type" : "SwiftTarget",
      "name" : "dealer",
      "path" : "Sources/dealer",
      "product_dependencies" : [
        "DeckOfPlayingCards",
        "ArgumentParser"
      ],
      "product_memberships" : [
        "dealer"
      ],
      "sources" : [
        "Dealer.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DealerTests",
      "module_type" : "SwiftTarget",
      "name" : "DealerTests",
      "path" : "Tests/DealerTests",
      "sources" : [
        "DealerTests.swift"
      ],
      "target_dependencies" : [
        "dealer"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.