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 SwiftRLP, reference main (068c35), with Swift 6.2 (beta) for Linux on 24 Jun 2025 03:37:56 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/alephao/swift-rlp.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/alephao/swift-rlp
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 068c35a docs: fix badge tag
Cloned https://github.com/alephao/swift-rlp.git
Revision (git rev-parse @):
068c35a18258a4197ae9ae4144f699903db26734
SUCCESS checkout https://github.com/alephao/swift-rlp.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/alephao/swift-rlp.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/apple/swift-argument-parser.git
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.87s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.31s)
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.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/12] Write sources
[5/12] Write swift-version-24593BA9C3E375BF.txt
[7/19] Compiling RLP RLPValue.swift
[8/19] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/19] Emitting module ArgumentParserToolInfo
[10/20] Wrapping AST for ArgumentParserToolInfo for debugging
[12/58] Emitting module RLP
[13/58] Compiling RLP RLPError.swift
[14/58] Compiling RLP RLPDecoder.swift
[15/58] Compiling RLP RLPEncoder.swift
[16/59] Wrapping AST for RLP for debugging
[18/59] Emitting module ArgumentParser
[19/64] Compiling ArgumentParser OptionGroup.swift
[20/64] Compiling ArgumentParser AsyncParsableCommand.swift
[21/64] Compiling ArgumentParser CommandConfiguration.swift
[22/64] Compiling ArgumentParser CommandGroup.swift
[23/64] Compiling ArgumentParser EnumerableFlag.swift
[24/64] Compiling ArgumentParser Name.swift
[25/64] Compiling ArgumentParser Parsed.swift
[26/64] Compiling ArgumentParser ParsedValues.swift
[27/64] Compiling ArgumentParser ParserError.swift
[28/64] Compiling ArgumentParser SplitArguments.swift
[29/64] Compiling ArgumentParser ExpressibleByArgument.swift
[30/64] Compiling ArgumentParser ParsableArguments.swift
[31/64] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/64] Compiling ArgumentParser ParsableCommand.swift
[33/64] Compiling ArgumentParser ArgumentDecoder.swift
[34/64] Compiling ArgumentParser DumpHelpGenerator.swift
[35/64] Compiling ArgumentParser HelpCommand.swift
[36/64] Compiling ArgumentParser HelpGenerator.swift
[37/64] Compiling ArgumentParser MessageInfo.swift
[38/64] Compiling ArgumentParser UsageGenerator.swift
[39/64] Compiling ArgumentParser CollectionExtensions.swift
[40/64] Compiling ArgumentParser Platform.swift
[41/64] Compiling ArgumentParser SequenceExtensions.swift
[42/64] Compiling ArgumentParser StringExtensions.swift
[43/64] Compiling ArgumentParser Tree.swift
[44/64] Compiling ArgumentParser ArgumentVisibility.swift
[45/64] Compiling ArgumentParser CompletionKind.swift
[46/64] Compiling ArgumentParser Errors.swift
[47/64] Compiling ArgumentParser Flag.swift
[48/64] Compiling ArgumentParser NameSpecification.swift
[49/64] Compiling ArgumentParser Option.swift
[50/64] Compiling ArgumentParser ArgumentDefinition.swift
[51/64] Compiling ArgumentParser ArgumentSet.swift
[52/64] Compiling ArgumentParser CommandParser.swift
[53/64] Compiling ArgumentParser InputKey.swift
[54/64] Compiling ArgumentParser InputOrigin.swift
[55/64] Compiling ArgumentParser BashCompletionsGenerator.swift
[56/64] Compiling ArgumentParser CompletionsGenerator.swift
[57/64] Compiling ArgumentParser FishCompletionsGenerator.swift
[58/64] Compiling ArgumentParser ZshCompletionsGenerator.swift
[59/64] Compiling ArgumentParser Argument.swift
[60/64] Compiling ArgumentParser ArgumentHelp.swift
[61/65] Wrapping AST for ArgumentParser for debugging
[63/67] Emitting module cli
[64/67] Compiling cli RLPCli.swift
[65/68] Wrapping AST for cli for debugging
[66/68] Write Objects.LinkFileList
[67/68] Linking cli
Build complete! (17.73s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    }
  ],
  "manifest_display_name" : "SwiftRLP",
  "name" : "SwiftRLP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "RLP",
      "targets" : [
        "RLP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "cli",
      "targets" : [
        "cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "cli",
      "module_type" : "SwiftTarget",
      "name" : "cli",
      "path" : "Sources/cli",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "cli"
      ],
      "sources" : [
        "RLPCli.swift"
      ],
      "target_dependencies" : [
        "RLP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "RLPTests",
      "module_type" : "SwiftTarget",
      "name" : "RLPTests",
      "path" : "Tests/RLPTests",
      "sources" : [
        "RLPDecoderTests.swift",
        "RLPEncoderTests.swift"
      ],
      "target_dependencies" : [
        "RLP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RLP",
      "module_type" : "SwiftTarget",
      "name" : "RLP",
      "path" : "Sources/RLP",
      "product_memberships" : [
        "RLP",
        "cli"
      ],
      "sources" : [
        "RLPDecoder.swift",
        "RLPEncoder.swift",
        "RLPError.swift",
        "RLPValue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Done.