Build Information
Successful build of DLInterval, reference 1.3.0 (8f5647
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 21:56:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/david-livadaru/DLInterval.git
Reference: 1.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/david-livadaru/DLInterval
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 8f56479 develop
Cloned https://github.com/david-livadaru/DLInterval.git
Revision (git rev-parse @):
8f56479bea3bc736e8d2cff6c56becc49a3baa03
SUCCESS checkout https://github.com/david-livadaru/DLInterval.git at 1.3.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/david-livadaru/DLInterval.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Emitting module DLInterval
/Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift:11:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
9 |
10 | public struct UnionInterval: IntervalType, ExpressibleByArrayLiteral {
11 | public private (set) var intervals: [Interval]
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 |
13 | /// The lower boundary of union.
[4/14] Compiling DLInterval ExpressibleByIntervalTuple.swift
[5/14] Compiling DLInterval IntervalType.swift
[6/14] Compiling DLInterval Interval.swift
/Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift:11:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
9 |
10 | public struct UnionInterval: IntervalType, ExpressibleByArrayLiteral {
11 | public private (set) var intervals: [Interval]
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 |
13 | /// The lower boundary of union.
[7/14] Compiling DLInterval IntervalExtremum.swift
[8/14] Compiling DLInterval IntervalOperators.swift
[9/15] Compiling DLInterval IntervalBoundary.swift
[10/15] Compiling DLInterval ExpressibleByClosedRange.swift
[11/15] Compiling DLInterval ExpressibleByIntervalArray.swift
[12/15] Compiling DLInterval Boundary.swift
[13/15] Compiling DLInterval Double+FrameworkExtension.swift
[14/15] Compiling DLInterval ExpressibleByRange.swift
[15/15] Compiling DLInterval UnionInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/DLInterval/UnionInterval.swift:11:19: warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
9 |
10 | public struct UnionInterval: IntervalType, ExpressibleByArrayLiteral {
11 | public private (set) var intervals: [Interval]
| `- warning: extraneous whitespace between attribute name and '('; this is an error in the Swift 6 language mode
12 |
13 | /// The lower boundary of union.
Build complete! (5.07s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DLInterval",
"name" : "DLInterval",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DLInterval",
"targets" : [
"DLInterval"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DLIntervalTests",
"module_type" : "SwiftTarget",
"name" : "DLIntervalTests",
"path" : "Tests/DLIntervalTests",
"sources" : [
"BoundaryTests.swift",
"IntervalBoundaryTests.swift",
"IntervalClipValueTests.swift",
"IntervalComparisonTests.swift",
"IntervalConstructorTests.swift",
"IntervalContainsTests.swift",
"IntervalIntersectionTests.swift",
"IntervalUnionTests.swift",
"UnionIntervalTests.swift"
],
"target_dependencies" : [
"DLInterval"
],
"type" : "test"
},
{
"c99name" : "DLInterval",
"module_type" : "SwiftTarget",
"name" : "DLInterval",
"path" : "Sources/DLInterval",
"product_memberships" : [
"DLInterval"
],
"sources" : [
"Boundary.swift",
"Double+FrameworkExtension.swift",
"ExpressibleByClosedRange.swift",
"ExpressibleByIntervalArray.swift",
"ExpressibleByIntervalTuple.swift",
"ExpressibleByRange.swift",
"Interval.swift",
"IntervalBoundary.swift",
"IntervalExtremum.swift",
"IntervalOperators.swift",
"IntervalType.swift",
"UnionInterval.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.