Build Information
Failed to build MLQuestionCheck, reference v1.1.3 (56a12b
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 08:39:26 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/micheltlutz/MLQuestionCheck.git
Reference: v1.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLQuestionCheck
* tag v1.1.3 -> FETCH_HEAD
HEAD is now at 56a12b9 Merge pull request #9 from micheltlutz/dependabot/bundler/ffi-1.11.1
Cloned https://github.com/micheltlutz/MLQuestionCheck.git
Revision (git rev-parse @):
56a12b9494815d0d4eb7344b6e84931e343065ca
SUCCESS checkout https://github.com/micheltlutz/MLQuestionCheck.git at v1.1.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/micheltlutz/MLQuestionCheck.git
[9/410] Fetching mlquestioncheck
Fetched https://github.com/micheltlutz/MLQuestionCheck.git from cache (0.87s)
Creating working copy for https://github.com/micheltlutz/MLQuestionCheck.git
Working copy of https://github.com/micheltlutz/MLQuestionCheck.git resolved at v1.1.3 (56a12b9)
error: 'mlquestioncheck': product 'UIKit' required by package 'mlquestioncheck' target 'MLQuestionCheck' not found.
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/micheltlutz/MLQuestionCheck.git
https://github.com/micheltlutz/MLQuestionCheck.git
{
"dependencies" : [
],
"manifest_display_name" : "MLQuestionCheck",
"name" : "MLQuestionCheck",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MLQuestionCheck",
"targets" : [
"MLQuestionCheck"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MLQuestionCheckTests",
"module_type" : "SwiftTarget",
"name" : "MLQuestionCheckTests",
"path" : "Tests",
"sources" : [
"MLQuestionCheckSpec.swift"
],
"target_dependencies" : [
"MLQuestionCheck"
],
"type" : "test"
},
{
"c99name" : "MLQuestionCheck",
"module_type" : "SwiftTarget",
"name" : "MLQuestionCheck",
"path" : "Sources",
"product_dependencies" : [
"UIKit"
],
"product_memberships" : [
"MLQuestionCheck"
],
"sources" : [
"Core/Extensions/String+heightWithConstrainedWidth.swift",
"Core/Extensions/UIColor+Hex.swift",
"Core/Extensions/UIView+tapGesture.swift",
"Core/MLQuestionCheck.swift",
"Core/MLQuestionCheckButton.swift",
"Core/MLViewConfiguration.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
error: 'spi-builder-workspace': product 'UIKit' required by package 'spi-builder-workspace' target 'MLQuestionCheck' not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: 'spi-builder-workspace': product 'UIKit' required by package 'spi-builder-workspace' target 'MLQuestionCheck' not found.
BUILD FAILURE 6.1 macosSpm