Build Information
Successful build of package-frostflake, reference main (e756b3
), with Swift 6.0 for Linux on 3 Dec 2024 16:11:26 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
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 /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 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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/ordo-one/package-frostflake.git
{
"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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
[1/3919] Fetching swift-system
[1177/5963] Fetching swift-system, swift-docc-plugin
[5964/18358] Fetching swift-system, swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.74s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.74s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.79s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3199] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
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.41s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.69s)
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
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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
Building for debugging...
[3/17] Write sources
[8/17] Compiling CSystem shims.c
[9/17] Write swift-version-24593BA9C3E375BF.txt
[11/54] Emitting module SystemPackage
[12/57] Emitting module ArgumentParserToolInfo
[13/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/58] Compiling SystemPackage Util+StringArray.swift
[16/58] Compiling SystemPackage Util.swift
[17/58] Compiling SystemPackage UtilConsumers.swift
[18/58] Compiling SystemPackage FileOperations.swift
[19/58] Compiling SystemPackage FilePath.swift
[20/58] Compiling SystemPackage FilePathComponentView.swift
[21/58] Compiling SystemPackage FilePathComponents.swift
[22/58] Compiling SystemPackage Errno.swift
[23/58] Compiling SystemPackage ErrnoWindows.swift
[24/58] Compiling SystemPackage FileDescriptor.swift
[25/58] Compiling SystemPackage FileHelpers.swift
[26/58] Compiling Frostflake Frostflake.swift
/host/spi-builder-workspace/Sources/Frostflake/Frostflake.swift:18:24: warning: static property 'privateSharedGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | // Class variables and functions
18 | private static var privateSharedGenerator: Frostflake?
| |- warning: static property 'privateSharedGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'privateSharedGenerator' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'privateSharedGenerator' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | /// Convenience static variable when using the same generator in many places
[27/58] Compiling SystemPackage MachPort.swift
[28/58] Compiling SystemPackage PlatformString.swift
[29/58] Compiling SystemPackage SystemString.swift
[29/58] Wrapping AST for ArgumentParserToolInfo for debugging
[31/96] Compiling Frostflake FrostflakeIdentifier.swift
[32/96] Compiling ArgumentParser FishCompletionsGenerator.swift
[33/96] Compiling ArgumentParser ZshCompletionsGenerator.swift
[34/96] Compiling ArgumentParser Argument.swift
[35/96] Compiling ArgumentParser ArgumentHelp.swift
[36/96] Compiling ArgumentParser ArgumentDecoder.swift
[37/96] Compiling ArgumentParser ArgumentDefinition.swift
[38/96] Compiling ArgumentParser ArgumentSet.swift
[39/96] Compiling ArgumentParser CommandParser.swift
[40/96] Compiling ArgumentParser ExpressibleByArgument.swift
[41/96] Compiling ArgumentParser ParsableArguments.swift
[42/96] Compiling ArgumentParser ParsableArgumentsValidation.swift
[43/96] Compiling ArgumentParser ParsableCommand.swift
[44/96] Compiling ArgumentParser InputKey.swift
[45/96] Compiling ArgumentParser InputOrigin.swift
[46/96] Compiling ArgumentParser OptionGroup.swift
[47/96] Compiling ArgumentParser AsyncParsableCommand.swift
[48/96] Compiling Frostflake FrostflakeDefinitions.swift
[49/97] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[50/97] Compiling Frostflake FrostflakeHelpers.swift
[51/97] Emitting module Frostflake
/host/spi-builder-workspace/Sources/Frostflake/Frostflake.swift:18:24: warning: static property 'privateSharedGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | // Class variables and functions
18 | private static var privateSharedGenerator: Frostflake?
| |- warning: static property 'privateSharedGenerator' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'privateSharedGenerator' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'privateSharedGenerator' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |
20 | /// Convenience static variable when using the same generator in many places
/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)
[52/97] 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)
[54/98] Wrapping AST for SystemPackage for debugging
[55/98] Wrapping AST for Frostflake for debugging
[57/98] Compiling ArgumentParser ArgumentVisibility.swift
[58/98] Compiling ArgumentParser CompletionKind.swift
[59/98] Compiling ArgumentParser Errors.swift
[60/98] Compiling ArgumentParser Flag.swift
[61/98] Compiling ArgumentParser NameSpecification.swift
[62/98] Compiling ArgumentParser Option.swift
[68/103] Emitting module ArgumentParser
[69/103] Compiling ArgumentParser BashCompletionsGenerator.swift
[70/103] Compiling ArgumentParser CompletionsGenerator.swift
[75/103] Compiling ArgumentParser CollectionExtensions.swift
[76/103] Compiling ArgumentParser Platform.swift
[77/103] Compiling ArgumentParser SequenceExtensions.swift
[78/103] Compiling ArgumentParser StringExtensions.swift
[79/103] Compiling ArgumentParser Tree.swift
[82/103] Compiling ArgumentParser CommandConfiguration.swift
[83/103] Compiling ArgumentParser CommandGroup.swift
[84/103] Compiling ArgumentParser EnumerableFlag.swift
[90/103] Compiling ArgumentParser Name.swift
[91/103] Compiling ArgumentParser Parsed.swift
[92/103] Compiling ArgumentParser ParsedValues.swift
[93/103] Compiling ArgumentParser ParserError.swift
[94/103] Compiling ArgumentParser SplitArguments.swift
[95/103] Compiling ArgumentParser DumpHelpGenerator.swift
[96/103] Compiling ArgumentParser HelpCommand.swift
[97/103] Compiling ArgumentParser HelpGenerator.swift
[98/103] Compiling ArgumentParser MessageInfo.swift
[99/103] Compiling ArgumentParser UsageGenerator.swift
[100/104] Wrapping AST for ArgumentParser for debugging
[102/106] Emitting module FrostflakeUtility
/host/spi-builder-workspace/Sources/FrostflakeUtility/FrostflakeUtility.swift:12:1: warning: extension declares a conformance of imported type 'FrostflakeIdentifier' to imported protocol 'ExpressibleByArgument'; 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 protocol 'ExpressibleByArgument'; 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) {
[103/106] 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 protocol 'ExpressibleByArgument'; 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 protocol 'ExpressibleByArgument'; 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] Wrapping AST for FrostflakeUtility for debugging
[105/107] Write Objects.LinkFileList
[106/107] Linking flake
Build complete! (36.69s)
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" : "/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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/ordo-one/package-frostflake/main
Repository: ordo-one/package-frostflake
Swift version used: 6.0
"https://github.com/apple/swift-docc-plugin": .upToNextMajor(from: "1.0.0")
Target: Frostflake
Initialized empty Git repository in /host/spi-builder-workspace/swift-docc-render-artifact/.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/swiftlang/swift-docc-render-artifact
* branch 88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Frostflake'...
Finished extracting symbol information for 'Frostflake'. (1.61s)
Building documentation for 'Frostflake'...
Finished building documentation for 'Frostflake' (0.49s)
Generated documentation archive at:
/host/spi-builder-workspace/.docs/ordo-one/package-frostflake/main
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/53] Compiling Snippets Snippet.swift
[6/53] Emitting module Snippets
[7/53] Compiling Snippets SnippetParser.swift
[9/54] Compiling SymbolKit SPI.swift
[10/54] Compiling SymbolKit Snippet.swift
[11/54] Compiling SymbolKit Extension.swift
[12/54] Compiling SymbolKit GenericConstraint.swift
[13/54] Compiling SymbolKit GenericParameter.swift
[14/59] Emitting module SymbolKit
[14/59] Wrapping AST for Snippets for debugging
[16/59] Compiling SymbolKit Mixin+Equals.swift
[17/59] Compiling SymbolKit Mixin+Hash.swift
[18/59] Compiling SymbolKit Mixin.swift
[19/59] Compiling SymbolKit LineList.swift
[20/59] Compiling SymbolKit Position.swift
[21/59] Compiling SymbolKit SourceRange.swift
[22/59] Compiling SymbolKit Generics.swift
[23/59] Compiling SymbolKit Namespace.swift
[24/59] Compiling SymbolKit Symbol.swift
[25/59] Compiling SymbolKit SymbolKind.swift
[26/59] Compiling SymbolKit SymbolGraph.swift
[27/59] Compiling SymbolKit AvailabilityItem.swift
[28/59] Compiling SymbolKit Domain.swift
[29/59] Compiling SymbolKit DeclarationFragments.swift
[30/59] Compiling SymbolKit Fragment.swift
[31/59] Compiling SymbolKit FragmentKind.swift
[32/59] Compiling SymbolKit FunctionParameter.swift
[33/59] Compiling SymbolKit SourceOrigin.swift
[34/59] Compiling SymbolKit GenericConstraints.swift
[35/59] Compiling SymbolKit Swift.swift
[36/59] Compiling SymbolKit SemanticVersion.swift
[37/59] Compiling SymbolKit AccessControl.swift
[38/59] Compiling SymbolKit Availability.swift
[39/59] Compiling SymbolKit FunctionSignature.swift
[40/59] Compiling SymbolKit Identifier.swift
[41/59] Compiling SymbolKit KindIdentifier.swift
[42/59] Compiling SymbolKit Location.swift
[43/59] Compiling SymbolKit Mutability.swift
[44/59] Compiling SymbolKit Names.swift
[45/59] Compiling SymbolKit Metadata.swift
[46/59] Compiling SymbolKit Module.swift
[47/59] Compiling SymbolKit OperatingSystem.swift
[48/59] Compiling SymbolKit Platform.swift
[49/59] Compiling SymbolKit Relationship.swift
[50/59] Compiling SymbolKit RelationshipKind.swift
[51/59] Compiling SymbolKit GraphCollector.swift
[52/59] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/59] Compiling SymbolKit UnifiedSymbol.swift
[54/59] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/59] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/60] Wrapping AST for SymbolKit for debugging
[58/64] Compiling snippet_extract URL+Status.swift
[59/64] Emitting module snippet_extract
[60/64] Compiling snippet_extract SnippetBuildCommand.swift
[61/64] Compiling snippet_extract SymbolGraph+Snippet.swift
[62/65] Wrapping AST for snippet-extract for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking snippet-extract-tool
Build of product 'snippet-extract' complete! (4.83s)
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/8] Compiling Frostflake FrostflakeHelpers.swift
[3/8] 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)
[4/8] Compiling Frostflake FrostflakeIdentifier.swift
[5/8] Compiling Frostflake FrostflakeDefinitions.swift
[6/8] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[7/8] Compiling Frostflake Frostflake.swift
[8/8] 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)
Build of target: 'Frostflake' complete! (1.22s)
122
2 /host/spi-builder-workspace/.docs/ordo-one/package-frostflake/main
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/ordo-one/package-frostflake/main
File count: 122
Doc size: 2.0MB
Preparing doc bundle ...
Uploading prod-ordo-one-package-frostflake-main-d27b5133.zip to s3://spi-docs-inbox/prod-ordo-one-package-frostflake-main-d27b5133.zip
Copying... [17%]
Copying... [33%]
Copying... [50%]
Copying... [67%]
Copying... [83%]
Copying... [100%]
Done.