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 6.0.0 (00a9e6), with Swift 6.0 for Linux on 2 Dec 2024 01:26:15 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ordo-one/package-frostflake.git
Reference: 6.0.0
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
 * tag               6.0.0      -> FETCH_HEAD
HEAD is now at 00a9e64 feat(major): Sync up with latest internal implementation (#69)
Cloned https://github.com/ordo-one/package-frostflake.git
Revision (git rev-parse @):
00a9e6444ce2ae013521b8faab635a36dbb214c7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ordo-one/package-frostflake.git at 6.0.0
========================================
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-4606859-1":/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-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-system
[1/2044] Fetching swift-docc-plugin
[983/5963] Fetching swift-docc-plugin, swift-system
[5964/18358] Fetching swift-docc-plugin, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.40s)
[2292/14439] Fetching swift-docc-plugin, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.41s)
[372/12395] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] 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.52s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.51s)
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.4.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.5.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
[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 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)
[13/57] Compiling SystemPackage MachPort.swift
[14/57] Compiling SystemPackage PlatformString.swift
[15/57] Compiling SystemPackage SystemString.swift
[16/57] Compiling ArgumentParserToolInfo ToolInfo.swift
[17/57] Emitting module ArgumentParserToolInfo
[18/57] Compiling SystemPackage Util+StringArray.swift
[19/57] Compiling SystemPackage Util.swift
[20/57] Compiling SystemPackage UtilConsumers.swift
[22/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
[23/58] Compiling SystemPackage FileOperations.swift
[24/58] Compiling SystemPackage FilePath.swift
[25/58] Compiling SystemPackage FilePathComponentView.swift
[26/58] Compiling SystemPackage FilePathComponents.swift
[27/58] Compiling SystemPackage FilePathParsing.swift
[28/58] Compiling SystemPackage FilePathString.swift
[29/58] Compiling SystemPackage FilePathSyntax.swift
[30/58] Compiling SystemPackage FilePathTemp.swift
[31/58] Compiling SystemPackage Errno.swift
[32/58] Compiling SystemPackage ErrnoWindows.swift
[33/58] Compiling SystemPackage FileDescriptor.swift
[34/58] Compiling SystemPackage FileHelpers.swift
[34/58] Wrapping AST for ArgumentParserToolInfo for debugging
[36/96] Compiling Frostflake FrostflakeDefinitions.swift
[37/96] Compiling Frostflake FrostflakeHelpers.swift
[38/96] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[39/96] Compiling Frostflake FrostflakeIdentifier.swift
[40/96] 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)
[41/97] Compiling ArgumentParser ParsableArgumentsValidation.swift
[42/97] Compiling ArgumentParser ParsableCommand.swift
[43/97] Compiling ArgumentParser ArgumentDecoder.swift
[44/97] Compiling ArgumentParser ArgumentDefinition.swift
[45/97] Compiling ArgumentParser ArgumentSet.swift
[46/97] Compiling ArgumentParser CommandParser.swift
[47/97] Compiling ArgumentParser InputKey.swift
[48/97] Compiling ArgumentParser InputOrigin.swift
[49/97] Compiling ArgumentParser NameSpecification.swift
[50/97] Compiling ArgumentParser Option.swift
[51/97] Compiling ArgumentParser ExpressibleByArgument.swift
[52/97] Compiling ArgumentParser ParsableArguments.swift
[54/98] Wrapping AST for Frostflake for debugging
[55/98] Wrapping AST for SystemPackage for debugging
[57/98] Compiling ArgumentParser OptionGroup.swift
[58/98] Compiling ArgumentParser AsyncParsableCommand.swift
[59/98] Compiling ArgumentParser CommandConfiguration.swift
[60/98] Compiling ArgumentParser CommandGroup.swift
[61/98] Compiling ArgumentParser EnumerableFlag.swift
[62/103] Compiling ArgumentParser BashCompletionsGenerator.swift
[63/103] Compiling ArgumentParser CompletionsGenerator.swift
[64/103] Compiling ArgumentParser FishCompletionsGenerator.swift
[65/103] Compiling ArgumentParser ZshCompletionsGenerator.swift
[66/103] Compiling ArgumentParser Argument.swift
[67/103] Compiling ArgumentParser ArgumentHelp.swift
[68/103] Emitting module ArgumentParser
[69/103] Compiling ArgumentParser Name.swift
[70/103] Compiling ArgumentParser Parsed.swift
[71/103] Compiling ArgumentParser ParsedValues.swift
[72/103] Compiling ArgumentParser ParserError.swift
[73/103] Compiling ArgumentParser SplitArguments.swift
[74/103] Compiling ArgumentParser ArgumentVisibility.swift
[75/103] Compiling ArgumentParser CompletionKind.swift
[76/103] Compiling ArgumentParser Errors.swift
[77/103] Compiling ArgumentParser Flag.swift
[80/103] Compiling ArgumentParser CollectionExtensions.swift
[81/103] Compiling ArgumentParser Platform.swift
[82/103] Compiling ArgumentParser SequenceExtensions.swift
[83/103] Compiling ArgumentParser StringExtensions.swift
[84/103] Compiling ArgumentParser Tree.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! (49.25s)
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" : "/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/6.0.0
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.86s)
Building documentation for 'Frostflake'...
Finished building documentation for 'Frostflake' (0.40s)
Generated documentation archive at:
  /host/spi-builder-workspace/.docs/ordo-one/package-frostflake/6.0.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/53] Compiling Snippets SnippetParser.swift
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module Snippets
[9/54] Emitting module SymbolKit
[9/59] Wrapping AST for Snippets for debugging
[11/59] Compiling SymbolKit AvailabilityItem.swift
[12/59] Compiling SymbolKit Domain.swift
[13/59] Compiling SymbolKit DeclarationFragments.swift
[14/59] Compiling SymbolKit Fragment.swift
[15/59] Compiling SymbolKit FragmentKind.swift
[16/59] Compiling SymbolKit FunctionParameter.swift
[17/59] Compiling SymbolKit FunctionSignature.swift
[18/59] Compiling SymbolKit Identifier.swift
[19/59] Compiling SymbolKit KindIdentifier.swift
[20/59] Compiling SymbolKit Location.swift
[21/59] Compiling SymbolKit Mutability.swift
[22/59] Compiling SymbolKit Names.swift
[23/59] Compiling SymbolKit Generics.swift
[24/59] Compiling SymbolKit Namespace.swift
[25/59] Compiling SymbolKit Symbol.swift
[26/59] Compiling SymbolKit SymbolKind.swift
[27/59] Compiling SymbolKit SymbolGraph.swift
[28/59] Compiling SymbolKit SourceOrigin.swift
[29/59] Compiling SymbolKit GenericConstraints.swift
[30/59] Compiling SymbolKit Swift.swift
[31/59] Compiling SymbolKit SemanticVersion.swift
[32/59] Compiling SymbolKit AccessControl.swift
[33/59] Compiling SymbolKit Availability.swift
[34/59] Compiling SymbolKit Mixin+Equals.swift
[35/59] Compiling SymbolKit Mixin+Hash.swift
[36/59] Compiling SymbolKit Mixin.swift
[37/59] Compiling SymbolKit LineList.swift
[38/59] Compiling SymbolKit Position.swift
[39/59] Compiling SymbolKit SourceRange.swift
[40/59] Compiling SymbolKit SPI.swift
[41/59] Compiling SymbolKit Snippet.swift
[42/59] Compiling SymbolKit Extension.swift
[43/59] Compiling SymbolKit GenericConstraint.swift
[44/59] Compiling SymbolKit GenericParameter.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] Compiling snippet_extract SymbolGraph+Snippet.swift
[60/64] Emitting module snippet_extract
[61/64] Compiling snippet_extract SnippetBuildCommand.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! (5.81s)
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/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)
[3/8] Compiling Frostflake FrostflakeHelpers.swift
[4/8] Compiling Frostflake Frostflake.swift
[5/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)
[6/8] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[7/8] Compiling Frostflake FrostflakeDefinitions.swift
[8/8] Compiling Frostflake FrostflakeIdentifier.swift
Build of target: 'Frostflake' complete! (1.25s)
122
2	/host/spi-builder-workspace/.docs/ordo-one/package-frostflake/6.0.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/ordo-one/package-frostflake/6.0.0
File count: 122
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-ordo-one-package-frostflake-6.0.0-0cdc926e.zip to s3://spi-docs-inbox/prod-ordo-one-package-frostflake-6.0.0-0cdc926e.zip
Copying... [17%]
Copying... [33%]
Copying... [50%]
Copying... [67%]
Copying... [83%]
Copying... [100%]
Copying... [100%]
Done.