The Swift Package Index logo.Swift Package Index

Build Information

Successful build of kyuuid, reference production (786080), with Swift 6.2 for Linux on 9 Feb 2026 21:39:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-UuidTools.git
Reference: production
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/RougeWare/Swift-UuidTools
 * branch            production -> FETCH_HEAD
 * [new branch]      production -> origin/production
HEAD is now at 7860800 Merge pull request #5 from William-Laverty/feature/rename-repeat-to-count
Cloned https://github.com/RougeWare/Swift-UuidTools.git
Revision (git rev-parse @):
786080022ff97a6fc4454d1a52eeb0e7fed88dd1
SUCCESS checkout https://github.com/RougeWare/Swift-UuidTools.git at production
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/RougeWare/Swift-UuidTools.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser.git
[1/17171] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.33s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.7.0 (1.73s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.7.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/19] Emitting module UuidTools
/host/spi-builder-workspace/Sources/UuidTools/UuidFormat.swift:272:34: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
270 |
271 | extension Regex: @unchecked @retroactive Sendable {}
272 | extension Dictionary: @unchecked Sendable where Key: Sendable, Value: Sendable {}
    |                                  `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
273 |
274 |
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
  |           `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[9/19] Emitting module ArgumentParserToolInfo
[10/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/20] Wrapping AST for ArgumentParserToolInfo for debugging
[13/66] Compiling ArgumentParser Foundation.swift
[14/66] Compiling ArgumentParser Mutex.swift
[15/66] Compiling ArgumentParser Platform.swift
[16/66] Compiling ArgumentParser SequenceExtensions.swift
[17/66] Compiling ArgumentParser StringExtensions.swift
[18/66] Compiling ArgumentParser SwiftExtensions.swift
[19/72] Emitting module ArgumentParser
[20/72] Compiling ArgumentParser ArgumentVisibility.swift
[21/72] Compiling ArgumentParser CompletionKind.swift
[22/72] Compiling ArgumentParser Errors.swift
[23/72] Compiling ArgumentParser Flag.swift
[24/72] Compiling ArgumentParser NameSpecification.swift
[25/72] Compiling ArgumentParser Option.swift
[26/72] Compiling ArgumentParser OptionGroup.swift
[27/72] Compiling ArgumentParser BashCompletionsGenerator.swift
[28/72] Compiling ArgumentParser CompletionsGenerator.swift
[29/72] Compiling ArgumentParser FishCompletionsGenerator.swift
[30/72] Compiling ArgumentParser ZshCompletionsGenerator.swift
[31/72] Compiling ArgumentParser Argument.swift
[32/72] Compiling ArgumentParser ArgumentDiscussion.swift
[33/72] Compiling ArgumentParser ArgumentHelp.swift
[34/72] Compiling ArgumentParser DumpHelpGenerator.swift
[35/72] Compiling ArgumentParser HelpCommand.swift
[36/72] Compiling ArgumentParser HelpGenerator.swift
[37/72] Compiling ArgumentParser MessageInfo.swift
[38/72] Compiling ArgumentParser UsageGenerator.swift
[39/72] Compiling ArgumentParser CollectionExtensions.swift
[40/72] Compiling ArgumentParser Tree.swift
[41/72] Compiling ArgumentParser CodingKeyValidator.swift
[42/72] Compiling ArgumentParser NonsenseFlagsValidator.swift
[43/72] Compiling ArgumentParser ParsableArgumentsValidation.swift
[44/72] Compiling ArgumentParser PositionalArgumentsValidator.swift
[45/72] Compiling ArgumentParser UniqueNamesValidator.swift
[46/72] Compiling ArgumentParser ParentCommand.swift
[47/72] Compiling ArgumentParser AsyncParsableCommand.swift
[48/72] Compiling ArgumentParser CommandConfiguration.swift
[49/72] Compiling ArgumentParser CommandGroup.swift
[50/72] Compiling ArgumentParser EnumerableFlag.swift
[51/72] Compiling ArgumentParser ExpressibleByArgument.swift
[52/72] Compiling ArgumentParser ParsableArguments.swift
[53/72] Compiling ArgumentParser ParsableCommand.swift
[54/72] Compiling ArgumentParser ArgumentDecoder.swift
[55/72] Compiling ArgumentParser ArgumentDefinition.swift
[56/72] Compiling ArgumentParser ArgumentSet.swift
[57/72] Compiling ArgumentParser CommandParser.swift
[58/72] Compiling ArgumentParser InputKey.swift
[59/72] Compiling ArgumentParser InputOrigin.swift
[60/72] Compiling ArgumentParser Name.swift
[61/72] Compiling ArgumentParser Parsed.swift
[62/72] Compiling ArgumentParser ParsedValues.swift
[63/72] Compiling ArgumentParser ParserError.swift
[64/72] Compiling ArgumentParser SplitArguments.swift
[65/73] Wrapping AST for ArgumentParser for debugging
[67/73] Compiling UuidTools UUID + conveniences.swift
[68/73] Compiling UuidTools UUID + constants.swift
[69/73] Compiling UuidTools UuidFormat.swift
/host/spi-builder-workspace/Sources/UuidTools/UuidFormat.swift:272:34: warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
270 |
271 | extension Regex: @unchecked @retroactive Sendable {}
272 | extension Dictionary: @unchecked Sendable where Key: Sendable, Value: Sendable {}
    |                                  `- warning: conformance of 'Dictionary<Key, Value>' to protocol 'Sendable' was already stated in the type's module 'Swift'
273 |
274 |
Swift.Dictionary:1:11: note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
1 | extension Dictionary : @unchecked Sendable where Key : Sendable, Value : Sendable {
  |           `- note: 'Dictionary<Key, Value>' declares conformance to protocol 'Sendable' here
