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.1 for Linux on 4 Jul 2025 19:17:04 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.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.1
Building package at path:  $PWD
https://github.com/ordo-one/package-frostflake.git
https://github.com/ordo-one/package-frostflake.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-docc-plugin
[1/2094] Fetching swift-docc-plugin
[232/6589] Fetching swift-docc-plugin, swift-system
[6590/22102] Fetching swift-docc-plugin, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-docc-plugin from cache (0.44s)
[4651/20008] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.84s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.85s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (1.38s)
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.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.94s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.5.0 (2.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.49s)
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
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.5
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin Swift-DocC
Building for debugging...
[4/18] Write sources
[9/18] Compiling CSystem shims.c
[10/18] Write swift-version-24593BA9C3E375BF.txt
[12/55] Emitting module ArgumentParserToolInfo
[13/55] Emitting module SystemPackage
[14/58] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/59] 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: add '@MainActor' to make static property 'privateSharedGenerator' part of global actor 'MainActor'
    |                        `- 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
[17/59] Compiling SystemPackage Util+StringArray.swift
[18/59] Compiling SystemPackage Util.swift
[19/59] Compiling SystemPackage UtilConsumers.swift
[20/59] Compiling SystemPackage FileOperations.swift
[21/59] Compiling SystemPackage FilePath.swift
[22/59] Compiling SystemPackage FilePathComponentView.swift
[23/59] Compiling SystemPackage FilePathComponents.swift
[24/59] Compiling SystemPackage MachPort.swift
[25/59] Compiling SystemPackage PlatformString.swift
[26/59] Compiling SystemPackage SystemString.swift
[26/59] Wrapping AST for ArgumentParserToolInfo for debugging
[28/103] 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)
[29/103] Compiling Frostflake FrostflakeHelpers.swift
[30/103] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[31/103] Compiling Frostflake FrostflakeIdentifier.swift
[32/103] Compiling Frostflake FrostflakeDefinitions.swift
[33/103] 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: add '@MainActor' to make static property 'privateSharedGenerator' part of global actor 'MainActor'
    |                        `- 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)
[34/104] Compiling ArgumentParser ArgumentDefinition.swift
[35/104] Compiling ArgumentParser ArgumentSet.swift
[36/104] Compiling ArgumentParser CommandParser.swift
[37/104] Compiling ArgumentParser CollectionExtensions.swift
[38/104] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/104] Compiling ArgumentParser CompletionsGenerator.swift
[40/104] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/104] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/104] Compiling ArgumentParser CompletionKind.swift
[43/104] Compiling ArgumentParser Errors.swift
[44/104] Compiling ArgumentParser Flag.swift
[45/104] Compiling ArgumentParser NameSpecification.swift
[46/104] Compiling ArgumentParser Argument.swift
[47/104] Compiling ArgumentParser ArgumentDiscussion.swift
[48/104] Compiling ArgumentParser ArgumentHelp.swift
[49/104] Compiling ArgumentParser ArgumentVisibility.swift
[50/104] Compiling ArgumentParser Option.swift
[51/104] Compiling ArgumentParser ParsableArguments.swift
[52/104] Compiling ArgumentParser ParsableCommand.swift
[53/104] Compiling ArgumentParser ArgumentDecoder.swift
[55/105] Wrapping AST for Frostflake for debugging
[56/105] Wrapping AST for SystemPackage for debugging
[58/105] Emitting module ArgumentParser
[59/111] Compiling ArgumentParser OptionGroup.swift
[60/111] Compiling ArgumentParser AsyncParsableCommand.swift
[61/111] Compiling ArgumentParser CommandConfiguration.swift
[62/111] Compiling ArgumentParser CommandGroup.swift
[63/111] Compiling ArgumentParser EnumerableFlag.swift
[64/111] Compiling ArgumentParser ExpressibleByArgument.swift
[65/111] Compiling ArgumentParser InputKey.swift
[66/111] Compiling ArgumentParser InputOrigin.swift
[67/111] Compiling ArgumentParser Name.swift
[68/111] Compiling ArgumentParser Parsed.swift
[69/111] Compiling ArgumentParser ParsedValues.swift
[70/111] Compiling ArgumentParser ParserError.swift
[71/111] Compiling ArgumentParser Tree.swift
[72/111] Compiling ArgumentParser CodingKeyValidator.swift
[73/111] Compiling ArgumentParser NonsenseFlagsValidator.swift
[74/111] Compiling ArgumentParser ParsableArgumentsValidation.swift
[75/111] Compiling ArgumentParser PositionalArgumentsValidator.swift
[76/111] Compiling ArgumentParser UniqueNamesValidator.swift
[97/111] Compiling ArgumentParser Mutex.swift
[98/111] Compiling ArgumentParser Platform.swift
[99/111] Compiling ArgumentParser SequenceExtensions.swift
[100/111] Compiling ArgumentParser StringExtensions.swift
[101/111] Compiling ArgumentParser SwiftExtensions.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] 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) {
[111/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) {
[112/115] Wrapping AST for FrostflakeUtility for debugging
[113/115] Write Objects.LinkFileList
[114/115] Linking flake
Build complete! (43.05s)
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-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"
    }
  ],
  "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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1
    "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            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Frostflake'...
