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 FZMetadata, reference main (9e8707), with Swift 5.10 for macOS (SPM) on 1 Dec 2025 12:06:17 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/flocked/FZMetadata.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flocked/FZMetadata
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9e87078 Update MetadataQuery+Predicate.swift
Cloned https://github.com/flocked/FZMetadata.git
Revision (git rev-parse @):
9e87078ee127a808beb598a71a16c8d6d230b607
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/flocked/FZMetadata.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/flocked/FZMetadata.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/30] Write sources
[1/30] Write swift-version-33747A42983211AE.txt
[2/30] Compiling ffi_arm64.c
[3/30] Compiling win64_x86_64.S
[4/30] Compiling unix64_x86_64.S
[5/30] Compiling sysv_i386.S
[6/30] Compiling ffiw64_x86_64.c
[7/30] Compiling ffi_i386.c
[8/30] Compiling ffi64_x86_64.c
[9/30] Compiling types.c
[10/30] Compiling tramp.c
[11/30] Compiling raw_api.c
[12/30] Compiling prep_cif.c
[13/30] Compiling java_raw_api.c
[14/30] Compiling dlmalloc.c
[15/30] Compiling debug.c
[16/30] Compiling closures.c
[17/30] Compiling sysv_armv7.S
[18/30] Compiling ffi_armv7.c
[19/30] Compiling sysv_arm64.S
[20/30] Write sources
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata+ObjC/MDQueryInterposer/MDQueryInterposer.m:8:5: warning: 'TARGET_OS_OSX' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_OSX || (!defined(TARGET_OS_OSX) && !(TARGET_OS_IOS || TARGET_OS_TV || TARGET_OS_WATCH))
    ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata+ObjC/MDQueryInterposer/MDQueryInterposer.m:8:52: warning: 'TARGET_OS_IOS' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_OSX || (!defined(TARGET_OS_OSX) && !(TARGET_OS_IOS || TARGET_OS_TV || TARGET_OS_WATCH))
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata+ObjC/MDQueryInterposer/MDQueryInterposer.m:8:69: warning: 'TARGET_OS_TV' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_OSX || (!defined(TARGET_OS_OSX) && !(TARGET_OS_IOS || TARGET_OS_TV || TARGET_OS_WATCH))
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FZMetadata+ObjC/MDQueryInterposer/MDQueryInterposer.m:8:85: warning: 'TARGET_OS_WATCH' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
#if TARGET_OS_OSX || (!defined(TARGET_OS_OSX) && !(TARGET_OS_IOS || TARGET_OS_TV || TARGET_OS_WATCH))
                                                                                    ^
4 warnings generated.
[21/30] Compiling _MDQueryInterposer MDQueryInterposer.m
[22/30] Compiling _ExceptionCatcher NSObject+ExceptionCatcher.m
[23/30] Compiling _OCSources SHMethodSignature.m
[24/30] Compiling _OCSources SHFFITypeContext.m
[25/30] Compiling _OCSources SHObjectiveCUtilities.m
[26/30] Compiling _NSObjectProxy ObjectProxy.m
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FZSwiftUtils/Sources/FZSwiftUtils+ObjC/NSObjectProxy/MethodSignature.m:58:9: error: non-void method 'getMethodSignatureForSelector:' should return a value [-Wreturn-type]
        return;
        ^
1 error generated.
[27/30] Compiling _NSObjectProxy MethodSignature.m
[27/30] Compiling _SuperBuilder SuperBuilder.m
[27/30] Compiling _NSObjectProxy Invocation.m
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/70693] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (3.23s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (fa6dbc1)
BUILD FAILURE 5.10 macosSpm