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 Guaka, reference master (e52eb5), with Swift 6.2 (beta) for Linux on 17 Jun 2025 15:10:05 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nsomar/Guaka.git
Reference: master
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/nsomar/Guaka
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e52eb52 Merge pull request #99 from trispo/master
Cloned https://github.com/nsomar/Guaka.git
Revision (git rev-parse @):
e52eb523b152e04fa5dff56bed01e805062ce0ff
SUCCESS checkout https://github.com/nsomar/Guaka.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nsomar/Guaka.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/getGuaka/StringScanner.git
[1/188] Fetching stringscanner
Fetched https://github.com/getGuaka/StringScanner.git from cache (0.25s)
Computing version for https://github.com/getGuaka/StringScanner.git
Computed https://github.com/getGuaka/StringScanner.git at 0.4.1 (2.82s)
Creating working copy for https://github.com/getGuaka/StringScanner.git
Working copy of https://github.com/getGuaka/StringScanner.git resolved at 0.4.1
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling StringScanner StringScanner.swift
[5/9] Compiling StringScanner StringExtension.swift
[6/9] Compiling StringScanner CharacterSet.swift
[7/9] Compiling StringScanner ScannerResult.swift
[8/9] Emitting module StringScanner
[9/9] Compiling StringScanner Regex.swift
[11/32] Emitting module Guaka
[12/34] Compiling Guaka HelpGeneratorErrors.swift
[13/34] Compiling Guaka GuakaConfig.swift
[14/34] Compiling Guaka Levenshtein.swift
[15/34] Compiling Guaka Flag.swift
[16/34] Compiling Guaka FlagSet.swift
[17/34] Compiling Guaka Flags.swift
[18/34] Compiling Guaka ArgTokenType.swift
[19/34] Compiling Guaka Command+Parsing.swift
[20/34] Compiling Guaka FlagSet+Parsing.swift
[21/34] Compiling Guaka Errors.swift
[22/34] Compiling Guaka FlagValue.swift
[23/34] Compiling Guaka CommandTypes.swift
[24/34] Compiling Guaka CommandExecution.swift
[25/34] Compiling Guaka Flag+Utilities.swift
[26/34] Compiling Guaka FlagHelpGeneratorUtils.swift
[27/34] Compiling Guaka HelpGenerator.swift
[28/34] Compiling Guaka HelpGeneratorDefaults.swift
[29/34] Compiling Guaka CommandHelp.swift
[30/34] Compiling Guaka DefaultHelpGenerator.swift
[31/34] Compiling Guaka FlagHelp.swift
[32/34] Compiling Guaka Command+Execution.swift
[33/34] Compiling Guaka Command+Utilities.swift
[34/34] Compiling Guaka Command.swift
Build complete! (13.56s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "stringscanner",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/getGuaka/StringScanner.git"
    }
  ],
  "manifest_display_name" : "Guaka",
  "name" : "Guaka",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Guaka",
      "targets" : [
        "Guaka"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "GuakaTests",
      "module_type" : "SwiftTarget",
      "name" : "GuakaTests",
      "path" : "Tests/GuakaTests",
      "sources" : [
        "ArgTokenTypeTests.swift",
        "CommandExecutionTests.swift",
        "CommandHelpTests.swift",
        "CommandParsingTests.swift",
        "CommandTests.swift",
        "CommandType+Run.swift",
        "CommandTypeTest.swift",
        "CustomFlagTypesTests.swift",
        "ErrorsTests.swift",
        "FlagHelpTests.swift",
        "FlagSetTests.swift",
        "FlagTests.swift",
        "FlagsTests.swift",
        "HelpGeneratorSubclassingTests.swift",
        "HelpGeneratorTests.swift",
        "HelpTests.swift",
        "LevenshteinTests.swift",
        "ParsingTests.swift",
        "TestHelpers.swift",
        "ValidationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Guaka"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Guaka",
      "module_type" : "SwiftTarget",
      "name" : "Guaka",
      "path" : "Sources/Guaka",
      "product_dependencies" : [
        "StringScanner"
      ],
      "product_memberships" : [
        "Guaka"
      ],
      "sources" : [
        "Command/Command+Execution.swift",
        "Command/Command+Utilities.swift",
        "Command/Command.swift",
        "Command/CommandTypes.swift",
        "Execution/CommandExecution.swift",
        "Flag/Flag+Utilities.swift",
        "Flag/Flag.swift",
        "Flag/FlagSet.swift",
        "Flag/Flags.swift",
        "Help/CommandHelp.swift",
        "Help/DefaultHelpGenerator.swift",
        "Help/FlagHelp.swift",
        "Help/FlagHelpGeneratorUtils.swift",
        "Help/HelpGenerator.swift",
        "Help/HelpGeneratorDefaults.swift",
        "Help/HelpGeneratorErrors.swift",
        "Misc/GuakaConfig.swift",
        "Misc/Levenshtein.swift",
        "Parsing/ArgTokenType.swift",
        "Parsing/Command+Parsing.swift",
        "Parsing/FlagSet+Parsing.swift",
        "Types/Errors.swift",
        "Types/FlagValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.