Build Information
Failed to build SafariView, reference main (e22bbb
), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 11:24:11 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/bestler/SafariView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bestler/SafariView
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e22bbbb Update README.md
Cloned https://github.com/bestler/SafariView.git
Revision (git rev-parse @):
e22bbbbbb3a3c4ca35fda71255c31d5e64e29e9b
SUCCESS checkout https://github.com/bestler/SafariView.git at main
========================================
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": "safariview",
"name": "SafariView",
"url": "https://github.com/bestler/SafariView.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SafariView",
"dependencies": [
]
}
]
}
Fetching https://github.com/bestler/SafariView.git
[1/74] Fetching safariview
Fetched https://github.com/bestler/SafariView.git from cache (0.65s)
Creating working copy for https://github.com/bestler/SafariView.git
Working copy of https://github.com/bestler/SafariView.git resolved at main (e22bbbb)
warning: '.resolve-product-dependencies': dependency 'safariview' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/bestler/SafariView.git
https://github.com/bestler/SafariView.git
{
"dependencies" : [
],
"manifest_display_name" : "SafariView",
"name" : "SafariView",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "SafariView",
"targets" : [
"SafariView"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SafariViewTests",
"module_type" : "SwiftTarget",
"name" : "SafariViewTests",
"path" : "Tests/SafariViewTests",
"sources" : [
"SafariViewTests.swift"
],
"target_dependencies" : [
"SafariView"
],
"type" : "test"
},
{
"c99name" : "SafariView",
"module_type" : "SwiftTarget",
"name" : "SafariView",
"path" : "Sources/SafariView",
"product_memberships" : [
"SafariView"
],
"sources" : [
"SafariView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module SafariView
/Users/admin/builder/spi-builder-workspace/Sources/SafariView/SafariView.swift:2:8: error: no such module 'UIKit'
1 |
2 | import UIKit
| `- error: no such module 'UIKit'
3 | import SwiftUI
4 | import SafariServices
[4/4] Compiling SafariView SafariView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SafariView/SafariView.swift:2:8: error: no such module 'UIKit'
1 |
2 | import UIKit
| `- error: no such module 'UIKit'
3 | import SwiftUI
4 | import SafariServices
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/3] Emitting module SafariView
/Users/admin/builder/spi-builder-workspace/Sources/SafariView/SafariView.swift:2:8: error: no such module 'UIKit'
1 |
2 | import UIKit
| `- error: no such module 'UIKit'
3 | import SwiftUI
4 | import SafariServices
[3/3] Compiling SafariView SafariView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SafariView/SafariView.swift:2:8: error: no such module 'UIKit'
1 |
2 | import UIKit
| `- error: no such module 'UIKit'
3 | import SwiftUI
4 | import SafariServices
BUILD FAILURE 6.1 macosSpm