Build Information
Failed to build Clova-CEK-SDK-Swift, reference 1.0.2 (64c1ec
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 25 Apr 2025 02:34:00 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/line/clova-cek-sdk-swift.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/line/clova-cek-sdk-swift
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at 64c1ec3 Separate dependency on Kitura from Core component
Cloned https://github.com/line/clova-cek-sdk-swift.git
Revision (git rev-parse @):
64c1ec3d93f18d2f4dcfb1d7ef0601413bdf5116
SUCCESS checkout https://github.com/line/clova-cek-sdk-swift.git at 1.0.2
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/line/clova-cek-sdk-swift.git
https://github.com/line/clova-cek-sdk-swift.git
{
"dependencies" : [
{
"identity" : "kitura",
"requirement" : {
"range" : [
{
"lower_bound" : "2.4.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura"
},
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/LoggerAPI.git"
},
{
"identity" : "bluecryptor",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "1.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/BlueCryptor.git"
},
{
"identity" : "swiftyrequest",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/SwiftyRequest.git"
},
{
"identity" : "openssl",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/OpenSSL"
}
],
"manifest_display_name" : "Clova-CEK-SDK-Swift",
"name" : "Clova-CEK-SDK-Swift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WorldClock",
"targets" : [
"WorldClock"
],
"type" : {
"executable" : null
}
},
{
"name" : "Clova-CEK-SDK-Swift",
"targets" : [
"Clova-CEK-SDK-Swift"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Clova-CEK-SDK-Swift-Kitura",
"targets" : [
"Clova-CEK-SDK-Swift-Kitura"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WorldClock",
"module_type" : "SwiftTarget",
"name" : "WorldClock",
"path" : "Sources/WorldClock",
"product_dependencies" : [
"SwiftyRequest"
],
"product_memberships" : [
"WorldClock"
],
"sources" : [
"Geocoder.swift",
"main.swift"
],
"target_dependencies" : [
"Clova-CEK-SDK-Swift-Kitura"
],
"type" : "executable"
},
{
"c99name" : "Clova_CEK_SDK_SwiftTests",
"module_type" : "SwiftTarget",
"name" : "Clova-CEK-SDK-SwiftTests",
"path" : "Tests/Clova-CEK-SDK-SwiftTests",
"product_dependencies" : [
"LoggerAPI"
],
"sources" : [
"Clova_CEK_SDK_SwiftTests.swift",
"SignatureVerifierTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Clova-CEK-SDK-Swift"
],
"type" : "test"
},
{
"c99name" : "Clova_CEK_SDK_Swift_Kitura",
"module_type" : "SwiftTarget",
"name" : "Clova-CEK-SDK-Swift-Kitura",
"path" : "Sources/Clova-CEK-SDK-Swift-Kitura",
"product_dependencies" : [
"Kitura"
],
"product_memberships" : [
"WorldClock",
"Clova-CEK-SDK-Swift-Kitura"
],
"sources" : [
"Clova_CEK_SDK_Swift_Kitura.swift"
],
"target_dependencies" : [
"Clova-CEK-SDK-Swift"
],
"type" : "library"
},
{
"c99name" : "Clova_CEK_SDK_Swift",
"module_type" : "SwiftTarget",
"name" : "Clova-CEK-SDK-Swift",
"path" : "Sources/Clova-CEK-SDK-Swift",
"product_dependencies" : [
"Cryptor",
"OpenSSL"
],
"product_memberships" : [
"WorldClock",
"Clova-CEK-SDK-Swift",
"Clova-CEK-SDK-Swift-Kitura"
],
"sources" : [
"CEKRequest.swift",
"CEKResponse.swift",
"Clova_CEK_SDK_Swift_Core.swift",
"SignatureVerifier.swift",
"SimpleLogger.swift"
],
"type" : "library"
}
],
"tools_version" : "4.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/IBM-Swift/BlueCryptor.git
Fetching from https://github.com/IBM-Swift/SwiftyRequest.git
Fetching from https://github.com/IBM-Swift/LoggerAPI.git
Fetching from https://github.com/IBM-Swift/OpenSSL
Fetching from https://github.com/IBM-Swift/Kitura
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifierResolve Package Graph
Updating from https://github.com/IBM-Swift/SwiftyRequest.git
Updating from https://github.com/IBM-Swift/Kitura
Updating from https://github.com/IBM-Swift/OpenSSL
Updating from https://github.com/IBM-Swift/LoggerAPI.git
Updating from https://github.com/IBM-Swift/BlueCryptor.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifierResolve Package Graph
Updating from https://github.com/IBM-Swift/OpenSSL
Updating from https://github.com/IBM-Swift/BlueCryptor.git
Updating from https://github.com/IBM-Swift/LoggerAPI.git
Updating from https://github.com/IBM-Swift/Kitura
Updating from https://github.com/IBM-Swift/SwiftyRequest.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 19:33:58.859 xcodebuild[518:2886] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_19-33-0058.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/IBM-Swift/LoggerAPI.git
Updating from https://github.com/IBM-Swift/OpenSSL
Updating from https://github.com/IBM-Swift/Kitura
Updating from https://github.com/IBM-Swift/BlueCryptor.git
Updating from https://github.com/IBM-Swift/SwiftyRequest.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 19:34:00.269 xcodebuild[827:4152] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_19-34-0000.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 macosXcodebuild