Build Information
Failed to build YOLO, reference v1.0.0 (816652), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 15:31:35 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "yolo-ios-sdk",
"name": "YOLO",
"url": "https://github.com/fatihdurmaz/yolo-ios-sdk.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/yolo-ios-sdk",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/fatihdurmaz/yolo-ios-sdk.git
[1/38] Fetching yolo-ios-sdk
Fetched https://github.com/fatihdurmaz/yolo-ios-sdk.git from cache (0.66s)
Creating working copy for https://github.com/fatihdurmaz/yolo-ios-sdk.git
Working copy of https://github.com/fatihdurmaz/yolo-ios-sdk.git resolved at v1.0.0 (816652b)
warning: '.resolve-product-dependencies': dependency 'yolo-ios-sdk' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/fatihdurmaz/yolo-ios-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.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 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.
[5/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.
[6/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.
[7/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.
[8/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.
[9/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.
[10/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/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.
[12/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.
[13/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.
[14/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.
BUILD FAILURE 6.3 macosSpm