The Swift Package Index logo.Swift Package Index

Build Information

Successful build of package-frostflake, reference main (6cece5), with Swift 6.1 for Linux on 27 Mar 2026 20:43:21 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-frostflake.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/ordo-one/package-frostflake
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6cece53 ci: 🔄 synced local '.swift-version' with remote 'dotfiles/swift-version'
Cloned https://github.com/ordo-one/package-frostflake.git
Revision (git rev-parse @):
6cece534935797b3bf9c0d125a5f1febc4f6b7b9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-frostflake.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ordo-one/package-frostflake.git
https://github.com/ordo-one/package-frostflake.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "package-frostflake",
  "name" : "package-frostflake",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Frostflake",
      "targets" : [
        "Frostflake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "flake",
      "targets" : [
        "FrostflakeUtility"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FrostflakeUtility",
      "module_type" : "SwiftTarget",
      "name" : "FrostflakeUtility",
      "path" : "Sources/FrostflakeUtility",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "flake"
      ],
      "sources" : [
        "FrostflakeUtility.swift"
      ],
      "target_dependencies" : [
        "Frostflake"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FrostflakeTests",
      "module_type" : "SwiftTarget",
      "name" : "FrostflakeTests",
      "path" : "Tests/FrostflakeTests",
      "sources" : [
        "EpochDateTime.swift",
        "FrostflakeTests.swift",
        "SharedGeneratorSuiteTrait.swift",
        "SharedGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "FrostflakeUtility",
        "Frostflake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frostflake",
      "module_type" : "SwiftTarget",
      "name" : "Frostflake",
      "path" : "Sources/Frostflake",
      "product_memberships" : [
        "Frostflake",
        "flake"
      ],
      "sources" : [
        "Frostflake.swift",
        "FrostflakeDefinitions.swift",
        "FrostflakeHelpers.swift",
        "FrostflakeIdentifier+Base58.swift",
        "FrostflakeIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[240/19635] Fetching swift-docc-plugin, swift-argument-parser
[961/25236] Fetching swift-docc-plugin, swift-argument-parser, swift-system
Fetched https://github.com/apple/swift-system from cache (0.46s)
[16067/17464] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (3.16s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.10s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.63s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (0.59s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
[4/4] Compiling plugin GenerateDoccReference
Building for debugging...
[4/18] Write sources
[9/18] Write swift-version-24593BA9C3E375BF.txt
[10/18] Compiling CSystem shims.c
[12/57] Emitting module ArgumentParserToolInfo
[13/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/58] Compiling SystemPackage FilePathWindows.swift
[15/58] Compiling SystemPackage FilePermissions.swift
[16/58] Compiling SystemPackage IOCompletion.swift
[17/58] Compiling SystemPackage IORequest.swift
[18/58] Compiling SystemPackage FilePathSyntax.swift
[19/58] Compiling SystemPackage FilePathTemp.swift
[20/58] Compiling SystemPackage FilePathTempPosix.swift
[21/58] Compiling SystemPackage FilePathTempWindows.swift
[22/62] Compiling SystemPackage FilePath.swift
[23/62] Compiling SystemPackage FilePathComponentView.swift
[24/62] Compiling SystemPackage FilePathComponents.swift
[25/62] Compiling SystemPackage FilePathParsing.swift
[26/62] Compiling SystemPackage FilePathString.swift
[28/62] Compiling SystemPackage Errno.swift
[29/62] Compiling SystemPackage ErrnoWindows.swift
[30/62] Compiling SystemPackage FileDescriptor.swift
[31/62] Compiling SystemPackage FileHelpers.swift
[32/62] Compiling SystemPackage FileOperations.swift
[33/62] Emitting module SystemPackage
[33/62] Wrapping AST for ArgumentParserToolInfo for debugging
[35/108] Compiling ArgumentParser SwiftExtensions.swift
[36/108] Compiling ArgumentParser InputOrigin.swift
[37/108] Compiling ArgumentParser Name.swift
[38/108] Compiling ArgumentParser Parsed.swift
[39/108] Compiling ArgumentParser Argument.swift
[40/108] Compiling ArgumentParser ArgumentDiscussion.swift
[41/108] Compiling ArgumentParser ArgumentHelp.swift
[42/108] Compiling ArgumentParser Foundation.swift
[43/108] Compiling ArgumentParser Mutex.swift
[44/108] Compiling ArgumentParser Platform.swift
[45/108] Compiling ArgumentParser SequenceExtensions.swift
[46/108] Compiling ArgumentParser StringExtensions.swift
[47/108] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[48/108] Compiling Frostflake FrostflakeIdentifier.swift
[49/108] Compiling Frostflake FrostflakeDefinitions.swift
[50/108] Compiling Frostflake FrostflakeHelpers.swift
[51/108] Compiling ArgumentParser ParsedValues.swift
[52/108] Compiling ArgumentParser ParserError.swift
[53/108] Compiling ArgumentParser SplitArguments.swift
[54/108] Compiling ArgumentParser DumpHelpGenerator.swift
[55/109] Wrapping AST for SystemPackage for debugging
[57/109] Compiling ArgumentParser ParentCommand.swift
[58/109] Compiling ArgumentParser AsyncParsableCommand.swift
[59/109] Compiling ArgumentParser CommandConfiguration.swift
[60/109] Compiling ArgumentParser CommandGroup.swift
[61/109] Compiling ArgumentParser EnumerableFlag.swift
[62/109] Compiling ArgumentParser ExpressibleByArgument.swift
[63/109] Compiling ArgumentParser ParsableArguments.swift
[64/115] Emitting module ArgumentParser
[65/115] Emitting module Frostflake
[66/115] Compiling Frostflake Frostflake.swift
[67/116] Wrapping AST for Frostflake for debugging
[69/116] Compiling ArgumentParser Tree.swift
[70/116] Compiling ArgumentParser CodingKeyValidator.swift
[71/116] Compiling ArgumentParser NonsenseFlagsValidator.swift
[72/116] Compiling ArgumentParser ParsableArgumentsValidation.swift
[73/116] Compiling ArgumentParser PositionalArgumentsValidator.swift
[74/116] Compiling ArgumentParser UniqueNamesValidator.swift
[75/116] Compiling ArgumentParser BashCompletionsGenerator.swift
[76/116] Compiling ArgumentParser CompletionsGenerator.swift
[77/116] Compiling ArgumentParser FishCompletionsGenerator.swift
[78/116] Compiling ArgumentParser ZshCompletionsGenerator.swift
[82/116] Compiling ArgumentParser ArgumentVisibility.swift
[83/116] Compiling ArgumentParser CompletionKind.swift
[84/116] Compiling ArgumentParser Errors.swift
[85/116] Compiling ArgumentParser Flag.swift
[86/116] Compiling ArgumentParser NameSpecification.swift
[87/116] Compiling ArgumentParser Option.swift
[88/116] Compiling ArgumentParser OptionGroup.swift
[102/116] Compiling ArgumentParser HelpCommand.swift
[103/116] Compiling ArgumentParser HelpGenerator.swift
[104/116] Compiling ArgumentParser MessageInfo.swift
[105/116] Compiling ArgumentParser UsageGenerator.swift
[106/116] Compiling ArgumentParser CollectionExtensions.swift
[107/116] Compiling ArgumentParser ParsableCommand.swift
[108/116] Compiling ArgumentParser ArgumentDecoder.swift
[109/116] Compiling ArgumentParser ArgumentDefinition.swift
[110/116] Compiling ArgumentParser ArgumentSet.swift
[111/116] Compiling ArgumentParser CommandParser.swift
[112/116] Compiling ArgumentParser InputKey.swift
[113/117] Wrapping AST for ArgumentParser for debugging
[115/119] Emitting module FrostflakeUtility
[116/119] Compiling FrostflakeUtility FrostflakeUtility.swift
[117/120] Wrapping AST for FrostflakeUtility for debugging
[118/120] Write Objects.LinkFileList
[119/120] Linking flake
Build complete! (38.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "package-frostflake",
  "name" : "package-frostflake",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "ios",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "Frostflake",
      "targets" : [
        "Frostflake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "flake",
      "targets" : [
        "FrostflakeUtility"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FrostflakeUtility",
      "module_type" : "SwiftTarget",
      "name" : "FrostflakeUtility",
      "path" : "Sources/FrostflakeUtility",
      "product_dependencies" : [
        "ArgumentParser",
        "SystemPackage"
      ],
      "product_memberships" : [
        "flake"
      ],
      "sources" : [
        "FrostflakeUtility.swift"
      ],
      "target_dependencies" : [
        "Frostflake"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "FrostflakeTests",
      "module_type" : "SwiftTarget",
      "name" : "FrostflakeTests",
      "path" : "Tests/FrostflakeTests",
      "sources" : [
        "EpochDateTime.swift",
        "FrostflakeTests.swift",
        "SharedGeneratorSuiteTrait.swift",
        "SharedGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "FrostflakeUtility",
        "Frostflake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frostflake",
      "module_type" : "SwiftTarget",
      "name" : "Frostflake",
      "path" : "Sources/Frostflake",
      "product_memberships" : [
        "Frostflake",
        "flake"
      ],
      "sources" : [
        "Frostflake.swift",
        "FrostflakeDefinitions.swift",
        "FrostflakeHelpers.swift",
        "FrostflakeIdentifier+Base58.swift",
        "FrostflakeIdentifier.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.