The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build YOLO, reference v1.0.0 (816652), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 22:17:54 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fatihdurmaz/yolo-ios-sdk.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.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 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.
[5/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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.
[7/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.
[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.
[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] 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.
[11/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.
[12/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.
[13/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.
[14/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.
BUILD FAILURE 6.2 macosSpm