The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ExtendedSwift, reference main (a2b500), with Swift 5.10 for macOS (SPM) on 26 Jan 2025 19:21:43 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.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 a2b5003 create data from hex string
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
a2b5003bf986e229ebe8d26fa3fa8f948c2db4ed
SUCCESS checkout https://github.com/davedelong/extendedswift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/davedelong/extendedswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/24] Write sources
[1/24] Write debug-entitlement.plist
[3/24] Write swift-version-33747A42983211AE.txt
[4/24] Write sources
[6/24] Compiling _NumericsShims _NumericsShims.c
[7/24] Write sources
[9/39] Compiling RealModule Real.swift
[10/39] Compiling RealModule Float16+Real.swift
[11/39] Emitting module RealModule
[12/39] Compiling RealModule ElementaryFunctions.swift
[13/39] Compiling RealModule AugmentedArithmetic.swift
[14/39] Compiling RealModule AlgebraicField.swift
[15/39] Compiling RealModule Float+Real.swift
[16/39] Compiling RealModule ApproximateEquality.swift
[17/39] Compiling RealModule Float80+Real.swift
[18/39] Compiling RealModule Double+Real.swift
[19/40] Compiling RealModule RealFunctions.swift
[20/42] Compiling Logging Locks.swift
[21/42] Emitting module Logging
[22/42] Compiling Logging Logging.swift
[23/42] Compiling Logging MetadataProvider.swift
[24/42] Compiling Logging LogHandler.swift
[24/42] Copying entities.json
[25/42] Write sources
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/GregorianDate.m:130:48: error: non-void function 'GregorianDateIncrementDay' should return a value [-Wreturn-type]
    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]
    if (GregorianDateIsValid(date) == false) { return; }
                                               ^
2 errors generated.
[26/42] Compiling GregorianDate.m
[26/42] Compiling GregorianDate+Format.m
[26/42] Compiling JSON+Serialize.m
[26/42] Compiling Runtime.m
[26/42] Compiling GregorianDate+Formatters.m
[26/42] Compiling SignalSafe.m
[26/42] Compiling AppSession.m
[26/42] Compiling JSON.m
[26/42] Compiling NSUUID+Time.m
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms
[1/5623] Fetching swift-algorithms
[2/9366] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-log from cache (1.97s)
Fetched https://github.com/apple/swift-algorithms from cache (1.97s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (2.31s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.18s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.48s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.2 (0.36s)
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
BUILD FAILURE 5.10 macosSpm