Build Information
Failed to build EasyAPNS, reference master (83ea7c
), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 08:53:50 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.60.2-13-gb0b1f23
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dmcyk/easyapns.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dmcyk/easyapns
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 83ea7c3 Update Swift 5.1
Cloned https://github.com/dmcyk/easyapns.git
Revision (git rev-parse @):
83ea7c37b276e1cfee669b62dc8064288721e1c2
SUCCESS checkout https://github.com/dmcyk/easyapns.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/dmcyk/easyapns.git
https://github.com/dmcyk/easyapns.git
{
"dependencies" : [
{
"identity" : "open-crypto",
"requirement" : {
"revision" : [
"90c49bc68ee6d992fa13cf84ca8fc54b97eaf4cc"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/open-crypto.git"
},
{
"identity" : "swiftycurl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.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" : [
{
"name" : "macos",
"version" : "10.14"
}
],
"products" : [
{
"name" : "EasyAPNS",
"targets" : [
"EasyAPNS"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "EasyAPNSExample",
"targets" : [
"EasyAPNSExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "libc",
"module_type" : "SwiftTarget",
"name" : "libc",
"path" : "Sources/libc",
"product_memberships" : [
"EasyAPNS",
"EasyAPNSExample"
],
"sources" : [
"libc.swift"
],
"type" : "library"
},
{
"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" : [
"OpenCrypto",
"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"
],
"target_dependencies" : [
"libc",
"COpenSSLBridge"
],
"type" : "library"
},
{
"c99name" : "COpenSSLBridge",
"module_type" : "SystemLibraryTarget",
"name" : "COpenSSLBridge",
"path" : "Sources/COpenSSLBridge",
"product_memberships" : [
"EasyAPNS",
"EasyAPNSExample"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "5.1"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/vapor/open-crypto.git
Fetching from https://github.com/dmcyk/SwiftyCurl.git
Fetching from https://github.com/dmcyk/CCurl.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifierfailed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install openssl using your system-packager:
brew install openssl@1.1
Resolve Package Graph
Updating from https://github.com/vapor/open-crypto.git
Updating from https://github.com/dmcyk/SwiftyCurl.git
Updating from https://github.com/dmcyk/CCurl.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifieryou may be able to install openssl using your system-packager:
brew install openssl@1.1
Resolve Package Graph
Updating from https://github.com/vapor/open-crypto.git
Updating from https://github.com/dmcyk/SwiftyCurl.git
Updating from https://github.com/dmcyk/CCurl.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifieryou may be able to install openssl using your system-packager:
brew install openssl@1.1
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 01:53:48.841 xcodebuild[517:2880] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_01-53-0048.xcresult
xcodebuild: error: Could not resolve package dependencies:
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/vapor/open-crypto.git
Updating from https://github.com/dmcyk/SwiftyCurl.git
Updating from https://github.com/dmcyk/CCurl.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifierfailed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install openssl using your system-packager:
brew install openssl@1.1
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 01:53:50.888 xcodebuild[782:4082] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_01-53-0050.xcresult
xcodebuild: error: Could not resolve package dependencies:
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.1 tvOS