Build Information
Failed to build EasyAPNS, reference 1.0.0 (22e308
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 08:56:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.2-13-gb0b1f23
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmcyk/easyapns.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmcyk/easyapns
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 22e308b readme cleanup
Cloned https://github.com/dmcyk/easyapns.git
Revision (git rev-parse @):
22e308bff94373bf2fdcee10a27e55035e824676
SUCCESS checkout https://github.com/dmcyk/easyapns.git at 1.0.0
Fetching https://github.com/vdka/JSON.git
Fetching https://github.com/vapor/crypto.git
Fetching https://github.com/dmcyk/SwiftyCurl.git
[1/885] Fetching json
[28/3671] Fetching json, crypto
[29/3796] Fetching json, crypto, swiftycurl
Fetched https://github.com/vdka/JSON.git from cache (1.19s)
Fetched https://github.com/dmcyk/SwiftyCurl.git from cache (1.19s)
Fetched https://github.com/vapor/crypto.git from cache (1.19s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 0.7.0 (1.77s)
Fetching https://github.com/dmcyk/CCurl.git
[1/13] Fetching ccurl
Fetched https://github.com/dmcyk/CCurl.git from cache (0.51s)
Computing version for https://github.com/vdka/JSON.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/dmcyk/easyapns.git
https://github.com/dmcyk/easyapns.git
{
"dependencies" : [
{
"identity" : "json",
"requirement" : {
"range" : [
{
"lower_bound" : "0.16.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vdka/JSON.git"
},
{
"identity" : "crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/crypto.git"
},
{
"identity" : "swiftycurl",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dmcyk/SwiftyCurl.git"
}
],
"manifest_display_name" : "EasyAPNS",
"name" : "EasyAPNS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "EasyAPNS",
"targets" : [
"EasyAPNS"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "EasyAPNSExample",
"targets" : [
"EasyAPNSExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "EasyAPNSExample",
"module_type" : "SwiftTarget",
"name" : "EasyAPNSExample",
"path" : "Sources/EasyAPNSExample",
"product_memberships" : [
"EasyAPNSExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"EasyAPNS"
],
"type" : "executable"
},
{
"c99name" : "EasyAPNS",
"module_type" : "SwiftTarget",
"name" : "EasyAPNS",
"path" : "Sources/EasyAPNS",
"product_dependencies" : [
"JSON",
"Crypto",
"SwiftyCurl"
],
"product_memberships" : [
"EasyAPNS",
"EasyAPNSExample"
],
"sources" : [
"APNS/Message.swift",
"APNS/MessageData.swift",
"APNS/MessageEnvelope.swift",
"EasyAPNS.swift",
"Logger.swift",
"Utils/Base64Encoding.swift",
"Utils/ECDSA.swift",
"Utils/Queue+Collection.swift",
"Utils/Queue.swift",
"Utils/String+tokenString.swift",
"Utils/Utils.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
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
Updating https://github.com/vdka/JSON.git
Updating https://github.com/vapor/crypto.git
Updating https://github.com/dmcyk/SwiftyCurl.git
Updated https://github.com/dmcyk/SwiftyCurl.git (0.45s)
Updated https://github.com/vapor/crypto.git (0.45s)
Updated https://github.com/vdka/JSON.git (0.45s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 0.7.0 (1.06s)
Updating https://github.com/dmcyk/CCurl.git
Updated https://github.com/dmcyk/CCurl.git (0.39s)
Computing version for https://github.com/vdka/JSON.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/vdka/JSON.git
Updating https://github.com/dmcyk/SwiftyCurl.git
Updating https://github.com/vapor/crypto.git
Updated https://github.com/vdka/JSON.git (0.45s)
Updated https://github.com/dmcyk/SwiftyCurl.git (0.45s)
Updated https://github.com/vapor/crypto.git (0.45s)
Computing version for https://github.com/dmcyk/SwiftyCurl.git
Computed https://github.com/dmcyk/SwiftyCurl.git at 0.7.0 (0.53s)
Updating https://github.com/dmcyk/CCurl.git
Updated https://github.com/dmcyk/CCurl.git (0.44s)
Computing version for https://github.com/vdka/JSON.git
error: package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 macosSpm