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 6.1 for macOS (SPM) on 21 Aug 2025 21:54:05 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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
Fetching https://github.com/flocked/FZSwiftUtils.git
[1/69507] Fetching fzswiftutils
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (2.68s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (29c311c)
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "fzmetadata",
      "name": "FZMetadata",
      "url": "https://github.com/flocked/FZMetadata.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FZMetadata",
      "dependencies": [
        {
          "identity": "fzswiftutils",
          "name": "FZSwiftUtils",
          "url": "https://github.com/flocked/FZSwiftUtils.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FZSwiftUtils",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/flocked/FZMetadata.git
[1/6437] Fetching fzmetadata
Fetched https://github.com/flocked/FZMetadata.git from cache (1.10s)
Fetching https://github.com/flocked/FZSwiftUtils.git from cache
Fetched https://github.com/flocked/FZSwiftUtils.git from cache (0.46s)
Creating working copy for https://github.com/flocked/FZSwiftUtils.git
Working copy of https://github.com/flocked/FZSwiftUtils.git resolved at main (29c311c)
Creating working copy for https://github.com/flocked/FZMetadata.git
Working copy of https://github.com/flocked/FZMetadata.git resolved at main (7c91865)
warning: '.resolve-product-dependencies': dependency 'fzmetadata' is not used by any target
Found 1 product dependencies
  - FZSwiftUtils
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flocked/FZMetadata.git
https://github.com/flocked/FZMetadata.git
{
  "dependencies" : [
    {
      "identity" : "fzswiftutils",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/flocked/FZSwiftUtils.git"
    }
  ],
  "manifest_display_name" : "FZMetadata",
  "name" : "FZMetadata",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "FZMetadata",
      "targets" : [
        "FZMetadata"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_MDQueryInterposer",
      "module_type" : "ClangTarget",
      "name" : "_MDQueryInterposer",
      "path" : "Sources/FZMetadata+ObjC/MDQueryInterposer",
      "product_memberships" : [
        "FZMetadata"
      ],
      "sources" : [
        "MDQueryInterposer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "FZMetadata",
      "module_type" : "SwiftTarget",
      "name" : "FZMetadata",
      "path" : "Sources/FZMetadata",
      "product_dependencies" : [
        "FZSwiftUtils"
      ],
      "product_memberships" : [
        "FZMetadata"
      ],
      "sources" : [
        "Extensions/NSMetadataQuery+.swift",
        "Extensions/NSPredicateEditor+.swift",
        "Extensions/NSPredicateEditorRowTemplate+.swift",
        "MetadataItem/MetadataItem+Attribute.swift",
        "MetadataItem/MetadataItem+Changes.swift",
        "MetadataItem/MetadataItem+FinderTag.swift",
        "MetadataItem/MetadataItem.swift",
        "MetadataItem/MetadtaItem+Filter.swift",
        "MetadataItem/NSPredicateEditor+MetadataItem.swift",
        "MetadataQuery/MetadataQuery+AttributeValueTuple.swift",
        "MetadataQuery/MetadataQuery+HierarchicalResult.swift",
        "MetadataQuery/MetadataQuery+Options.swift",
        "MetadataQuery/MetadataQuery+ResultDfference.swift",
        "MetadataQuery/MetadataQuery+ResultGroup.swift",
        "MetadataQuery/MetadataQuery+SearchScope.swift",
        "MetadataQuery/MetadataQuery+SortDescriptor.swift",
        "MetadataQuery/MetadataQuery.swift",
        "MetadataQuery/Predicate/MetadataQuery+Predicate+DateComponent.swift",
        "MetadataQuery/Predicate/MetadataQuery+Predicate+StringOptions.swift",
        "MetadataQuery/Predicate/MetadataQuery+Predicate.swift",
        "MetadataQuery/Predicate/MetadataQuery+PredicateComponent.swift",
        "MetadataQuery/Predicate/MetadataQuery+PredicateResult.swift",
        "Operator.swift"
      ],
      "target_dependencies" : [
        "_MDQueryInterposer"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/30] Write swift-version-2F0A5646E1D333AE.txt
[1/30] Compiling sysv_armv7.S
[2/30] Compiling win64_x86_64.S
[3/30] Compiling unix64_x86_64.S
[4/30] Compiling sysv_i386.S
[5/30] Compiling ffiw64_x86_64.c
[6/30] Compiling ffi_i386.c
[7/30] Compiling ffi64_x86_64.c
[8/30] Compiling types.c
[9/30] Compiling tramp.c
[10/30] Compiling raw_api.c
[11/30] Compiling prep_cif.c
[12/30] Compiling java_raw_api.c
[13/30] Compiling closures.c
[14/30] Compiling debug.c
[15/30] Compiling ffi_armv7.c
[16/30] Compiling sysv_arm64.S
[17/30] Compiling ffi_arm64.c
[18/30] Compiling dlmalloc.c
[19/30] Write sources
[21/30] Compiling _MDQueryInterposer MDQueryInterposer.m
[22/30] Compiling _SuperBuilder SuperBuilder.m
[23/30] Compiling _NSObjectProxy ObjectProxy.m
[24/30] Compiling _ExceptionCatcher NSObject+ExceptionCatcher.m
[25/30] Compiling _OCSources SHMethodSignature.m
[26/30] Compiling _OCSources SHObjectiveCUtilities.m
[27/30] Compiling _OCSources SHFFITypeContext.m
[28/30] Compiling _NSObjectProxy Invocation.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-mismatch]
   58 |         return;
      |         ^
1 error generated.
[29/30] Compiling _NSObjectProxy MethodSignature.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
/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-mismatch]
   58 |         return;
      |         ^
1 error generated.
[0/2] Compiling _NSObjectProxy MethodSignature.m
[0/2] Write swift-version-2F0A5646E1D333AE.txt
BUILD FAILURE 6.1 macosSpm