Build Information
Successful build of package-frostflake, reference main (40094d
), with Swift 6.0 for Linux on 4 Jul 2025 19:17:14 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /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 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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ordo-one/package-frostflake.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-argument-parser
[1/2094] Fetching swift-docc-plugin
[420/6589] Fetching swift-docc-plugin, swift-system
[2027/22102] Fetching swift-docc-plugin, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (1.39s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.41s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.41s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.24s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3421] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.18s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (1.07s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (1.13s)
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-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-system
Working copy of https://github.com/apple/swift-system resolved at 1.5.0
[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/18] Write sources
[9/18] Compiling CSystem shims.c
[9/18] Write swift-version-24593BA9C3E375BF.txt
[12/55] Emitting module SystemPackage
[13/58] Compiling Frostflake Frostflake.swift
[14/58] Emitting module Frostflake
/host/spi-builder-workspace/Sources/Frostflake/Lock.swift:25:25: warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<pthread_mutex_t>'; this is an error in the Swift 6 language mode
23 | fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
24 | #else
25 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<pthread_mutex_t>'; this is an error in the Swift 6 language mode
26 | UnsafeMutablePointer.allocate(capacity: 1)
27 | #endif
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)
[15/58] Compiling SystemPackage Util+StringArray.swift
[16/58] Compiling SystemPackage Util.swift
[17/58] Compiling SystemPackage UtilConsumers.swift
[18/58] Compiling Frostflake FrostflakeDefinitions.swift
[19/58] Compiling SystemPackage FileOperations.swift
[20/58] Compiling SystemPackage FilePath.swift
[21/58] Compiling SystemPackage FilePathComponentView.swift
[22/58] Compiling SystemPackage FilePathComponents.swift
[23/58] Compiling SystemPackage MachPort.swift
[24/58] Compiling SystemPackage PlatformString.swift
[25/58] Compiling SystemPackage SystemString.swift
[26/58] Compiling SystemPackage Errno.swift
[27/58] Compiling SystemPackage ErrnoWindows.swift
[28/58] Compiling SystemPackage FileDescriptor.swift
[29/58] Compiling SystemPackage FileHelpers.swift
[30/58] Emitting module ArgumentParserToolInfo
[31/58] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/59] Wrapping AST for ArgumentParserToolInfo for debugging
[34/59] Compiling Frostflake FrostflakeHelpers.swift
[35/59] Compiling SystemPackage FilePathParsing.swift
[36/59] Compiling SystemPackage FilePathString.swift
[37/59] Compiling SystemPackage FilePathSyntax.swift
[38/59] Compiling SystemPackage FilePathTemp.swift
[39/59] Compiling SystemPackage Backcompat.swift
[40/59] Compiling SystemPackage CInterop.swift
[41/59] Compiling SystemPackage Constants.swift
[42/59] Compiling SystemPackage Exports.swift
[43/59] Compiling SystemPackage FilePathTempPosix.swift
[44/59] Compiling SystemPackage FilePathTempWindows.swift
[45/59] Compiling SystemPackage FilePathWindows.swift
[46/59] Compiling SystemPackage FilePermissions.swift
[47/59] Compiling SystemPackage Mocking.swift
[48/59] Compiling SystemPackage RawBuffer.swift
[49/59] Compiling SystemPackage Syscalls.swift
[50/59] Compiling SystemPackage WindowsSyscallAdapters.swift
[51/60] Compiling Frostflake Lock.swift
/host/spi-builder-workspace/Sources/Frostflake/Lock.swift:25:25: warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<pthread_mutex_t>'; this is an error in the Swift 6 language mode
23 | fileprivate let mutex = UnsafeMutablePointer<os_unfair_lock>.allocate(capacity: 1)
24 | #else
25 | fileprivate let mutex: UnsafeMutablePointer<pthread_mutex_t> =
| `- warning: stored property 'mutex' of 'Sendable'-conforming class 'Lock' has non-sendable type 'UnsafeMutablePointer<pthread_mutex_t>'; this is an error in the Swift 6 language mode
26 | UnsafeMutablePointer.allocate(capacity: 1)
27 | #endif
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)
[53/60] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[54/60] Compiling Frostflake FrostflakeIdentifier.swift
[55/105] Wrapping AST for SystemPackage for debugging
[56/105] Wrapping AST for Frostflake for debugging
[58/105] Compiling ArgumentParser OptionGroup.swift
[59/105] Compiling ArgumentParser AsyncParsableCommand.swift
[60/105] Compiling ArgumentParser CommandConfiguration.swift
[61/105] Compiling ArgumentParser CommandGroup.swift
[62/105] Compiling ArgumentParser EnumerableFlag.swift
[63/105] Compiling ArgumentParser ExpressibleByArgument.swift
[64/111] Emitting module ArgumentParser
[65/111] Compiling ArgumentParser Tree.swift
[66/111] Compiling ArgumentParser CodingKeyValidator.swift
[67/111] Compiling ArgumentParser NonsenseFlagsValidator.swift
[68/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[69/111] Compiling ArgumentParser PositionalArgumentsValidator.swift
[70/111] Compiling ArgumentParser UniqueNamesValidator.swift
[71/111] Compiling ArgumentParser BashCompletionsGenerator.swift
[72/111] Compiling ArgumentParser CompletionsGenerator.swift
[73/111] Compiling ArgumentParser FishCompletionsGenerator.swift
[74/111] Compiling ArgumentParser ZshCompletionsGenerator.swift
[75/111] Compiling ArgumentParser Argument.swift
[76/111] Compiling ArgumentParser ArgumentDiscussion.swift
[77/111] Compiling ArgumentParser ArgumentHelp.swift
[78/111] Compiling ArgumentParser InputKey.swift
[79/111] Compiling ArgumentParser InputOrigin.swift
[80/111] Compiling ArgumentParser Name.swift
[81/111] Compiling ArgumentParser Parsed.swift
[82/111] Compiling ArgumentParser ParsedValues.swift
[83/111] Compiling ArgumentParser ParserError.swift
[84/111] Compiling ArgumentParser CollectionExtensions.swift
[85/111] Compiling ArgumentParser Mutex.swift
[86/111] Compiling ArgumentParser Platform.swift
[87/111] Compiling ArgumentParser SequenceExtensions.swift
[88/111] Compiling ArgumentParser StringExtensions.swift
[89/111] Compiling ArgumentParser SwiftExtensions.swift
[90/111] Compiling ArgumentParser ArgumentVisibility.swift
[91/111] Compiling ArgumentParser CompletionKind.swift
[92/111] Compiling ArgumentParser Errors.swift
[93/111] Compiling ArgumentParser Flag.swift
[94/111] Compiling ArgumentParser NameSpecification.swift
[95/111] Compiling ArgumentParser Option.swift
[96/111] Compiling ArgumentParser ParsableArguments.swift
[97/111] Compiling ArgumentParser ParsableCommand.swift
[98/111] Compiling ArgumentParser ArgumentDecoder.swift
[99/111] Compiling ArgumentParser ArgumentDefinition.swift
[100/111] Compiling ArgumentParser ArgumentSet.swift
[101/111] Compiling ArgumentParser CommandParser.swift
[102/111] Compiling ArgumentParser SplitArguments.swift
[103/111] Compiling ArgumentParser DumpHelpGenerator.swift
[104/111] Compiling ArgumentParser HelpCommand.swift
[105/111] Compiling ArgumentParser HelpGenerator.swift
[106/111] Compiling ArgumentParser MessageInfo.swift
[107/111] Compiling ArgumentParser UsageGenerator.swift
[108/112] Wrapping AST for ArgumentParser for debugging
[110/114] Emitting module FrostflakeUtility
/host/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) {
[111/114] Compiling FrostflakeUtility FrostflakeUtility.swift
/host/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) {
[112/115] Wrapping AST for FrostflakeUtility for debugging
[113/115] Write Objects.LinkFileList
[114/115] Linking flake
Build complete! (40.44s)
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-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"
}
],
"manifest_display_name" : "package-frostflake",
"name" : "package-frostflake",
"path" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:f0ebbd71bee66c692411a61ab9a7ee6edc82316b7a7b4c6173cc06c00f20ed39
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.