Build Information
Successful build of Pigeon, reference master (237054
), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 19:14:04 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fmo91/Pigeon.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fmo91/Pigeon
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 237054b Add version 0.1.17 to podspec
Cloned https://github.com/fmo91/Pigeon.git
Revision (git rev-parse @):
237054bc7d5521970594a38dfea6faa668953574
SUCCESS checkout https://github.com/fmo91/Pigeon.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/fmo91/Pigeon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/19] Compiling Pigeon QueryKey.swift
[4/19] Compiling Pigeon QueryRegistry.swift
[5/19] Compiling Pigeon QueryInvalidationListener.swift
[6/19] Compiling Pigeon QueryInvalidator.swift
[7/20] Compiling Pigeon Mutation.swift
[8/20] Compiling Pigeon PaginatedQuery.swift
[9/20] Compiling Pigeon QueryState.swift
[10/20] Compiling Pigeon Query.swift
[11/20] Compiling Pigeon QueryConsumer.swift
[12/20] Compiling Pigeon QueryCacheType.swift
[13/20] Compiling Pigeon UserDefaultsQueryCache.swift
[14/20] Emitting module Pigeon
[15/20] Compiling Pigeon AnyQuery.swift
[16/20] Compiling Pigeon InMemoryQueryCache.swift
[17/20] Compiling Pigeon PaginatedQueryKey.swift
[18/20] Compiling Pigeon QueryCacheConfig.swift
[19/20] Compiling Pigeon QueryRenderer.swift
[20/20] Compiling Pigeon QueryType.swift
Build complete! (8.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.