2 | }
[70/74] Wrapping AST for UuidTools for debugging
[72/78] Compiling kyuuid UuidFormat + ArgumentParser.swift
[73/78] Compiling kyuuid convert.swift
[74/78] Emitting module kyuuid
[75/78] Compiling kyuuid kyuuid.swift
[76/79] Wrapping AST for kyuuid for debugging
[77/79] Write Objects.LinkFileList
[78/79] Linking kyuuid
Build complete! (19.96s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "kyuuid",
  "name" : "kyuuid",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "kyuuid",
      "targets" : [
        "kyuuid"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "UuidTools",
      "targets" : [
        "UuidTools"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "kyuuid",
      "module_type" : "SwiftTarget",
      "name" : "kyuuid",
      "path" : "Sources/kyuuid",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "kyuuid"
      ],
      "sources" : [
        "Arguments/UuidFormat + ArgumentParser.swift",
        "commands/convert.swift",
        "commands/kyuuid.swift"
      ],
      "target_dependencies" : [
        "UuidTools"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UuidToolsTests",
      "module_type" : "SwiftTarget",
      "name" : "UuidToolsTests",
      "path" : "Tests",
      "sources" : [
        "Extensions/Foundation/Test_UUID_conveniences.swift",
        "Test null UUID.swift",
        "Test_UuidFormat.swift",
        "test contsants.swift"
      ],
      "target_dependencies" : [
        "UuidTools"
      ],
      "type" : "test"
    },
    {
      "c99name" : "UuidTools",
      "module_type" : "SwiftTarget",
      "name" : "UuidTools",
      "path" : "Sources/UuidTools",
      "product_memberships" : [
        "kyuuid",
        "UuidTools"
      ],
      "sources" : [
        "Extensions/Foundation/UUID + constants.swift",
        "Extensions/Foundation/UUID + conveniences.swift",
        "UuidFormat.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:257b0ae9749b4eea8553a58f7bf60a672611c061e9b845ccfee371e7c1138ce8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.