Build Information
Failed to build LHxHub, reference master (f10194
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 10:10:28 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Example -destination generic/platform=iOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laohanme/LHxHub.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/laohanme/LHxHub
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f101945 Bump to version 1.0.11
Cloned https://github.com/laohanme/LHxHub.git
Revision (git rev-parse @):
f1019455939fedcf77bf8b35283e0e323cb94854
SUCCESS checkout https://github.com/laohanme/LHxHub.git at master
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/laohanme/LHxHub.git
https://github.com/laohanme/LHxHub.git
{
"dependencies" : [
],
"manifest_display_name" : "LHxHub",
"name" : "LHxHub",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LHxHub",
"targets" : [
"LHxHub"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "LHxHubTests",
"module_type" : "SwiftTarget",
"name" : "LHxHubTests",
"path" : "Tests/LHxHubTests",
"sources" : [
"LHxHubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LHxHub"
],
"type" : "test"
},
{
"c99name" : "LHxHub",
"module_type" : "SwiftTarget",
"name" : "LHxHub",
"path" : "Sources/LHxHub",
"product_memberships" : [
"LHxHub"
],
"sources" : [
"LHAlert.swift",
"LHApp.swift",
"LHAppStore.swift",
"LHBadgeButton.swift",
"LHColor.swift",
"LHDateTime.swift",
"LHLabel.swift",
"LHNotificaion.swift",
"LHService.swift",
"LHString.swift",
"LHTableView.swift",
"LHView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
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" : "LHxHub",
"name" : "LHxHub",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LHxHub",
"targets" : [
"LHxHub"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "LHxHubTests",
"module_type" : "SwiftTarget",
"name" : "LHxHubTests",
"path" : "Tests/LHxHubTests",
"sources" : [
"LHxHubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LHxHub"
],
"type" : "test"
},
{
"c99name" : "LHxHub",
"module_type" : "SwiftTarget",
"name" : "LHxHub",
"path" : "Sources/LHxHub",
"product_memberships" : [
"LHxHub"
],
"sources" : [
"LHAlert.swift",
"LHApp.swift",
"LHAppStore.swift",
"LHBadgeButton.swift",
"LHColor.swift",
"LHDateTime.swift",
"LHLabel.swift",
"LHNotificaion.swift",
"LHService.swift",
"LHString.swift",
"LHTableView.swift",
"LHView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "LHxHub",
"schemes" : [
"Example"
],
"targets" : [
"Example"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Example -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 Example -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 'Example' in project 'LHxHub' (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/usr/bin/ibtool --version --output-format xml1
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/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/Example/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
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: 7a2196e7fe260a69945049031e7d265e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7a2196e7fe260a69945049031e7d265e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/LHxHub.xcodeproj: error: No profiles for 'com.laohanme.Example' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.laohanme.Example'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Example' from project 'LHxHub')
** BUILD FAILED **
The following build commands failed:
Building project LHxHub with scheme Example
(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" : "LHxHub",
"name" : "LHxHub",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "LHxHub",
"targets" : [
"LHxHub"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "LHxHubTests",
"module_type" : "SwiftTarget",
"name" : "LHxHubTests",
"path" : "Tests/LHxHubTests",
"sources" : [
"LHxHubTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"LHxHub"
],
"type" : "test"
},
{
"c99name" : "LHxHub",
"module_type" : "SwiftTarget",
"name" : "LHxHub",
"path" : "Sources/LHxHub",
"product_memberships" : [
"LHxHub"
],
"sources" : [
"LHAlert.swift",
"LHApp.swift",
"LHAppStore.swift",
"LHBadgeButton.swift",
"LHColor.swift",
"LHDateTime.swift",
"LHLabel.swift",
"LHNotificaion.swift",
"LHService.swift",
"LHString.swift",
"LHTableView.swift",
"LHView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "LHxHub",
"schemes" : [
"Example"
],
"targets" : [
"Example"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Example -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 Example -destination generic/platform=iOS
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'Example' in project 'LHxHub' (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/usr/bin/ibtool --version --output-format xml1
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/usr/bin/actool --print-asset-tag-combinations --output-format xml1 /Users/admin/builder/spi-builder-workspace/Example/Assets.xcassets
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
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: 6296dd27523a9cc5c4bbc2d1435fa015
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6296dd27523a9cc5c4bbc2d1435fa015.xcbuilddata
/Users/admin/builder/spi-builder-workspace/LHxHub.xcodeproj: error: No profiles for 'com.laohanme.Example' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.laohanme.Example'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Example' from project 'LHxHub')
** BUILD FAILED **
The following build commands failed:
Building project LHxHub with scheme Example
(1 failure)
BUILD FAILURE 6.1 iOS