The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Period, reference 1.1.0 (814bc0), with Swift 6.2 for Linux on 10 Mar 2026 19:27:02 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/davdroman/Period.git
Reference: 1.1.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/davdroman/Period
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 814bc0f Add Swift 6.3 to CI (#34)
Cloned https://github.com/davdroman/Period.git
Revision (git rev-parse @):
814bc0fce41a273b6fe1cf8966f7d23e77d60d7c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/davdroman/Period.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/davdroman/Period.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/davdroman/swift-json-testing
Fetching https://github.com/google/swift-benchmark
[1/254] Fetching swift-json-testing
[167/1744] Fetching swift-json-testing, swift-benchmark
Fetched https://github.com/davdroman/swift-json-testing from cache (0.30s)
Fetched https://github.com/google/swift-benchmark from cache (0.30s)
Computing version for https://github.com/davdroman/swift-json-testing
Computed https://github.com/davdroman/swift-json-testing at 0.2.0 (3.37s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5370] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.43s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (0.94s)
Fetching https://github.com/apple/swift-argument-parser
[1/17192] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.79s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5718] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.21s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.53s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/davdroman/swift-json-testing
Working copy of https://github.com/davdroman/swift-json-testing resolved at 0.2.0
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/15] Write sources
[7/15] Write swift-version-24593BA9C3E375BF.txt
[9/25] Emitting module Period
[10/25] Emitting module ArgumentParserToolInfo
[11/25] Compiling ArgumentParserToolInfo ToolInfo.swift
[12/26] Wrapping AST for ArgumentParserToolInfo for debugging
[14/72] Compiling Period Codable.swift
[15/72] Compiling Period Arithmetic.swift
[16/72] Compiling Period Calendar.swift
[17/72] Compiling Period Period.swift
[18/72] Compiling Period Formatting.swift
[19/72] Compiling Period Description.swift
[20/72] Compiling Period ISO8601.swift
[21/73] Wrapping AST for Period for debugging
[23/73] Compiling ArgumentParser Foundation.swift
[24/73] Compiling ArgumentParser Mutex.swift
[25/73] Compiling ArgumentParser Platform.swift
[26/73] Compiling ArgumentParser SequenceExtensions.swift
[27/73] Compiling ArgumentParser StringExtensions.swift
[28/73] Compiling ArgumentParser SwiftExtensions.swift
[29/79] Compiling ArgumentParser Tree.swift
[30/79] Compiling ArgumentParser CodingKeyValidator.swift
[31/79] Compiling ArgumentParser NonsenseFlagsValidator.swift
[32/79] Compiling ArgumentParser ParsableArgumentsValidation.swift
[33/79] Compiling ArgumentParser PositionalArgumentsValidator.swift
[34/79] Compiling ArgumentParser UniqueNamesValidator.swift
[35/79] Compiling ArgumentParser InputOrigin.swift
[36/79] Compiling ArgumentParser Name.swift
[37/79] Compiling ArgumentParser Parsed.swift
[38/79] Compiling ArgumentParser ParsedValues.swift
[39/79] Compiling ArgumentParser ParserError.swift
[40/79] Compiling ArgumentParser SplitArguments.swift
[41/79] Compiling ArgumentParser DumpHelpGenerator.swift
[42/79] Compiling ArgumentParser HelpCommand.swift
[43/79] Compiling ArgumentParser HelpGenerator.swift
[44/79] Compiling ArgumentParser MessageInfo.swift
[45/79] Compiling ArgumentParser UsageGenerator.swift
[46/79] Compiling ArgumentParser CollectionExtensions.swift
[47/79] Emitting module ArgumentParser
[48/79] Compiling ArgumentParser BashCompletionsGenerator.swift
[49/79] Compiling ArgumentParser CompletionsGenerator.swift
[50/79] Compiling ArgumentParser FishCompletionsGenerator.swift
[51/79] Compiling ArgumentParser ZshCompletionsGenerator.swift
[52/79] Compiling ArgumentParser Argument.swift
[53/79] Compiling ArgumentParser ArgumentDiscussion.swift
[54/79] Compiling ArgumentParser ArgumentHelp.swift
[55/79] Compiling ArgumentParser ParentCommand.swift
[56/79] Compiling ArgumentParser AsyncParsableCommand.swift
[57/79] Compiling ArgumentParser CommandConfiguration.swift
[58/79] Compiling ArgumentParser CommandGroup.swift
[59/79] Compiling ArgumentParser EnumerableFlag.swift
[60/79] Compiling ArgumentParser ExpressibleByArgument.swift
[61/79] Compiling ArgumentParser ParsableArguments.swift
[62/79] Compiling ArgumentParser ArgumentVisibility.swift
[63/79] Compiling ArgumentParser CompletionKind.swift
[64/79] Compiling ArgumentParser Errors.swift
[65/79] Compiling ArgumentParser Flag.swift
[66/79] Compiling ArgumentParser NameSpecification.swift
[67/79] Compiling ArgumentParser Option.swift
[68/79] Compiling ArgumentParser OptionGroup.swift
[69/79] Compiling ArgumentParser ParsableCommand.swift
[70/79] Compiling ArgumentParser ArgumentDecoder.swift
[71/79] Compiling ArgumentParser ArgumentDefinition.swift
[72/79] Compiling ArgumentParser ArgumentSet.swift
[73/79] Compiling ArgumentParser CommandParser.swift
[74/79] Compiling ArgumentParser InputKey.swift
[75/80] Wrapping AST for ArgumentParser for debugging
[77/96] Compiling Benchmark BenchmarkState.swift
[78/96] Compiling Benchmark BenchmarkSuite.swift
[79/96] Compiling Benchmark BenchmarkFormatter.swift
[80/96] Compiling Benchmark BenchmarkMain.swift
[81/96] Compiling Benchmark BenchmarkTermination.swift
[82/96] Compiling Benchmark BenchmarkTime.swift
[83/96] Compiling Benchmark BenchmarkRunner.swift
[84/96] Compiling Benchmark BenchmarkSetting.swift
[85/96] Compiling Benchmark BenchmarkCommand.swift
[86/96] Compiling Benchmark BenchmarkFilter.swift
[87/98] Compiling Benchmark Stats.swift
[88/98] Compiling Benchmark TestIntegration.swift
[89/98] Emitting module Benchmark
[90/98] Compiling Benchmark BenchmarkReporter.swift
[91/98] Compiling Benchmark BenchmarkResult.swift
[92/98] Compiling Benchmark Benchmark.swift
[93/98] Compiling Benchmark BenchmarkArguments.swift
[94/98] Compiling Benchmark BenchmarkColumn.swift
[95/99] Wrapping AST for Benchmark for debugging
[97/101] Compiling Benchmarks main.swift
[98/101] Emitting module Benchmarks
[99/102] Wrapping AST for Benchmarks for debugging
[100/102] Write Objects.LinkFileList
[101/102] Linking Benchmarks
Build complete! (31.86s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/google/swift-benchmark"
    },
    {
      "identity" : "swift-json-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/davdroman/swift-json-testing"
    }
  ],
  "manifest_display_name" : "Period",
  "name" : "Period",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Period",
      "targets" : [
        "Period"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Benchmarks",
      "targets" : [
        "Benchmarks"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PeriodTests",
      "module_type" : "SwiftTarget",
      "name" : "PeriodTests",
      "path" : "Tests",
      "product_dependencies" : [
        "JSONTesting"
      ],
      "sources" : [
        "ArithmeticTests.swift",
        "CalendarTests.swift",
        "CodableTests.swift",
        "DescriptionTests.swift",
        "FormattingTests.swift",
        "ISO8601TestCases.swift",
        "ISO8601Tests.swift",
        "PeriodTests.swift"
      ],
      "target_dependencies" : [
        "Period"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Period",
      "module_type" : "SwiftTarget",
      "name" : "Period",
      "path" : "Sources/Period",
      "product_memberships" : [
        "Period",
        "Benchmarks"
      ],
      "sources" : [
        "Arithmetic.swift",
        "Calendar.swift",
        "Codable.swift",
        "Description.swift",
        "Formatting.swift",
        "ISO8601.swift",
        "Period.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Sources/Benchmarks",
      "product_dependencies" : [
        "Benchmark"
      ],
      "product_memberships" : [
        "Benchmarks"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Period"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.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
Done.