The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yockow/swiftranges.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftranges",
      "name": "Ranges",
      "url": "https://github.com/yockow/swiftranges.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftranges",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yockow/swiftranges.git
[1/1296] Fetching swiftranges
Fetched https://github.com/yockow/swiftranges.git (0.28s)
Creating working copy for https://github.com/yockow/swiftranges.git
Working copy of https://github.com/yockow/swiftranges.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftranges' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/29] Compiling Ranges GeneralizedRange+Subtraction.swift
[2/29] Compiling Ranges GeneralizedRange.swift
[3/29] Compiling Ranges HashableRange.swift
[4/29] Compiling Ranges LeftOpenRange.swift
[5/29] Compiling Ranges CustomStringConvertibleRange.swift
[6/29] Compiling Ranges EmptyRange.swift
[7/29] Compiling Ranges ExcludedLowerBound.swift
[8/29] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[9/32] Compiling Ranges PartialRangeGreaterThan.swift
[10/32] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[11/32] Compiling Ranges PartialRangeUpTo+GeneralizedRange.swift
[12/32] Emitting module Ranges
[13/32] Compiling Ranges Range+GeneralizedRange.swift
[14/32] Compiling Ranges RangeDictionary.swift
[15/32] Compiling Ranges TangibleUnboundedRange.swift
[16/32] Compiling Ranges GeneralizedRange+Comparison.swift
[17/32] Compiling Ranges GeneralizedRange+Concatenation.swift
[18/32] Compiling Ranges GeneralizedRange+Intersection.swift
[19/32] Compiling Ranges GeneralizedRange+Overlaps.swift
[20/32] Compiling Ranges Boundary+Comparison.swift
[21/32] Compiling Ranges Boundary+Concatenation.swift
[22/32] Compiling Ranges Boundary.swift
[23/32] Compiling Ranges ClosedRange+GeneralizedRange.swift
[24/32] Compiling Ranges AnyBounds.swift
[25/32] Compiling Ranges AnyRange+Operators.swift
[26/32] Compiling Ranges AnyRange.swift
[27/32] Compiling Ranges Array+TwoEachElements.swift
[28/32] Compiling Ranges Memoizables.swift
[29/32] Compiling Ranges MultipleRanges.swift
[30/32] Compiling Ranges OpenRange.swift
[31/32] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[31/32] Linking libSwiftRanges.dylib
Build complete! (8.72s)
Build complete.
Done.