Build Information
Failed to build UILabel+Copyable, reference master (a5ab38
), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 03:11:32 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UILabel+Copyable -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexandreos/UILabel-Copyable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexandreos/UILabel-Copyable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at a5ab38a Update README.md
Cloned https://github.com/alexandreos/UILabel-Copyable.git
Revision (git rev-parse @):
a5ab38add403aada32509e5d4204beaffe351a8f
SUCCESS checkout https://github.com/alexandreos/UILabel-Copyable.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/alexandreos/UILabel-Copyable.git
https://github.com/alexandreos/UILabel-Copyable.git
{
"dependencies" : [
],
"manifest_display_name" : "UILabel+Copyable",
"name" : "UILabel+Copyable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "UILabel+Copyable",
"targets" : [
"UILabel+Copyable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UILabel_CopyableTests",
"module_type" : "SwiftTarget",
"name" : "UILabel+CopyableTests",
"path" : "UILabel+CopyableTests",
"sources" : [
"UILabel_CopyableTests.swift"
],
"target_dependencies" : [
"UILabel+Copyable"
],
"type" : "test"
},
{
"c99name" : "UILabel_Copyable",
"module_type" : "SwiftTarget",
"name" : "UILabel+Copyable",
"path" : "UILabel+Copyable",
"product_memberships" : [
"UILabel+Copyable"
],
"sources" : [
"UILabel+Copyable.swift"
],
"type" : "library"
}
],
"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
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "UILabel+Copyable",
"name" : "UILabel+Copyable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "UILabel+Copyable",
"targets" : [
"UILabel+Copyable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UILabel_CopyableTests",
"module_type" : "SwiftTarget",
"name" : "UILabel+CopyableTests",
"path" : "UILabel+CopyableTests",
"sources" : [
"UILabel_CopyableTests.swift"
],
"target_dependencies" : [
"UILabel+Copyable"
],
"type" : "test"
},
{
"c99name" : "UILabel_Copyable",
"module_type" : "SwiftTarget",
"name" : "UILabel+Copyable",
"path" : "UILabel+Copyable",
"product_memberships" : [
"UILabel+Copyable"
],
"sources" : [
"UILabel+Copyable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "UILabel+Copyable",
"schemes" : [
"UILabel+Copyable"
],
"targets" : [
"UILabel+Copyable",
"UILabel+CopyableTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UILabel+Copyable -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme UILabel+Copyable -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'UILabel+Copyable' in project 'UILabel+Copyable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7e2d6c28f7d2698915c98054fb92fd73
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7e2d6c28f7d2698915c98054fb92fd73.xcbuilddata
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'UILabel+Copyable' from project 'UILabel+Copyable')
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "G6WU9N9PN6" with a private key was found. (in target 'UILabel+Copyable' from project 'UILabel+Copyable')
** BUILD FAILED **
The following build commands failed:
Building project UILabel+Copyable with scheme UILabel+Copyable
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "UILabel+Copyable",
"name" : "UILabel+Copyable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "UILabel+Copyable",
"targets" : [
"UILabel+Copyable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UILabel_CopyableTests",
"module_type" : "SwiftTarget",
"name" : "UILabel+CopyableTests",
"path" : "UILabel+CopyableTests",
"sources" : [
"UILabel_CopyableTests.swift"
],
"target_dependencies" : [
"UILabel+Copyable"
],
"type" : "test"
},
{
"c99name" : "UILabel_Copyable",
"module_type" : "SwiftTarget",
"name" : "UILabel+Copyable",
"path" : "UILabel+Copyable",
"product_memberships" : [
"UILabel+Copyable"
],
"sources" : [
"UILabel+Copyable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "UILabel+Copyable",
"schemes" : [
"UILabel+Copyable"
],
"targets" : [
"UILabel+Copyable",
"UILabel+CopyableTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme UILabel+Copyable -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme UILabel+Copyable -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'UILabel+Copyable' in project 'UILabel+Copyable' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: bbb9575d7068187ce512588b0dbd63c8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bbb9575d7068187ce512588b0dbd63c8.xcbuilddata
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'UILabel+Copyable' from project 'UILabel+Copyable')
/Users/admin/builder/spi-builder-workspace/UILabel+Copyable.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "G6WU9N9PN6" with a private key was found. (in target 'UILabel+Copyable' from project 'UILabel+Copyable')
** BUILD FAILED **
The following build commands failed:
Building project UILabel+Copyable with scheme UILabel+Copyable
(1 failure)
BUILD FAILURE 6.1 iOS