Build Information
Failed to build MLQuestionCheck, reference develop (db9b6f
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 08:39:22 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: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/micheltlutz/MLQuestionCheck
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at db9b6fd Delete Gemfile.lock
Cloned https://github.com/micheltlutz/MLQuestionCheck.git
Revision (git rev-parse @):
db9b6fdbc387f17039e3da46e221fe540eca0372
SUCCESS checkout https://github.com/micheltlutz/MLQuestionCheck.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
Fetching https://github.com/micheltlutz/MLQuestionCheck.git
[1/410] Fetching mlquestioncheck
Fetched https://github.com/micheltlutz/MLQuestionCheck.git from cache (0.89s)
Creating working copy for https://github.com/micheltlutz/MLQuestionCheck.git
Working copy of https://github.com/micheltlutz/MLQuestionCheck.git resolved at develop (db9b6fd)
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