Build Information
Successful build of Pigeon, reference 0.1.17 (18c29b), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 22:17:52 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fmo91/Pigeon.git
Reference: 0.1.17
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fmo91/Pigeon
* tag 0.1.17 -> FETCH_HEAD
HEAD is now at 18c29b2 Add public init in QueryInvalidator
Cloned https://github.com/fmo91/Pigeon.git
Revision (git rev-parse @):
18c29b2cf1735afd5ef33bb1e983cbed9932c313
SUCCESS checkout https://github.com/fmo91/Pigeon.git at 0.1.17
========================================
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",
"traits": [
"default"
],
"dependencies": [
{
"identity": "pigeon",
"name": "Pigeon",
"url": "https://github.com/fmo91/Pigeon.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Pigeon",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/fmo91/Pigeon.git
[1/521] Fetching pigeon
Fetched https://github.com/fmo91/Pigeon.git from cache (1.13s)
Creating working copy for https://github.com/fmo91/Pigeon.git
Working copy of https://github.com/fmo91/Pigeon.git resolved at 0.1.17 (18c29b2)
warning: '.resolve-product-dependencies': dependency 'pigeon' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/fmo91/Pigeon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/19] Compiling Pigeon QueryKey.swift
[4/19] Compiling Pigeon QueryInvalidationListener.swift
[5/19] Compiling Pigeon QueryInvalidator.swift
[6/19] Compiling Pigeon QueryRegistry.swift
[7/20] Compiling Pigeon QueryState.swift
[8/20] Compiling Pigeon Query.swift
[9/20] Compiling Pigeon QueryConsumer.swift
[10/20] Compiling Pigeon PaginatedQueryKey.swift
[11/20] Compiling Pigeon QueryCacheConfig.swift
[12/20] Compiling Pigeon Mutation.swift
[13/20] Compiling Pigeon PaginatedQuery.swift
[14/20] Compiling Pigeon AnyQuery.swift
[15/20] Compiling Pigeon InMemoryQueryCache.swift
[16/20] Compiling Pigeon QueryCacheType.swift
[17/20] Compiling Pigeon UserDefaultsQueryCache.swift
[18/20] Emitting module Pigeon
[19/20] Compiling Pigeon QueryRenderer.swift
[20/20] Compiling Pigeon QueryType.swift
Build complete! (9.70s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Pigeon",
"name" : "Pigeon",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Pigeon",
"targets" : [
"Pigeon"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "Pigeon",
"module_type" : "SwiftTarget",
"name" : "Pigeon",
"path" : "Pigeon/Classes",
"product_memberships" : [
"Pigeon"
],
"sources" : [
"AnyQuery.swift",
"Cache/InMemoryQueryCache.swift",
"Cache/QueryCacheType.swift",
"Cache/UserDefaultsQueryCache.swift",
"Mutation.swift",
"PaginatedQuery.swift",
"Query.swift",
"QueryConsumer.swift",
"QueryRenderer.swift",
"QueryType.swift",
"Utils/PaginatedQueryKey.swift",
"Utils/QueryCacheConfig.swift",
"Utils/QueryInvalidationListener.swift",
"Utils/QueryInvalidator.swift",
"Utils/QueryKey.swift",
"Utils/QueryRegistry.swift",
"Utils/QueryState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.