Build Information
Failed to build TweaKit, reference 1.0.4 (2386d0
), with Swift 6.0 for iOS using Xcode 16.2 on 29 Nov 2024 23:53:14 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TweaKit -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 Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alpensegler/TweaKit.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alpensegler/TweaKit
* tag 1.0.4 -> FETCH_HEAD
HEAD is now at 2386d06 chore(project): bump version to 1.0.4
Cloned https://github.com/Alpensegler/TweaKit.git
Revision (git rev-parse @):
2386d069037a7b7c9077656eb3a730d4447df4e6
SUCCESS checkout https://github.com/Alpensegler/TweaKit.git at 1.0.4
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/Alpensegler/TweaKit.git
{
"dependencies" : [
],
"manifest_display_name" : "TweaKit",
"name" : "TweaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TweaKit",
"targets" : [
"TweaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TweaKit",
"module_type" : "SwiftTarget",
"name" : "TweaKit",
"path" : "Sources",
"product_memberships" : [
"TweaKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/Icons.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Container/TweakList.swift",
"Core/Container/TweakSection.swift",
"Core/Context/TweakContext+Delegate.swift",
"Core/Context/TweakContext+Facade.swift",
"Core/Context/TweakContext.swift",
"Core/Store/Storable.swift",
"Core/Store/TweakStore.swift",
"Core/Store/TweakStoreCache.swift",
"Core/Store/TweakStoreNotifier.swift",
"Core/Store/TweakStorePersistency.swift",
"Core/Trader/Tradable.swift",
"Core/Trader/TweakExporter.swift",
"Core/Trader/TweakImporter.swift",
"Core/Trader/TweakTradeContainer.swift",
"Core/Trader/TweakTrader.swift",
"Core/Tweak/Info/Tweak+Info.swift",
"Core/Tweak/Info/TweakInfo.swift",
"Core/Tweak/TweakType/NumericTweak.swift",
"Core/Tweak/TweakType/SelectableTweak.swift",
"Core/Tweak/TweakType/Tweak.swift",
"Core/Tweak/TweakType/TweakType.swift",
"Core/Tweak/TweakType/TweakableTweak.swift",
"Core/Tweak/Tweakable/TradedTweakable.swift",
"Core/Tweak/Tweakable/Tweakable.swift",
"Extension/Array+Extension.swift",
"Extension/Comparable+Extension.swift",
"Extension/CoreAnimation+Extension.swift",
"Extension/CoreGraphics+Extension.swift",
"Extension/DispatchQueue+Extension.swift",
"Extension/FloatingNumber+Extension.swift",
"Extension/ListView+Extension.swift",
"Extension/String+Extension.swift",
"Extension/UIApplication+Extension.swift",
"Extension/UIColor+Extension.swift",
"Extension/UIImage+Extension.swift",
"Extension/UIViewController+Extension.swift",
"TweaKit.swift",
"UI/Common/TweakActionInitiator.swift",
"UI/Common/TweakHaptic.swift",
"UI/Common/TweakListEmptyView.swift",
"UI/Common/TweakTextFields.swift",
"UI/Container/TweakRootViewController.swift",
"UI/Container/TweakSegmentedViewController.swift",
"UI/Container/TweakWindow.swift",
"UI/Floating/TweakFloatingBall.swift",
"UI/Floating/TweakFloatingPanel.swift",
"UI/Floating/TweakFloatingParticipant.swift",
"UI/Floating/TweakFloatingTransitioner.swift",
"UI/List/TweakListSectionHeader.swift",
"UI/List/TweakListViewCell.swift",
"UI/List/TweakListViewController.swift",
"UI/List/TweakListViewScene.swift",
"UI/Search/TweakSearchHistoryViewController.swift",
"UI/Search/TweakSearchViewController.swift",
"UI/Search/TweakSearcher.swift",
"UI/Tweak/PrimaryView/TweakPrimaryView.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewColorPicker.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewContainer.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewDisclosurer.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewPlaceholder.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewRecycler.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewStrider.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewSwitcher.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewTextField.swift",
"UI/Tweak/SecondaryView/TweakSecondaryView.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewAnimator.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewColorPicker.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewContainer.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewItemConvertible.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewReorderer.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewSelector.swift",
"UI/Tweak/TweakView.swift",
"UI/TweakContext+UI.swift",
"Utility/Constants.swift",
"Utility/Debouncer.swift",
"Utility/HitOutsideView.swift",
"Utility/Lock.swift",
"Utility/Matcher.swift",
"Utility/ResultBuilder.swift",
"Utility/TweakError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Command line invocation:
/Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "TweaKit",
"name" : "TweaKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "TweaKit",
"targets" : [
"TweaKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TweaKit",
"module_type" : "SwiftTarget",
"name" : "TweaKit",
"path" : "Sources",
"product_memberships" : [
"TweaKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/Resources/Icons.xcassets",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Core/Container/TweakList.swift",
"Core/Container/TweakSection.swift",
"Core/Context/TweakContext+Delegate.swift",
"Core/Context/TweakContext+Facade.swift",
"Core/Context/TweakContext.swift",
"Core/Store/Storable.swift",
"Core/Store/TweakStore.swift",
"Core/Store/TweakStoreCache.swift",
"Core/Store/TweakStoreNotifier.swift",
"Core/Store/TweakStorePersistency.swift",
"Core/Trader/Tradable.swift",
"Core/Trader/TweakExporter.swift",
"Core/Trader/TweakImporter.swift",
"Core/Trader/TweakTradeContainer.swift",
"Core/Trader/TweakTrader.swift",
"Core/Tweak/Info/Tweak+Info.swift",
"Core/Tweak/Info/TweakInfo.swift",
"Core/Tweak/TweakType/NumericTweak.swift",
"Core/Tweak/TweakType/SelectableTweak.swift",
"Core/Tweak/TweakType/Tweak.swift",
"Core/Tweak/TweakType/TweakType.swift",
"Core/Tweak/TweakType/TweakableTweak.swift",
"Core/Tweak/Tweakable/TradedTweakable.swift",
"Core/Tweak/Tweakable/Tweakable.swift",
"Extension/Array+Extension.swift",
"Extension/Comparable+Extension.swift",
"Extension/CoreAnimation+Extension.swift",
"Extension/CoreGraphics+Extension.swift",
"Extension/DispatchQueue+Extension.swift",
"Extension/FloatingNumber+Extension.swift",
"Extension/ListView+Extension.swift",
"Extension/String+Extension.swift",
"Extension/UIApplication+Extension.swift",
"Extension/UIColor+Extension.swift",
"Extension/UIImage+Extension.swift",
"Extension/UIViewController+Extension.swift",
"TweaKit.swift",
"UI/Common/TweakActionInitiator.swift",
"UI/Common/TweakHaptic.swift",
"UI/Common/TweakListEmptyView.swift",
"UI/Common/TweakTextFields.swift",
"UI/Container/TweakRootViewController.swift",
"UI/Container/TweakSegmentedViewController.swift",
"UI/Container/TweakWindow.swift",
"UI/Floating/TweakFloatingBall.swift",
"UI/Floating/TweakFloatingPanel.swift",
"UI/Floating/TweakFloatingParticipant.swift",
"UI/Floating/TweakFloatingTransitioner.swift",
"UI/List/TweakListSectionHeader.swift",
"UI/List/TweakListViewCell.swift",
"UI/List/TweakListViewController.swift",
"UI/List/TweakListViewScene.swift",
"UI/Search/TweakSearchHistoryViewController.swift",
"UI/Search/TweakSearchViewController.swift",
"UI/Search/TweakSearcher.swift",
"UI/Tweak/PrimaryView/TweakPrimaryView.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewColorPicker.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewContainer.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewDisclosurer.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewPlaceholder.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewRecycler.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewStrider.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewSwitcher.swift",
"UI/Tweak/PrimaryView/TweakPrimaryViewTextField.swift",
"UI/Tweak/SecondaryView/TweakSecondaryView.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewAnimator.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewColorPicker.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewContainer.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewItemConvertible.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewReorderer.swift",
"UI/Tweak/SecondaryView/TweakSecondaryViewSelector.swift",
"UI/Tweak/TweakView.swift",
"UI/TweakContext+UI.swift",
"Utility/Constants.swift",
"Utility/Debouncer.swift",
"Utility/HitOutsideView.swift",
"Utility/Lock.swift",
"Utility/Matcher.swift",
"Utility/ResultBuilder.swift",
"Utility/TweakError.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "TweaKit",
"schemes" : [
"TweaKit"
],
"targets" : [
"TweaKit",
"TweaKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TweaKit -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.1.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 TweaKit -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'TweaKit' in project 'TweaKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.1.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 805685cfcc3bf790f12263326cd3dfcc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/805685cfcc3bf790f12263326cd3dfcc.xcbuilddata
/Users/admin/builder/spi-builder-workspace/TweaKit.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "5B73F3N5VZ" with a private key was found. (in target 'TweaKit' from project 'TweaKit')
note: Run script build phase 'SwiftLint' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'TweaKit' from project 'TweaKit')
** BUILD FAILED **
The following build commands failed:
Building project TweaKit with scheme TweaKit
(1 failure)
Command line invocation:
/Applications/Xcode-16.1.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 TweaKit -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'TweaKit' in project 'TweaKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
/Users/admin/builder/spi-builder-workspace/TweaKit.xcodeproj: error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "5B73F3N5VZ" with a private key was found. (in target 'TweaKit' from project 'TweaKit')
note: Run script build phase 'SwiftLint' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'TweaKit' from project 'TweaKit')
** BUILD FAILED **
The following build commands failed:
Building project TweaKit with scheme TweaKit
(1 failure)
BUILD FAILURE 6.0 iOS