Build Information
Successful build of Ranges, reference 3.2.1 (97a25b
), with Swift 5.10 for macOS (SPM) on 6 Oct 2024 12:26:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.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: 3.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yockow/swiftranges
* tag 3.2.1 -> FETCH_HEAD
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 3.2.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/yockow/swiftranges.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-33747A42983211AE.txt
[3/32] Emitting module Ranges
[4/35] Compiling Ranges GeneralizedRange+Overlaps.swift
[5/35] Compiling Ranges GeneralizedRange+Subtraction.swift
[6/35] Compiling Ranges GeneralizedRange.swift
[7/35] Compiling Ranges AnyBounds.swift
[8/35] Compiling Ranges AnyRange+Operators.swift
[9/35] Compiling Ranges AnyRange.swift
[10/35] Compiling Ranges PartialRangeGreaterThan.swift
[11/35] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[12/35] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[13/35] Compiling Ranges Boundary.swift
[14/35] Compiling Ranges ClosedRange+GeneralizedRange.swift
[15/35] Compiling Ranges CustomStringConvertibleRange.swift
[16/35] Compiling Ranges Range+GeneralizedRange.swift
[17/35] Compiling Ranges RangeDictionary.swift
[18/35] Compiling Ranges TangibleUnboundedRange.swift
[19/35] Compiling Ranges EmptyRange.swift
[20/35] Compiling Ranges ExcludedLowerBound.swift
[21/35] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[22/35] Compiling Ranges HashableRange.swift
[23/35] Compiling Ranges LeftOpenRange.swift
[24/35] Compiling Ranges Memoizables.swift
[25/35] Compiling Ranges Array+TwoEachElements.swift
[26/35] Compiling Ranges Boundary+Comparison.swift
[27/35] Compiling Ranges Boundary+Concatenation.swift
[28/35] Compiling Ranges MultipleRanges.swift
[29/35] Compiling Ranges OpenRange.swift
[30/35] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[31/35] Compiling Ranges GeneralizedRange+Comparison.swift
[32/35] Compiling Ranges GeneralizedRange+Concatenation.swift
[33/35] Compiling Ranges GeneralizedRange+Intersection.swift
[33/35] Write Objects.LinkFileList
[34/35] Linking libSwiftRanges.dylib
Build complete! (7.76s)
Build complete.
Done.