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 package-frostflake, reference main (40094d), with Swift 6.0 for macOS (SPM) on 4 Jul 2025 19:16:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-frostflake.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ordo-one/package-frostflake
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 40094d1 ci: 🔄 synced local '.swift-version' with remote 'dotfiles/swift-version'
Cloned https://github.com/ordo-one/package-frostflake.git
Revision (git rev-parse @):
40094d1f6c57985279bc22f8d0bb52a91aeac2d9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-frostflake.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ordo-one/package-frostflake.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin Swift-DocC
[4/4] Compiling plugin Swift-DocC Preview
Building for debugging...
[4/15] Write sources
[5/15] Write flake-entitlement.plist
[5/15] Write sources
[10/15] Compiling CSystem shims.c
[11/15] Write swift-version-5BDAB9E9C0126B9D.txt
[13/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/52] Emitting module ArgumentParserToolInfo
[15/98] Emitting module Frostflake
/Users/admin/builder/spi-builder-workspace/Sources/Frostflake/Lock.swift:23:25: warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>'); this is an error in the Swift 6 language mode
 21 | final class Lock {
 22 |     #if os(macOS)
 23 |         fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
    |                         `- warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>'); this is an error in the Swift 6 language mode
 24 |     #else
 25 |         fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
[16/98] Emitting module SystemPackage
[17/101] Compiling Frostflake Frostflake.swift
[18/101] Compiling ArgumentParser Argument.swift
[19/101] Compiling ArgumentParser InputKey.swift
[20/101] Compiling ArgumentParser InputOrigin.swift
[21/101] Compiling ArgumentParser Name.swift
[22/101] Compiling ArgumentParser Parsed.swift
[23/101] Compiling ArgumentParser ParsedValues.swift
[24/101] Compiling Frostflake Lock.swift
/Users/admin/builder/spi-builder-workspace/Sources/Frostflake/Lock.swift:23:25: warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>'); this is an error in the Swift 6 language mode
 21 | final class Lock {
 22 |     #if os(macOS)
 23 |         fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
    |                         `- warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<os_unfair_lock>' (aka 'UnsafeMutablePointer<os_unfair_lock_s>'); this is an error in the Swift 6 language mode
 24 |     #else
 25 |         fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
1 | @frozen public struct UnsafeMutablePointer<Pointee> : Copyable where Pointee : ~Copyable {
  |                       `- note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
2 |     public let _rawValue: Builtin.RawPointer
3 |     public init(_ _rawValue: Builtin.RawPointer)
[25/101] Compiling ArgumentParser CompletionKind.swift
[26/101] Compiling ArgumentParser Errors.swift
[27/101] Compiling ArgumentParser Flag.swift
[28/101] Compiling ArgumentParser ArgumentDiscussion.swift
[29/101] Compiling ArgumentParser ArgumentHelp.swift
[30/101] Compiling ArgumentParser ArgumentVisibility.swift
[31/101] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[32/101] Compiling Frostflake FrostflakeHelpers.swift
[33/101] Compiling Frostflake FrostflakeIdentifier.swift
[34/101] Compiling Frostflake FrostflakeDefinitions.swift
[35/101] Compiling ArgumentParser NameSpecification.swift
[36/101] Compiling ArgumentParser Option.swift
[37/101] Compiling ArgumentParser OptionGroup.swift
[38/101] Compiling ArgumentParser AsyncParsableCommand.swift
[39/101] Compiling ArgumentParser ParserError.swift
[40/101] Compiling ArgumentParser SplitArguments.swift
[41/101] Compiling ArgumentParser Tree.swift
[42/101] Compiling ArgumentParser CodingKeyValidator.swift
[43/101] Compiling ArgumentParser BashCompletionsGenerator.swift
[44/101] Compiling ArgumentParser CompletionsGenerator.swift
[45/101] Compiling ArgumentParser FishCompletionsGenerator.swift
[46/101] Compiling ArgumentParser ZshCompletionsGenerator.swift
[47/101] Compiling ArgumentParser SequenceExtensions.swift
[48/101] Compiling ArgumentParser StringExtensions.swift
[49/101] Compiling ArgumentParser SwiftExtensions.swift
[50/101] Compiling SystemPackage Util+StringArray.swift
[51/101] Compiling SystemPackage Util.swift
[52/101] Compiling SystemPackage UtilConsumers.swift
[53/101] Emitting module ArgumentParser
[54/105] Compiling ArgumentParser CommandConfiguration.swift
[55/105] Compiling ArgumentParser CommandGroup.swift
[56/105] Compiling ArgumentParser EnumerableFlag.swift
[57/105] Compiling ArgumentParser ExpressibleByArgument.swift
[58/105] Compiling ArgumentParser ParsableArguments.swift
[69/105] Compiling ArgumentParser NonsenseFlagsValidator.swift
[70/105] Compiling ArgumentParser ParsableArgumentsValidation.swift
[71/105] Compiling ArgumentParser PositionalArgumentsValidator.swift
[72/105] Compiling ArgumentParser UniqueNamesValidator.swift
[83/105] Compiling ArgumentParser MessageInfo.swift
[84/105] Compiling ArgumentParser UsageGenerator.swift
[85/105] Compiling ArgumentParser CollectionExtensions.swift
[86/105] Compiling ArgumentParser Mutex.swift
[87/105] Compiling ArgumentParser Platform.swift
[98/105] Compiling ArgumentParser ParsableCommand.swift
[99/105] Compiling ArgumentParser ArgumentDecoder.swift
[100/105] Compiling ArgumentParser ArgumentDefinition.swift
[101/105] Compiling ArgumentParser ArgumentSet.swift
[102/105] Compiling ArgumentParser CommandParser.swift
[103/107] Emitting module FrostflakeUtility
/Users/admin/builder/spi-builder-workspace/Sources/FrostflakeUtility/FrostflakeUtility.swift:12:1: warning: extension declares a conformance of imported type 'FrostflakeIdentifier' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Frostflake' introduce this conformance in the future
10 | import Frostflake
11 |
12 | extension FrostflakeIdentifier: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FrostflakeIdentifier' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Frostflake' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public init?(argument: String) {
14 |         if let frostflakeIdentifier = FrostflakeIdentifier(base58: argument) {
[104/107] Compiling FrostflakeUtility FrostflakeUtility.swift
/Users/admin/builder/spi-builder-workspace/Sources/FrostflakeUtility/FrostflakeUtility.swift:12:1: warning: extension declares a conformance of imported type 'FrostflakeIdentifier' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Frostflake' introduce this conformance in the future
10 | import Frostflake
11 |
12 | extension FrostflakeIdentifier: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'FrostflakeIdentifier' to imported protocols 'ExpressibleByArgument', '_SendableMetatype'; this will not behave correctly if the owners of 'Frostflake' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public init?(argument: String) {
14 |         if let frostflakeIdentifier = FrostflakeIdentifier(base58: argument) {
[104/107] Write Objects.LinkFileList
[105/107] Linking flake
[106/107] Applying flake
Build complete! (25.68s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system
[1/2094] Fetching swift-docc-plugin
[85/6589] Fetching swift-docc-plugin, swift-system
[2120/22102] Fetching swift-docc-plugin, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (1.43s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.43s)
Fetched https://github.com/apple/swift-system from cache (1.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3421] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.18s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.48s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
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.5
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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
Build complete.
{
  "dependencies" : [
    {
      "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"
    },
    {
      "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-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "package-frostflake",
  "name" : "package-frostflake",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.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"
      ],
      "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",
        "Lock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.