The Swift Package Index logo.Swift Package Index

Build Information

Failed to build ExtendedSwift, reference main (813915), with Swift 6.0 for macOS (SPM) on 14 Jan 2026 00:10:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 8139152 binding triggers
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
8139152ba20945644aff4d07362657f0ec25f08b
SUCCESS checkout https://github.com/davedelong/extendedswift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/davedelong/extendedswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/24] Write sources
[2/24] Write debug-entitlement.plist
[3/24] Compiling _NumericsShims _NumericsShims.c
[4/24] Write sources
[4/24] Copying entities.json
[4/24] Write sources
[9/24] Write swift-version-5BDAB9E9C0126B9D.txt
[9/24] Write sources
[13/35] Compiling RealModule RealFunctions.swift
[14/36] Compiling RealModule Real.swift
[15/36] Compiling RealModule Float80+Real.swift
[16/36] Compiling RealModule Float16+Real.swift
[17/36] Compiling RealModule Float+Real.swift
[18/36] Compiling RealModule ElementaryFunctions.swift
[19/36] Compiling RealModule AlgebraicField.swift
[20/36] Compiling RealModule ApproximateEquality.swift
[21/36] Compiling RealModule AugmentedArithmetic.swift
[22/36] Emitting module RealModule
[23/36] Compiling RealModule Double+Real.swift
[24/36] Compiling RealModule RelaxedArithmetic.swift
[24/41] Compiling SignalSafe.m
[25/41] Compiling JSON.m
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/JSON+Serialize.m:270:1: warning: non-void function does not return a value [-Wreturn-type]
  270 | }
      | ^
1 warning generated.
[26/41] Compiling JSON+Serialize.m
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/GregorianDate.m:130:48: error: non-void function 'GregorianDateIncrementDay' should return a value [-Wreturn-type]
  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-type]
  148 |     if (GregorianDateIsValid(date) == false) { return; }
      |                                                ^
2 errors generated.
[27/43] Compiling GregorianDate.m
[27/43] Compiling AppSession.m
[27/43] Compiling GregorianDate+Format.m
[27/43] Compiling GregorianDate+Formatters.m
[27/43] Compiling NSUUID+Time.m
[27/43] Compiling Runtime.m
[28/43] Compiling Logging LogHandler.swift
[29/43] Emitting module Logging
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms
[1/6052] Fetching swift-algorithms
[123/11821] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-algorithms from cache (1.27s)
Fetched https://github.com/apple/swift-log from cache (1.27s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.81s)
Fetching https://github.com/apple/swift-numerics.git
[1/6390] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.8.0 (0.52s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.8.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
BUILD FAILURE 6.0 macosSpm