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 (7c9186), with Swift 5.10 for macOS (SPM) on 21 Aug 2025 21:58:58 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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/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 7c91865 Update MetadataItem.swift
Cloned https://github.com/flocked/FZMetadata.git
Revision (git rev-parse @):
7c91865e04fcb79daa69154d999ea9df46a31cf1
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 swift-version-33747A42983211AE.txt
[1/30] Compiling unix64_x86_64.S
[2/30] Compiling win64_x86_64.S
[3/30] Compiling ffiw64_x86_64.c
[4/30] Compiling sysv_i386.S
[5/30] Compiling ffi_i386.c
[6/30] Compiling ffi64_x86_64.c
[7/30] Compiling types.c
[8/30] Compiling tramp.c
[9/30] Compiling raw_api.c
[10/30] Compiling prep_cif.c
[11/30] Compiling java_raw_api.c
[12/30] Compiling debug.c
[13/30] Compiling dlmalloc.c
[14/30] Compiling closures.c
[15/30] Compiling sysv_armv7.S
[16/30] Compiling ffi_armv7.c
[17/30] Compiling ffi_arm64.c
[18/30] Compiling sysv_arm64.S
[19/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 _OCSources SHFFITypeContext.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.
[23/30] Compiling _NSObjectProxy MethodSignature.m
[23/30] Compiling _NSObjectProxy Invocation.m
[23/30] Compiling _ExceptionCatcher NSObject+ExceptionCatcher.m
[23/30] Compiling _OCSources SHMethodSignature.m
[23/30] Compiling _SuperBuilder SuperBuilder.m
[23/30] Compiling _NSObjectProxy ObjectProxy.m
[23/30] Compiling _OCSources SHObjectiveCUtilities.m
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/69507] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (3.10s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (29c311c)
BUILD FAILURE 5.10 macosSpm