Build Information
Successful build of Ranges, reference main (97a25b
), with Swift 6.0 for macOS (SPM) on 2 Dec 2024 21:13:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.58.3
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftranges",
"name": "Ranges",
"url": "https://github.com/yockow/swiftranges.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftranges",
"dependencies": [
]
}
]
}
Fetching https://github.com/yockow/swiftranges.git
[1/1329] Fetching swiftranges
Fetched https://github.com/yockow/swiftranges.git from cache (0.84s)
Creating working copy for https://github.com/yockow/swiftranges.git
Working copy of https://github.com/yockow/swiftranges.git resolved at main (97a25be)
warning: '.resolve-product-dependencies': dependency 'swiftranges' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/yockow/swiftranges.git
{
"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",
"6"
],
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--7754E27361AE5C74.txt
[3/32] Emitting module Ranges
[4/35] Compiling Ranges Boundary.swift
[5/35] Compiling Ranges ClosedRange+GeneralizedRange.swift
[6/35] Compiling Ranges CustomStringConvertibleRange.swift
[7/35] Compiling Ranges GeneralizedRange+Overlaps.swift
[8/35] Compiling Ranges GeneralizedRange+Subtraction.swift
[9/35] Compiling Ranges GeneralizedRange.swift
[10/35] Compiling Ranges MultipleRanges.swift
[11/35] Compiling Ranges OpenRange.swift
[12/35] Compiling Ranges PartialRangeFrom+GeneralizedRange.swift
[13/35] Compiling Ranges EmptyRange.swift
[14/35] Compiling Ranges ExcludedLowerBound.swift
[15/35] Compiling Ranges GeneralizedRange+Comparison+ParticularCases.swift
[16/35] Compiling Ranges Range+GeneralizedRange.swift
[17/35] Compiling Ranges RangeDictionary.swift
[18/35] Compiling Ranges TangibleUnboundedRange.swift
[19/35] Compiling Ranges Array+TwoEachElements.swift
[20/35] Compiling Ranges Boundary+Comparison.swift
[21/35] Compiling Ranges Boundary+Concatenation.swift
[22/35] Compiling Ranges AnyBounds.swift
[23/35] Compiling Ranges AnyRange+Operators.swift
[24/35] Compiling Ranges AnyRange.swift
[25/35] Compiling Ranges HashableRange.swift
[26/35] Compiling Ranges LeftOpenRange.swift
[27/35] Compiling Ranges Memoizables.swift
[28/35] Compiling Ranges PartialRangeGreaterThan.swift
[29/35] Compiling Ranges PartialRangeThrough+GeneralizedRange.swift
[30/35] Compiling Ranges PartialRangeUpTo+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! (12.54s)
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",
"6"
],
"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.