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, reference main (97a25b), with Swift 5.9 for macOS (SPM) on 6 Oct 2024 12:26:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.55.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 97a25be Merge pull request #32 from YOCKOW/development
Cloned https://github.com/yockow/swiftranges.git
Revision (git rev-parse @):
97a25be1410234d03de69e1ac93f54ba853b04ef
SUCCESS checkout https://github.com/yockow/swiftranges.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/yockow/swiftranges.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/29] Emitting module Ranges
[2/32] Compiling Ranges AnyBounds.swift
[3/32] Compiling Ranges AnyRange+Operators.swift
[4/32] Compiling Ranges AnyRange.swift
[5/32] Compiling Ranges PartialRangeGreaterThan.swift
[6/32] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[7/32] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[8/32] Compiling Ranges Boundary.swift
[9/32] Compiling Ranges ClosedRange+GeneralizedRange.swift
[10/32] Compiling Ranges CustomStringConvertibleRange.swift
[11/32] Compiling Ranges Range+GeneralizedRange.swift
[12/32] Compiling Ranges RangeDictionary.swift
[13/32] Compiling Ranges TangibleUnboundedRange.swift
[14/32] Compiling Ranges MultipleRanges.swift
[15/32] Compiling Ranges OpenRange.swift
[16/32] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[17/32] Compiling Ranges EmptyRange.swift
[18/32] Compiling Ranges ExcludedLowerBound.swift
[19/32] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[20/32] Compiling Ranges HashableRange.swift
[21/32] Compiling Ranges LeftOpenRange.swift
[22/32] Compiling Ranges Memoizables.swift
[23/32] Compiling Ranges Array+TwoEachElements.swift
[24/32] Compiling Ranges Boundary+Comparison.swift
[25/32] Compiling Ranges Boundary+Concatenation.swift
[26/32] Compiling Ranges GeneralizedRange+Overlaps.swift
[27/32] Compiling Ranges GeneralizedRange+Subtraction.swift
[28/32] Compiling Ranges GeneralizedRange.swift
[29/32] Compiling Ranges GeneralizedRange+Comparison.swift
[30/32] Compiling Ranges GeneralizedRange+Concatenation.swift
[31/32] Compiling Ranges GeneralizedRange+Intersection.swift
[31/32] Linking libSwiftRanges.dylib
Build complete! (8.05s)
Build complete.
Done.