Build Information
Successful build of PoutouPush, reference master (7e6442), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 01:59:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/favret/poutoupush.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/favret/poutoupush
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7e64424 Merge pull request #2 from chrishannah/master
Cloned https://github.com/favret/poutoupush.git
Revision (git rev-parse @):
7e644248deabe9e6b85a14c6c6d4fdf349726119
SUCCESS checkout https://github.com/favret/poutoupush.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/favret/poutoupush.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/9] Compiling PoutouPush GCMPayload.swift
[4/9] Compiling PoutouPush FCMPayload.swift
[5/9] Compiling PoutouPush GCM.swift
[6/9] Compiling PoutouPush FCM.swift
[7/9] Compiling PoutouPush APNS.swift
[8/9] Emitting module PoutouPush
[9/9] Compiling PoutouPush APNSPayload.swift
Build complete! (5.17s)
Fetching https://github.com/IBM-Swift/CCurl.git
[1/184] Fetching ccurl
Fetched https://github.com/IBM-Swift/CCurl.git from cache (0.65s)
Computing version for https://github.com/IBM-Swift/CCurl.git
Computed https://github.com/IBM-Swift/CCurl.git at 0.5.0 (1.19s)
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
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.