Build Information
Successful build of PoutouPush, reference 0.0.5 (d0f217), with Swift 6.3 for macOS (SPM) on 10 Apr 2026 23:47:29 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/favret/poutoupush.git
Reference: 0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/favret/poutoupush
* tag 0.0.5 -> FETCH_HEAD
HEAD is now at d0f2177 feat: add fcm
Cloned https://github.com/favret/poutoupush.git
Revision (git rev-parse @):
d0f2177820d9aebeaf29b31e88e177a22d84a04d
SUCCESS checkout https://github.com/favret/poutoupush.git at 0.0.5
Fetching https://github.com/IBM-Swift/CCurl.git
[1/184] Fetching ccurl
Fetched https://github.com/IBM-Swift/CCurl.git from cache (0.69s)
Computing version for https://github.com/IBM-Swift/CCurl.git
Computed https://github.com/IBM-Swift/CCurl.git at 0.5.0 (1.42s)
Creating working copy for https://github.com/IBM-Swift/CCurl.git
Working copy of https://github.com/IBM-Swift/CCurl.git resolved at 0.5.0
========================================
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": "poutoupush",
"name": "PoutouPush",
"url": "https://github.com/favret/poutoupush.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/poutoupush",
"traits": [
"default"
],
"dependencies": [
{
"identity": "ccurl",
"name": "CCurl",
"url": "https://github.com/IBM-Swift/CCurl.git",
"version": "0.5.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CCurl",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/favret/poutoupush.git
[1/89] Fetching poutoupush
Fetched https://github.com/favret/poutoupush.git from cache (0.56s)
Fetching https://github.com/IBM-Swift/CCurl.git from cache
Fetched https://github.com/IBM-Swift/CCurl.git from cache (0.45s)
Computing version for https://github.com/IBM-Swift/CCurl.git
Computed https://github.com/IBM-Swift/CCurl.git at 0.5.0 (0.51s)
Creating working copy for https://github.com/IBM-Swift/CCurl.git
Working copy of https://github.com/IBM-Swift/CCurl.git resolved at 0.5.0
Creating working copy for https://github.com/favret/poutoupush.git
Working copy of https://github.com/favret/poutoupush.git resolved at 0.0.5 (d0f2177)
warning: 'ccurl': ignoring declared target(s) 'CCurl' in the system package
warning: '.resolve-product-dependencies': dependency 'poutoupush' is not used by any target
Found 1 product dependencies
- CCurl
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/favret/poutoupush.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/9] Compiling PoutouPush FCM.swift
[4/9] Compiling PoutouPush GCM.swift
[5/9] Compiling PoutouPush FCMPayload.swift
[6/9] Compiling PoutouPush GCMPayload.swift
[7/9] Emitting module PoutouPush
[8/9] Compiling PoutouPush APNS.swift
[9/9] Compiling PoutouPush APNSPayload.swift
Build complete! (4.29s)
warning: 'ccurl': ignoring declared target(s) 'CCurl' in the system package
Build complete.
{
"dependencies" : [
{
"identity" : "ccurl",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/CCurl.git"
}
],
"manifest_display_name" : "PoutouPush",
"name" : "PoutouPush",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PoutouPush",
"targets" : [
"PoutouPush"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PoutouPush",
"module_type" : "SwiftTarget",
"name" : "PoutouPush",
"path" : "Sources/PoutouPush",
"product_dependencies" : [
"CCurl"
],
"product_memberships" : [
"PoutouPush"
],
"sources" : [
"APNS/APNS.swift",
"APNS/APNSPayload.swift",
"FCM/FCM.swift",
"FCM/FCMPayload.swift",
"GCM/GCM.swift",
"GCM/GCMPayload.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.