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.0 for macOS (SPM) on 1 Sep 2025 20:28:28 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.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.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
[1/24] Write debug-entitlement.plist
[1/24] Write sources
[3/24] Compiling _NumericsShims _NumericsShims.c
[4/24] Write sources
[7/24] Copying entities.json
[8/24] Write sources
[9/24] Write swift-version-5BDAB9E9C0126B9D.txt
[9/24] Write sources
[13/35] Emitting module RealModule
[14/36] Compiling RealModule AugmentedArithmetic.swift
[15/36] Compiling RealModule Real.swift
[16/36] Compiling RealModule RealFunctions.swift
[17/36] Compiling RealModule Float80+Real.swift
[18/36] Compiling RealModule Double+Real.swift
[19/36] Compiling RealModule Float+Real.swift
[20/36] Compiling RealModule ElementaryFunctions.swift
[21/36] Compiling RealModule Float16+Real.swift
[22/36] Compiling RealModule AlgebraicField.swift
[23/36] Compiling RealModule ApproximateEquality.swift
[24/36] Compiling RealModule RelaxedArithmetic.swift
/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]
  225 |     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]
  230 |         nextCommand = (uintptr_t)nextCommand + cmdsize;
      |                     ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
[24/41] Compiling AppSession.m
[24/41] Compiling Runtime.m
[24/41] Compiling GregorianDate+Formatters.m
[24/41] Compiling NSUUID+Time.m
[24/41] Compiling JSON.m
[24/41] Compiling GregorianDate+Format.m
[24/41] Compiling JSON+Serialize.m
[24/41] Compiling SignalSafe.m
[24/41] Compiling GregorianDate.m
[25/41] Emitting module Logging
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-algorithms
[1/3903] Fetching swift-log
[80/9877] Fetching swift-log, swift-algorithms
Fetched https://github.com/apple/swift-algorithms from cache (1.13s)
Fetched https://github.com/apple/swift-log from cache (1.13s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (3.23s)
Fetching https://github.com/apple/swift-numerics.git
[1/6348] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.97s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.0 (0.46s)
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-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
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.0
BUILD FAILURE 6.0 macosSpm