The Swift Package Index logo.Swift Package Index

Build Information

Successful build of package-frostflake, reference 7.0.0 (397a9c), with Swift 6.1 for macOS (SPM) on 26 Feb 2026 09:43:06 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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-frostflake.git
Reference: 7.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-frostflake
 * tag               7.0.0      -> FETCH_HEAD
HEAD is now at 397a9cb feat(major): [sc-29118] Update Frostflake (#71)
Cloned https://github.com/ordo-one/package-frostflake.git
Revision (git rev-parse @):
397a9cb550d33367b9ec4e6e5a1a73151cc39de2
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-frostflake.git at 7.0.0
========================================
Build
========================================
Selected platform:         macosSpm
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
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[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/15] Write sources
[4/15] Write flake-entitlement.plist
[5/15] Write sources
[10/15] Compiling CSystem shims.c
[11/15] Write swift-version-2F0A5646E1D333AE.txt
[13/51] Emitting module ArgumentParserToolInfo
[14/51] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/98] Compiling Frostflake FrostflakeHelpers.swift
[16/98] Compiling Frostflake FrostflakeDefinitions.swift
[17/98] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[18/98] Compiling Frostflake FrostflakeIdentifier.swift
[19/98] Emitting module Frostflake
[20/98] Compiling Frostflake Frostflake.swift
[21/98] Compiling ArgumentParser MessageInfo.swift
[22/98] Compiling ArgumentParser UsageGenerator.swift
[23/98] Compiling ArgumentParser CollectionExtensions.swift
[24/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[25/98] Compiling ArgumentParser Argument.swift
[26/98] Compiling ArgumentParser ArgumentDiscussion.swift
[27/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/98] Compiling ArgumentParser CompletionsGenerator.swift
[29/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/98] Compiling ArgumentParser Foundation.swift
[31/98] Compiling ArgumentParser Mutex.swift
[32/98] Compiling ArgumentParser ParserError.swift
[33/98] Compiling ArgumentParser AsyncParsableCommand.swift
[34/98] Compiling ArgumentParser InputKey.swift
[35/98] Compiling ArgumentParser InputOrigin.swift
[36/98] Compiling ArgumentParser Name.swift
[37/98] Compiling ArgumentParser Parsed.swift
[38/98] Compiling ArgumentParser ParsedValues.swift
[39/101] Emitting module SystemPackage
[40/101] Compiling ArgumentParser Errors.swift
[41/101] Compiling ArgumentParser Flag.swift
[42/101] Compiling ArgumentParser NameSpecification.swift
[43/101] Compiling ArgumentParser ArgumentHelp.swift
[44/101] Compiling ArgumentParser ArgumentVisibility.swift
[45/101] Compiling ArgumentParser CompletionKind.swift
[46/101] Compiling ArgumentParser Option.swift
[47/101] Compiling ArgumentParser OptionGroup.swift
[48/101] Compiling ArgumentParser ParentCommand.swift
[49/101] Compiling SystemPackage Util+StringArray.swift
[50/101] Compiling SystemPackage Util.swift
[51/101] Compiling SystemPackage UtilConsumers.swift
[57/106] Compiling ArgumentParser CommandConfiguration.swift
[58/106] Compiling ArgumentParser CommandGroup.swift
[59/106] Compiling ArgumentParser EnumerableFlag.swift
[60/106] Compiling ArgumentParser ExpressibleByArgument.swift
[61/106] Compiling ArgumentParser ParsableArguments.swift
[67/106] Compiling ArgumentParser CodingKeyValidator.swift
[68/106] Compiling ArgumentParser NonsenseFlagsValidator.swift
[69/106] Compiling ArgumentParser ParsableArgumentsValidation.swift
[70/106] Compiling ArgumentParser PositionalArgumentsValidator.swift
[71/106] Compiling ArgumentParser UniqueNamesValidator.swift
[72/106] Emitting module ArgumentParser
[78/106] Compiling ArgumentParser Platform.swift
[79/106] Compiling ArgumentParser SequenceExtensions.swift
[80/106] Compiling ArgumentParser StringExtensions.swift
[81/106] Compiling ArgumentParser SwiftExtensions.swift
[82/106] Compiling ArgumentParser Tree.swift
[87/106] Compiling ArgumentParser HelpGenerator.swift
[88/106] Compiling ArgumentParser ParsableCommand.swift
[89/106] Compiling ArgumentParser ArgumentDecoder.swift
[90/106] Compiling ArgumentParser ArgumentDefinition.swift
[91/106] Compiling ArgumentParser ArgumentSet.swift
[92/106] Compiling ArgumentParser CommandParser.swift
[104/108] Emitting module FrostflakeUtility
[105/108] Compiling FrostflakeUtility FrostflakeUtility.swift
[105/108] Write Objects.LinkFileList
[106/108] Linking flake
[107/108] Applying flake
Build complete! (26.42s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.30s)
Fetched https://github.com/apple/swift-system from cache (1.33s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (5.02s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.50s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.4 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.50s)
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
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.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.4
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" : "/Users/admin/builder/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"
}
Done.