The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ExtendedSwift, reference main (9ae8c6), with Swift 6.2 (beta) for macOS (SPM) on 1 Sep 2025 20:29:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davedelong/extendedswift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/davedelong/extendedswift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9ae8c62 relax type constraint
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
9ae8c62ba222496397562809468c3a213592ec87
SUCCESS checkout https://github.com/davedelong/extendedswift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/davedelong/extendedswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/24] Write sources
[1/24] Write debug-entitlement.plist
[2/24] Write sources
[3/24] Write swift-version-1EA4D86E10B52AF.txt
[4/24] Write sources
[6/24] Compiling _NumericsShims _NumericsShims.c
[6/24] Write sources
[6/24] Copying entities.json
[9/24] Write sources
[11/40] Emitting module RealModule
[12/41] Compiling RealModule Real.swift
[13/41] Compiling RealModule RealFunctions.swift
[14/41] Compiling RealModule Float80+Real.swift
[15/41] Compiling RealModule Float16+Real.swift
[16/41] Compiling RealModule AugmentedArithmetic.swift
[17/41] Compiling RealModule ElementaryFunctions.swift
[18/41] Compiling RealModule AlgebraicField.swift
[19/41] Compiling RealModule ApproximateEquality.swift
[20/41] Compiling RealModule Double+Real.swift
[21/41] Compiling RealModule Float+Real.swift
[22/41] Compiling RealModule RelaxedArithmetic.swift
[23/43] Compiling Logging MetadataProvider.swift
[24/43] Compiling Logging LogHandler.swift
[25/43] Compiling Logging Logging.swift
[26/43] Compiling Logging Locks.swift
[27/43] Emitting module Logging
[27/43] Compiling Runtime.m
[28/43] Write sources
[30/43] Compiling JSON.m
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/GregorianDate.m:130:48: error: non-void function 'GregorianDateIncrementDay' should return a value [-Wreturn-mismatch]
  130 |     if (GregorianDateIsValid(date) == false) { return; }
      |                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/GregorianDate.m:148:48: error: non-void function 'GregorianDateDecrementDay' should return a value [-Wreturn-mismatch]
  148 |     if (GregorianDateIsValid(date) == false) { return; }
      |                                                ^
2 errors generated.
[30/43] Compiling GregorianDate.m
[30/43] Compiling JSON+Serialize.m
[30/43] Compiling NSUUID+Time.m
[30/43] Compiling GregorianDate+Formatters.m
[30/43] Compiling SignalSafe.m
[30/43] Compiling AppSession.m
[30/43] Compiling GregorianDate+Format.m
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-log
[1/5974] Fetching swift-algorithms
[121/9877] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms from cache (1.12s)
Fetched https://github.com/apple/swift-log from cache (1.12s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (3.85s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (1.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.45s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.0
BUILD FAILURE 6.2 macosSpm