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 swift-commands, reference 0.7.0 (ed3de1), with Swift 5.10 for Linux on 4 Dec 2024 12:28:01 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-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/QiuZhiFei/swift-commands.git
Reference: 0.7.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/QiuZhiFei/swift-commands
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at ed3de1c chore: version 0.7.0
Cloned https://github.com/QiuZhiFei/swift-commands.git
Revision (git rev-parse @):
ed3de1c1057f4e3a5b0371d0762facd7c9a3dace
SUCCESS checkout https://github.com/QiuZhiFei/swift-commands.git at 0.7.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/QiuZhiFei/swift-commands.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/16] Compiling Commands CommandsResponse.swift
[5/17] Compiling Commands CommandsResult.swift
[6/17] Compiling Commands CommandsENV.swift
[7/17] Compiling Commands CommandsRequest.swift
[8/17] Compiling Commands CommandsArguments.swift
[9/17] Compiling Commands Commands.swift
[10/17] Compiling Commands CommandsAlias.swift
[11/17] Compiling Commands CommandsDashcTransformer.swift
[12/17] Emitting module Commands
[13/17] Compiling Commands CommandsTask.swift
[14/18] Wrapping AST for Commands for debugging
[16/20] Emitting module Examples
[17/20] Compiling Examples main.swift
[18/21] Wrapping AST for Examples for debugging
[19/21] Write Objects.LinkFileList
[20/21] Linking Examples
Build complete! (7.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-commands",
  "name" : "swift-commands",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Commands",
      "targets" : [
        "Commands"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Examples",
      "targets" : [
        "Examples"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Examples",
      "module_type" : "SwiftTarget",
      "name" : "Examples",
      "path" : "Examples",
      "product_memberships" : [
        "Examples"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CommandsTests",
      "module_type" : "SwiftTarget",
      "name" : "CommandsTests",
      "path" : "Tests/CommandsTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/CommandsTests/Resources/python/main.py",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "RequestParseTests.swift",
        "XCTestManifests.swift",
        "swift_commandsTests.swift"
      ],
      "target_dependencies" : [
        "Commands"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Commands",
      "module_type" : "SwiftTarget",
      "name" : "Commands",
      "path" : "Sources/Commands",
      "product_memberships" : [
        "Commands",
        "Examples"
      ],
      "sources" : [
        "Commands.swift",
        "CommandsAlias.swift",
        "CommandsArguments.swift",
        "CommandsDashcTransformer.swift",
        "CommandsENV.swift",
        "CommandsRequest.swift",
        "CommandsResponse.swift",
        "CommandsResult.swift",
        "CommandsTask.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:bbf8567030a4fa53b55a34fff1a818ffa3e86e892fedc5d8aa9c6958f48fdf8a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.