Finished extracting symbol information for 'Frostflake'. (1.98s)
Building documentation for 'Frostflake'...
Finished building documentation for 'Frostflake' (0.48s)
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
[15/59] Compiling SymbolKit Mixin+Equals.swift
[16/59] Compiling SymbolKit Mixin+Hash.swift
[17/59] Compiling SymbolKit Mixin.swift
[18/59] Compiling SymbolKit LineList.swift
[19/59] Compiling SymbolKit Position.swift
[20/59] Compiling SymbolKit SourceRange.swift
[21/59] Compiling SymbolKit SourceOrigin.swift
[22/59] Compiling SymbolKit GenericConstraints.swift
[23/59] Compiling SymbolKit Swift.swift
[24/59] Compiling SymbolKit SemanticVersion.swift
[25/59] Compiling SymbolKit AccessControl.swift
[26/59] Compiling SymbolKit Availability.swift
[26/59] Wrapping AST for Snippets for debugging
[28/59] Compiling SymbolKit AvailabilityItem.swift
[29/59] Compiling SymbolKit Domain.swift
[30/59] Compiling SymbolKit DeclarationFragments.swift
[31/59] Compiling SymbolKit Fragment.swift
[32/59] Compiling SymbolKit FragmentKind.swift
[33/59] Compiling SymbolKit FunctionParameter.swift
[34/59] Compiling SymbolKit FunctionSignature.swift
[35/59] Compiling SymbolKit Identifier.swift
[36/59] Compiling SymbolKit KindIdentifier.swift
[37/59] Compiling SymbolKit Location.swift
[38/59] Compiling SymbolKit Mutability.swift
[39/59] Compiling SymbolKit Names.swift
[40/59] Compiling SymbolKit Metadata.swift
[41/59] Compiling SymbolKit Module.swift
[42/59] Compiling SymbolKit OperatingSystem.swift
[43/59] Compiling SymbolKit Platform.swift
[44/59] Compiling SymbolKit Relationship.swift
[45/59] Compiling SymbolKit RelationshipKind.swift
[46/59] Compiling SymbolKit Generics.swift
[47/59] Compiling SymbolKit Namespace.swift
[48/59] Compiling SymbolKit Symbol.swift
[49/59] Compiling SymbolKit SymbolKind.swift
[50/59] Compiling SymbolKit SymbolGraph.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] Compiling snippet_extract SnippetBuildCommand.swift
[61/64] Emitting module snippet_extract
[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.69s)
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 FrostflakeDefinitions.swift
[4/8] Compiling Frostflake FrostflakeIdentifier+Base58.swift
[5/8] Compiling Frostflake FrostflakeHelpers.swift
[6/8] Compiling Frostflake FrostflakeIdentifier.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.63s)
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-7e83cd18.zip to s3://spi-docs-inbox/prod-ordo-one-package-frostflake-main-7e83cd18.zip
Copying... [17%]
Copying... [33%]
Copying... [50%]
Copying... [66%]
Copying... [83%]
Copying... [100%]
Copying... [100%]
Done.