Build Information
Failed to build ExtendedSwift, reference main (60ef51), with Swift 5.10 for macOS (SPM) on 15 Dec 2025 01:09:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build 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 60ef518 permissive paramenter
Cloned https://github.com/davedelong/extendedswift.git
Revision (git rev-parse @):
60ef5189c87feb2a0ae7df768001bfe726c06c67
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 swift-version-33747A42983211AE.txt
[0/24] Write sources
[0/24] Write debug-entitlement.plist
[3/24] Compiling _NumericsShims _NumericsShims.c
[4/24] Write sources
[7/35] Compiling RealModule RealFunctions.swift
[8/35] Compiling RealModule Real.swift
[9/35] Compiling RealModule Float80+Real.swift
[10/36] Compiling RealModule Float16+Real.swift
[11/36] Compiling RealModule ElementaryFunctions.swift
[12/36] Emitting module RealModule
[13/36] Compiling RealModule Double+Real.swift
[14/36] Compiling RealModule AlgebraicField.swift
[15/36] Compiling RealModule ApproximateEquality.swift
[16/36] Compiling RealModule AugmentedArithmetic.swift
[17/36] Compiling RealModule Float+Real.swift
[18/36] Compiling RealModule RelaxedArithmetic.swift
[18/41] Compiling Runtime.m
[19/41] Compiling NSUUID+Time.m
[19/41] Write sources
[19/41] Copying entities.json
[19/41] Write sources
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/AppSession.m:225:26: error: incompatible integer to pointer conversion initializing 'struct load_command *' with an expression of type 'unsigned long' [-Wint-conversion]
struct load_command *nextCommand = (uintptr_t)mh + (is64Bit ? sizeof(struct mach_header_64) : sizeof(struct mach_header));
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/PrivateAPI/src/AppSession.m:230:21: error: incompatible integer to pointer conversion assigning to 'struct load_command *' from 'uintptr_t' (aka 'unsigned long') [-Wint-conversion]
nextCommand = (uintptr_t)nextCommand + cmdsize;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[26/41] Compiling AppSession.m
[26/41] Compiling GregorianDate+Format.m
[26/41] Compiling JSON+Serialize.m
[26/41] Compiling SignalSafe.m
[26/41] Compiling GregorianDate.m
[26/41] Compiling GregorianDate+Formatters.m
[26/41] Compiling JSON.m
[27/41] Compiling Logging MetadataProvider.swift
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms
[1/6041] Fetching swift-algorithms
[122/11790] Fetching swift-algorithms, swift-log
Fetched https://github.com/apple/swift-log from cache (1.63s)
Fetched https://github.com/apple/swift-algorithms from cache (1.63s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.22s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.19s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.36s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.35s)
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.1
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
BUILD FAILURE 5.10 macosSpm