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 (e756b3), with Swift 5.10 for macOS (SPM) on 3 Dec 2024 16:10:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
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 e756b3d ci: 🔄 synced local '.github/workflows/' with remote 'workflows/swift'
Cloned https://github.com/ordo-one/package-frostflake.git
Revision (git rev-parse @):
e756b3d6c5651aebdb142ba3b288126b31ff4153
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:             5.10
Building package at path:  $PWD
https://github.com/ordo-one/package-frostflake.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/14] Write sources
[3/14] Write flake-entitlement.plist
[3/14] Write sources
[9/14] Compiling CSystem shims.c
[10/14] Write swift-version-33747A42983211AE.txt
[12/51] Emitting module ArgumentParserToolInfo
[13/51] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/90] Compiling ArgumentParser HelpGenerator.swift
[15/90] Compiling ArgumentParser MessageInfo.swift
[16/90] Compiling ArgumentParser UsageGenerator.swift
[17/90] 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>')
        fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                        ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[18/93] 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>')
        fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
                        ^
Swift.UnsafeMutablePointer:1:23: note: generic struct 'UnsafeMutablePointer' does not conform to the 'Sendable' protocol
@frozen public struct UnsafeMutablePointer<Pointee> : _Pointer {
                      ^
[19/93] Compiling Frostflake Frostflake.swift
[20/93] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[21/93] Compiling Frostflake FrostflakeDefinitions.swift
[22/93] Compiling Frostflake FrostflakeHelpers.swift
[23/93] Compiling Frostflake FrostflakeIdentifier.swift
[24/93] Emitting module SystemPackage
[25/93] Compiling ArgumentParser ParsableCommand.swift
[26/93] Compiling ArgumentParser ArgumentDecoder.swift
[27/93] Compiling ArgumentParser ParserError.swift
[28/93] Compiling ArgumentParser SplitArguments.swift
[29/93] Compiling ArgumentParser DumpHelpGenerator.swift
[30/93] Compiling ArgumentParser HelpCommand.swift
[31/93] Compiling ArgumentParser NameSpecification.swift
[32/93] Compiling ArgumentParser Option.swift
[33/93] Compiling ArgumentParser OptionGroup.swift
[34/93] Compiling ArgumentParser AsyncParsableCommand.swift
[35/93] Compiling ArgumentParser ParsableArguments.swift
[36/93] Compiling ArgumentParser ParsableArgumentsValidation.swift
[37/93] Compiling ArgumentParser CollectionExtensions.swift
[38/93] Compiling ArgumentParser ArgumentHelp.swift
[39/93] Compiling ArgumentParser ArgumentVisibility.swift
[40/93] Compiling ArgumentParser CompletionKind.swift
[41/93] Compiling ArgumentParser Errors.swift
[42/93] Compiling ArgumentParser Flag.swift
[43/93] Compiling SystemPackage Util+StringArray.swift
[44/93] Compiling SystemPackage Util.swift
[45/93] Compiling SystemPackage UtilConsumers.swift
[46/93] Compiling ArgumentParser BashCompletionsGenerator.swift
[47/93] Compiling ArgumentParser CompletionsGenerator.swift
[48/93] Compiling ArgumentParser FishCompletionsGenerator.swift
[49/93] Compiling ArgumentParser ZshCompletionsGenerator.swift
[50/93] Compiling ArgumentParser Argument.swift
[51/93] Compiling ArgumentParser ArgumentDefinition.swift
[52/93] Compiling ArgumentParser CommandConfiguration.swift
[53/93] Compiling ArgumentParser CommandGroup.swift
[54/93] Compiling ArgumentParser EnumerableFlag.swift
[55/93] Compiling ArgumentParser ExpressibleByArgument.swift
[56/97] Emitting module ArgumentParser
[57/97] Compiling ArgumentParser InputOrigin.swift
[58/97] Compiling ArgumentParser Name.swift
[59/97] Compiling ArgumentParser Parsed.swift
[60/97] Compiling ArgumentParser ParsedValues.swift
[61/97] Compiling ArgumentParser Platform.swift
[62/97] Compiling ArgumentParser SequenceExtensions.swift
[63/97] Compiling ArgumentParser StringExtensions.swift
[64/97] Compiling ArgumentParser Tree.swift
[95/99] Compiling FrostflakeUtility FrostflakeUtility.swift
[96/99] Emitting module FrostflakeUtility
[96/99] Write Objects.LinkFileList
[97/99] Linking flake
[98/99] Applying flake
Build complete! (22.40s)
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/3919] Fetching swift-system
[158/5963] Fetching swift-system, swift-docc-plugin
[4145/18358] Fetching swift-system, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (2.14s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.14s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.49s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3199] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.50s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (0.37s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.42s)
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.3
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.0
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
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" : "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.