This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Ranges with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftranges.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yockow/swiftranges
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 352c839 Merge pull request #30 from YOCKOW/development
Cloned https://github.com/yockow/swiftranges.git
Revision (git rev-parse @):
352c83986715ba89184e3edc2e78f3a78b8f6dbe
SUCCESS checkout https://github.com/yockow/swiftranges.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/yockow/swiftranges.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-6F35C1178C84523A.txt
[3/32] Emitting module Ranges
[4/35] Compiling Ranges PartialRangeGreaterThan.swift
[5/35] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[6/35] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[7/35] Compiling Ranges Range+GeneralizedRange.swift
[8/35] Compiling Ranges RangeDictionary.swift
[9/35] Compiling Ranges TangibleUnboundedRange.swift
[10/35] Compiling Ranges AnyBounds.swift
[11/35] Compiling Ranges AnyRange+Operators.swift
[12/35] Compiling Ranges AnyRange.swift
[13/35] Compiling Ranges GeneralizedRange+Overlaps.swift
[14/35] Compiling Ranges GeneralizedRange+Subtraction.swift
[15/35] Compiling Ranges GeneralizedRange.swift
[16/35] Compiling Ranges Boundary.swift
[17/35] Compiling Ranges ClosedRange+GeneralizedRange.swift
[18/35] Compiling Ranges CustomStringConvertibleRange.swift
[19/35] Compiling Ranges GeneralizedRange+Comparison.swift
[20/35] Compiling Ranges GeneralizedRange+Concatenation.swift
[21/35] Compiling Ranges GeneralizedRange+Intersection.swift
[22/35] Compiling Ranges EmptyRange.swift
[23/35] Compiling Ranges ExcludedLowerBound.swift
[24/35] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[25/35] Compiling Ranges MultipleRanges.swift
[26/35] Compiling Ranges OpenRange.swift
[27/35] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[28/35] Compiling Ranges HashableRange.swift
[29/35] Compiling Ranges LeftOpenRange.swift
[30/35] Compiling Ranges Memoizables.swift
[31/35] Compiling Ranges Array+TwoEachElements.swift
[32/35] Compiling Ranges Boundary+Comparison.swift
[33/35] Compiling Ranges Boundary+Concatenation.swift
[33/35] Write Objects.LinkFileList
[34/35] Linking libSwiftRanges.dylib
Build complete! (24.59s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ranges",
  "name" : "Ranges",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftRanges",
      "targets" : [
        "Ranges"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RangesTests",
      "module_type" : "SwiftTarget",
      "name" : "RangesTests",
      "path" : "Tests/RangesTests",
      "sources" : [
        "AnyRangeTests.swift",
        "BoundaryTests.swift",
        "ExcludedLowerBoundTests.swift",
        "GeneralizedRangeTests.swift",
        "LeftOpenRangeTests.swift",
        "MemoizablesTests.swift",
        "MultipleRangesTests.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" : [
        "AnyBounds.swift",
        "AnyRange+Operators.swift",
        "AnyRange.swift",
        "Array+TwoEachElements.swift",
        "Boundary+Comparison.swift",
        "Boundary+Concatenation.swift",
        "Boundary.swift",
        "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",
        "HashableRange.swift",
        "LeftOpenRange.swift",
        "Memoizables.swift",
        "MultipleRanges.swift",
        "OpenRange.swift",
        "PartialRangeFrom+GeneralizedRange.swift",
        "PartialRangeGreaterThan.swift",
        "PartialRangeThrough+GeneralizedRange.swift",
        "PartialRangeUpTo+GeneralizedRange.swift",
        "Range+GeneralizedRange.swift",
        "RangeDictionary.swift",
        "TangibleUnboundedRange.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.