Build Information
Failed to build YOLO, reference v1.0.0 (816652
), with Swift 6.0 for macOS (SPM) on 19 Jan 2025 01:01:41 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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
========================================
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",
"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",
"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.77s)
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.0
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.2.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-5BDAB9E9C0126B9D.txt
[3/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.
[4/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.
[5/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.
[6/13] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/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.
[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 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.
[10/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.
[11/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.
[12/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.
[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.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/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.
[3/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.
[4/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.
[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 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.
[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.
[9/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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/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.
[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.0 macosSpm