The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Interval, reference 0.3.0 (62af07), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 19:39:16 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankogai/swift-interval.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-interval
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 62af07d update README.md
Cloned https://github.com/dankogai/swift-interval.git
Revision (git rev-parse @):
62af07d59cccbd5f70c09dc13877d94287ed0b83
SUCCESS checkout https://github.com/dankogai/swift-interval.git at 0.3.0
Fetching https://github.com/apple/swift-numerics
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (1.12s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (3.47s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-interval",
      "name": "Interval",
      "url": "https://github.com/dankogai/swift-interval.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-interval",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/dankogai/swift-interval.git
[1/160] Fetching swift-interval
Fetched https://github.com/dankogai/swift-interval.git from cache (0.59s)
Fetching https://github.com/apple/swift-numerics from cache
Fetched https://github.com/apple/swift-numerics from cache (0.54s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 0.1.0 (0.60s)
Creating working copy for https://github.com/dankogai/swift-interval.git
Working copy of https://github.com/dankogai/swift-interval.git resolved at 0.3.0 (62af07d)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 0.1.0
warning: '.resolve-product-dependencies': dependency 'swift-interval' is not used by any target
Found 1 product dependencies
  - swift-numerics
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/dankogai/swift-interval.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[3/13] Write IntervalRun-entitlement.plist
[3/13] Write sources
[6/13] Compiling _NumericsShims _NumericsShims.c
[7/13] Write swift-version--6988338F2F200930.txt
[9/23] Compiling RealModule Real.swift
[10/23] Compiling RealModule Float16+Real.swift
[11/24] Compiling RealModule Float80+Real.swift
[12/24] Compiling RealModule Float+Real.swift
[13/24] Compiling RealModule ElementaryFunctions.swift
[14/24] Compiling RealModule AugmentedArithmetic.swift
[15/24] Compiling RealModule ApproximateEquality.swift
[16/24] Compiling RealModule AlgebraicField.swift
[17/24] Emitting module RealModule
[18/24] Compiling RealModule Double+Real.swift
[19/24] Compiling RealModule RealFunctions.swift
[20/29] Emitting module ComplexModule
[21/29] Compiling ComplexModule Complex.swift
[22/29] Compiling ComplexModule ElementaryFunctions.swift
[23/29] Compiling ComplexModule Arithmetic.swift
[24/29] Compiling ComplexModule Differentiable.swift
[25/31] Emitting module Numerics
[26/31] Compiling Numerics Numerics.swift
[27/34] Compiling Interval Interval.swift
[28/34] Compiling Interval IntervalMath.swift
[29/34] Emitting module Interval
[29/34] Write Objects.LinkFileList
[31/36] Compiling IntervalRun main.swift
[32/36] Emitting module IntervalRun
[32/36] Write Objects.LinkFileList
[33/36] Linking libInterval.dylib
[34/36] Linking IntervalRun
[35/36] Applying IntervalRun
Build complete! (3.35s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.8",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "Interval",
  "name" : "Interval",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Interval",
      "targets" : [
        "Interval"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "IntervalRun",
      "targets" : [
        "IntervalRun"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IntervalTests",
      "module_type" : "SwiftTarget",
      "name" : "IntervalTests",
      "path" : "Tests/IntervalTests",
      "sources" : [
        "IntervalTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Interval"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IntervalRun",
      "module_type" : "SwiftTarget",
      "name" : "IntervalRun",
      "path" : "Sources/IntervalRun",
      "product_memberships" : [
        "IntervalRun"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Interval"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Interval",
      "module_type" : "SwiftTarget",
      "name" : "Interval",
      "path" : "Sources/Interval",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "Interval",
        "IntervalRun"
      ],
      "sources" : [
        "Interval.swift",
        "IntervalMath.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.