The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Ranges, reference main (92499e), with Swift 6.3 for Linux on 21 Apr 2026 11:56:33 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftranges.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/yockow/swiftranges
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 92499e8 Merge pull request #41 from YOCKOW/development
Cloned https://github.com/yockow/swiftranges.git
Revision (git rev-parse @):
92499e84419a8161150fca86a29feb8931b43cb6
SUCCESS checkout https://github.com/yockow/swiftranges.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yockow/swiftranges.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Building for debugging...
[0/5] Write sources
[1/5] Write swift-version-24593BA9C3E375BF.txt
[3/33] Emitting module Ranges
[4/36] Compiling Ranges GeneralizedRangeBound.swift
[5/36] Compiling Ranges GeneralizedRangeSet.swift
[6/36] Compiling Ranges HashableRange.swift
[7/36] Compiling Ranges LeftOpenRange.swift
[8/36] Compiling Ranges AnyBounds.swift
[9/36] Compiling Ranges AnyRange+Operators.swift
[10/36] Compiling Ranges AnyRange.swift
[11/36] Compiling Ranges ClosedRange+GeneralizedRange.swift
[12/36] Compiling Ranges CustomStringConvertibleRange.swift
[13/36] Compiling Ranges EmptyRange.swift
[14/36] Compiling Ranges ExcludedLowerBound.swift
[15/36] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[16/36] Compiling Ranges GeneralizedRange+Comparison.swift
[17/36] Compiling Ranges GeneralizedRange+Concatenation.swift
[18/36] Compiling Ranges GeneralizedRange+Intersection.swift
[19/36] Compiling Ranges Memoizables.swift
[20/36] Compiling Ranges OpenRange.swift
[21/36] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[22/36] Compiling Ranges PartialRangeGreaterThan.swift
[23/36] Compiling Ranges SortedRangeValuePairs.swift
[24/36] Compiling Ranges TangibleUnboundedRange.swift
[25/36] Compiling Ranges WellknownRange.swift
[26/36] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[27/36] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[28/36] Compiling Ranges Range+GeneralizedRange.swift
[29/36] Compiling Ranges RangeDictionary.swift
[30/36] Compiling Ranges GeneralizedRange+Overlaps.swift
[31/36] Compiling Ranges GeneralizedRange+Subtraction.swift
[32/36] Compiling Ranges GeneralizedRange.swift
[33/36] Compiling Ranges GeneralizedRangeBound+Comparison.swift
[34/37] Wrapping AST for Ranges for debugging
[35/37] Write Objects.LinkFileList
[36/37] Linking libSwiftRanges.so
Build complete! (14.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ranges",
  "name" : "Ranges",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftRanges",
      "targets" : [
        "Ranges"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "RangesTests",
      "module_type" : "SwiftTarget",
      "name" : "RangesTests",
      "path" : "Tests/RangesTests",
      "sources" : [
        "AnyRangeTests.swift",
        "ExcludedLowerBoundTests.swift",
        "GeneralizedRangeBoundTests.swift",
        "GeneralizedRangeSetTests.swift",
        "GeneralizedRangeTests.swift",
        "LeftOpenRangeTests.swift",
        "MemoizablesTests.swift",
        "OpenRangeTests.swift",
        "PartialRangeGreaterThanTests.swift",
        "RangeDictionaryTests.swift"
      ],
      "target_dependencies" : [
        "Ranges"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ranges",
      "module_type" : "SwiftTarget",
      "name" : "Ranges",
      "path" : "Sources/Ranges",
      "product_memberships" : [
        "SwiftRanges"
      ],
      "sources" : [
        "ClosedRange+GeneralizedRange.swift",
        "CustomStringConvertibleRange.swift",
        "EmptyRange.swift",
        "ExcludedLowerBound.swift",
        "GeneralizedRange+Comparison+ParticularCases.swift",
        "GeneralizedRange+Comparison.swift",
        "GeneralizedRange+Concatenation.swift",
        "GeneralizedRange+Intersection.swift",
        "GeneralizedRange+Overlaps.swift",
        "GeneralizedRange+Subtraction.swift",
        "GeneralizedRange.swift",
        "GeneralizedRangeBound+Comparison.swift",
        "GeneralizedRangeBound.swift",
        "GeneralizedRangeSet.swift",
        "HashableRange.swift",
        "LeftOpenRange.swift",
        "Memoizables.swift",
        "OpenRange.swift",
        "PartialRangeFrom+GeneralizedRange.swift",
        "PartialRangeGreaterThan.swift",
        "PartialRangeThrough+GeneralizedRange.swift",
        "PartialRangeUpTo+GeneralizedRange.swift",
        "Range+GeneralizedRange.swift",
        "RangeDictionary.swift",
        "SortedRangeValuePairs.swift",
        "TangibleUnboundedRange.swift",
        "WellknownRange.swift",
        "deprecated/AnyBounds.swift",
        "deprecated/AnyRange+Operators.swift",
        "deprecated/AnyRange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Done.