Build Information
Failed to build YOLO, reference v1.0.0 (816652
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:59:15 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fatihdurmaz/yolo-ios-sdk.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fatihdurmaz/yolo-ios-sdk
* tag v1.0.0 -> FETCH_HEAD
HEAD is now at 816652b Update README.md
Cloned https://github.com/fatihdurmaz/yolo-ios-sdk.git
Revision (git rev-parse @):
816652bd3341d53057e803c658cf81b9109a9b7b
SUCCESS checkout https://github.com/fatihdurmaz/yolo-ios-sdk.git at v1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/fatihdurmaz/yolo-ios-sdk.git
https://github.com/fatihdurmaz/yolo-ios-sdk.git
{
"dependencies" : [
],
"manifest_display_name" : "YOLO",
"name" : "YOLO",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "YOLO",
"targets" : [
"YOLO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "YOLOTests",
"module_type" : "SwiftTarget",
"name" : "YOLOTests",
"path" : "Tests/YOLOTests",
"sources" : [
"YOLOTests.swift"
],
"target_dependencies" : [
"YOLO"
],
"type" : "test"
},
{
"c99name" : "YOLO",
"module_type" : "SwiftTarget",
"name" : "YOLO",
"path" : "Sources/YOLO",
"product_memberships" : [
"YOLO"
],
"sources" : [
"BoundingBoxView.swift",
"ObjectDetector.swift",
"Plot.swift",
"Predictor.swift",
"ThresholdProvider.swift",
"VideoCapture.swift",
"YOLO.swift",
"YOLOCamera.swift",
"YOLOResult.swift",
"YOLOTask.swift",
"YOLOView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/13] Compiling YOLO YOLOTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[4/14] Compiling YOLO YOLOView.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[5/14] Compiling YOLO YOLO.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[6/14] Compiling YOLO YOLOResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[7/14] Compiling YOLO VideoCapture.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[8/14] Compiling YOLO ThresholdProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Compiling YOLO YOLOCamera.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[10/14] Emitting module YOLO
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[11/14] Compiling YOLO Plot.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[12/14] Compiling YOLO BoundingBoxView.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[13/14] Compiling YOLO ObjectDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[14/14] Compiling YOLO Predictor.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/12] Compiling YOLO YOLOTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[3/12] Compiling YOLO YOLOResult.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[4/13] Compiling YOLO Predictor.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[5/13] Compiling YOLO YOLOCamera.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[6/13] Compiling YOLO YOLO.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[7/13] Compiling YOLO ThresholdProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[8/13] Compiling YOLO VideoCapture.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module YOLO
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[10/13] Compiling YOLO Plot.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[11/13] Compiling YOLO BoundingBoxView.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[12/13] Compiling YOLO ObjectDetector.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
[13/13] Compiling YOLO YOLOView.swift
/Users/admin/builder/spi-builder-workspace/Sources/YOLO/BoundingBoxView.swift:13:8: error: no such module 'UIKit'
11 |
12 | import Foundation
13 | import UIKit
| `- error: no such module 'UIKit'
14 |
15 | /// Manages the visualization of bounding boxes and associated labels for object detection results.
BUILD FAILURE 6.1 macosSpm