The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SafariView, reference 1.0.0 (edd3fc), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 14:24:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bestler/SafariView.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bestler/SafariView
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at edd3fca Add Platform requirement to iOS  15.0
Cloned https://github.com/bestler/SafariView.git
Revision (git rev-parse @):
edd3fcafe7dcf2118772d8fae6415b5400de7953
SUCCESS checkout https://github.com/bestler/SafariView.git at 1.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": "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bestler/SafariView.git
[1/74] Fetching safariview
Fetched https://github.com/bestler/SafariView.git from cache (0.61s)
Creating working copy for https://github.com/bestler/SafariView.git
Working copy of https://github.com/bestler/SafariView.git resolved at 1.0.0 (edd3fca)
warning: '.resolve-product-dependencies': dependency 'safariview' 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/bestler/SafariView.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
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
BUILD FAILURE 6.3 macosSpm