The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Archery, reference 0.3.3 (d71927), with Swift 6.2 for Linux on 19 Jun 2025 19:02:26 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/vknabel/archery.git
Reference: 0.3.3
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/vknabel/archery
 * tag               0.3.3      -> FETCH_HEAD
HEAD is now at d719271 Merge pull request #12 from vknabel/release/0.3.3
Cloned https://github.com/vknabel/archery.git
Revision (git rev-parse @):
d71927174f14bebf04237e870b8fd4dd4dd4c1c2
SUCCESS checkout https://github.com/vknabel/archery.git at 0.3.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/vknabel/archery.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/jpsim/Yams.git
[1/10859] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.72s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (3.18s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Building for debugging...
[0/17] Write sources
[4/17] Compiling writer.c
[5/17] Compiling reader.c
[6/17] Compiling parser.c
[7/17] Compiling api.c
[8/17] Write swift-version-24593BA9C3E375BF.txt
[8/17] Compiling emitter.c
[10/17] Compiling scanner.c
[12/37] Emitting module Yams
[13/39] Compiling Yams Mark.swift
[14/39] Compiling Yams Node.Alias.swift
[15/39] Compiling Yams Node.Mapping.swift
[16/39] Compiling Yams Parser.swift
[17/39] Compiling Yams RedundancyAliasingStrategy.swift
[18/39] Compiling Yams Representer.swift
[19/39] Compiling Yams Resolver.swift
[20/39] Compiling Yams String+Yams.swift
[21/39] Compiling Yams Decoder.swift
[22/39] Compiling Yams Emitter.swift
[23/39] Compiling Yams Encoder.swift
[24/39] Compiling Yams AliasDereferencingStrategy.swift
[25/39] Compiling Yams Anchor.swift
[26/39] Compiling Yams Constructor.swift
[27/39] Compiling Yams Tag.swift
[28/39] Compiling Yams YamlAnchorProviding.swift
[29/39] Compiling Yams Node.Scalar.swift
[30/39] Compiling Yams Node.Sequence.swift
[31/39] Compiling Yams Node.swift
[32/39] Compiling Yams YamlError.swift
[33/39] Compiling Yams YamlTagProviding.swift
[34/40] Wrapping AST for Yams for debugging
[36/54] Compiling ArcheryKit LabeledScript.swift
[37/54] Compiling ArcheryKit LegacyScript.swift
[38/55] Compiling ArcheryKit Version.generated.swift
[39/55] Emitting module ArcheryKit
[40/55] Compiling ArcheryKit Archerfile.swift
[41/55] Compiling ArcheryKit Archery.swift
[42/55] Compiling ArcheryKit ArcheryError.swift
[43/55] Compiling ArcheryKit ExecutionContext.swift
[44/55] Compiling ArcheryKit RawDataFormat.swift
[45/55] Compiling ArcheryKit Script.swift
[46/55] Compiling ArcheryKit Path.swift
[47/55] Compiling ArcheryKit ProcessScheduler.swift
[48/55] Compiling ArcheryKit Metadata.swift
[49/55] Compiling ArcheryKit OfferingMetadata.swift
[50/55] Compiling ArcheryKit ScriptExecution.swift
[51/56] Wrapping AST for ArcheryKit for debugging
[53/64] Compiling ArcheryInterface VersionCommand.swift
[54/65] Compiling ArcheryInterface ApiLevelCommand.swift
[55/65] Compiling ArcheryInterface ExecutionCommand.swift
[56/65] Compiling ArcheryInterface InitCommand.swift
[57/65] Compiling ArcheryInterface InitCommand+Contents.swift
[58/65] Emitting module ArcheryInterface
[59/65] Compiling ArcheryInterface ArcheryInterface.swift
[60/65] Compiling ArcheryInterface Command.swift
[61/65] Compiling ArcheryInterface HelpCommand.swift
[62/66] Wrapping AST for ArcheryInterface for debugging
[64/68] Emitting module Archery
[65/68] Compiling Archery main.swift
[66/69] Wrapping AST for Archery for debugging
[67/69] Write Objects.LinkFileList
[68/69] Linking archery
Build complete! (35.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "Archery",
  "name" : "Archery",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "archery",
      "targets" : [
        "Archery"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ArcheryKit",
      "targets" : [
        "ArcheryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ArcheryInterface",
      "targets" : [
        "ArcheryInterface"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ArcheryKitTests",
      "module_type" : "SwiftTarget",
      "name" : "ArcheryKitTests",
      "path" : "Tests/ArcheryKitTests",
      "sources" : [
        "ArcherfileParsingTests.swift",
        "ArcheryKitTests.swift",
        "ArcheryTests.swift",
        "MetadataTests.swift",
        "ScriptParsingTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ArcheryKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcheryKit",
      "module_type" : "SwiftTarget",
      "name" : "ArcheryKit",
      "path" : "Sources/ArcheryKit",
      "product_dependencies" : [
        "Yams"
      ],
      "product_memberships" : [
        "archery",
        "ArcheryKit",
        "ArcheryInterface"
      ],
      "sources" : [
        "Archerfile.swift",
        "Archery.swift",
        "ArcheryError.swift",
        "ExecutionContext.swift",
        "LabeledScript.swift",
        "LegacyScript.swift",
        "Metadata.swift",
        "OfferingMetadata.swift",
        "Path.swift",
        "ProcessScheduler.swift",
        "RawDataFormat.swift",
        "Script.swift",
        "ScriptExecution.swift",
        "Version.generated.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ArcheryInterfaceTests",
      "module_type" : "SwiftTarget",
      "name" : "ArcheryInterfaceTests",
      "path" : "Tests/ArcheryInterfaceTests",
      "sources" : [
        "ArcheryInterfaceTests.swift",
        "InitCommandTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ArcheryInterface"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ArcheryInterface",
      "module_type" : "SwiftTarget",
      "name" : "ArcheryInterface",
      "path" : "Sources/ArcheryInterface",
      "product_memberships" : [
        "archery",
        "ArcheryInterface"
      ],
      "sources" : [
        "ArcheryInterface.swift",
        "Command.swift",
        "Commands/ApiLevelCommand.swift",
        "Commands/ExecutionCommand.swift",
        "Commands/HelpCommand.swift",
        "Commands/InitCommand.swift",
        "Commands/VersionCommand.swift",
        "InitCommand+Contents.swift"
      ],
      "target_dependencies" : [
        "ArcheryKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Archery",
      "module_type" : "SwiftTarget",
      "name" : "Archery",
      "path" : "Sources/Archery",
      "product_memberships" : [
        "archery"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ArcheryInterface"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.4"
}
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.