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 SafariServicesUI, reference main (00a652), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:29:25 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/divadretlaw/SafariServicesUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/SafariServicesUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 00a6522 Cleanup
Cloned https://github.com/divadretlaw/SafariServicesUI.git
Revision (git rev-parse @):
00a652278ccfb4b7a0a8d87691d546f74232f1bb
SUCCESS checkout https://github.com/divadretlaw/SafariServicesUI.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/divadretlaw/SafariServicesUI.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-1EA4D86E10B52AF.txt
[7/60] Emitting module URLExtensions
[8/65] Compiling URLExtensions URLQueryEncoder.swift
[9/65] Compiling URLExtensions URLQueryKeyedEncodingContainer.swift
[10/65] Compiling URLExtensions URLQuerySingleValueEncodingContainer.swift
[11/65] Compiling URLExtensions URLQueryCodingKey.swift
[12/65] Compiling URLExtensions URLQueryStorage.swift
[13/65] Compiling URLExtensions AppLink.swift
[14/65] Compiling URLExtensions AppLinkRepository.swift
[15/65] Compiling URLExtensions URL+AppStore.swift
[16/65] Compiling URLExtensions URL+AppleMaps.swift
[17/65] Compiling URLExtensions URL+Books.swift
[18/65] Compiling URLExtensions URL+Browser.swift
[19/65] Compiling URLExtensions URL+VLC.swift
[20/65] Compiling URLExtensions URL+WhatsApp.swift
[21/65] Compiling URLExtensions URL+YouTube.swift
[22/65] Compiling URLExtensions Collection+Extensions.swift
[23/65] Compiling URLExtensions String+Extensions.swift
[24/65] Compiling URLExtensions URL+Music.swift
[25/65] Compiling URLExtensions URL+MusicClassical.swift
[26/65] Compiling URLExtensions URL+News.swift
[27/65] Compiling URLExtensions URL+Notes.swift
[28/65] Compiling URLExtensions URL+Phone.swift
[29/65] Compiling URLExtensions URL+Extensions.swift
[30/65] Compiling URLExtensions Logger.swift
[31/65] Compiling URLExtensions URLQueryDecoder.swift
[32/65] Compiling URLExtensions URLQueryKeyedDecodingContainer.swift
[33/65] Compiling URLExtensions URLQuerySingleValueDecodingContainer.swift
[34/65] Compiling URLExtensions URL+FaceTime.swift
[35/65] Compiling URLExtensions URL+Files.swift
[36/65] Compiling URLExtensions URL+Freeform.swift
[37/65] Compiling URLExtensions URL+Health.swift
[38/65] Compiling URLExtensions URL+Mail.swift
[39/65] Compiling URLExtensions URL+Calculator.swift
[40/65] Compiling URLExtensions URL+Calendar.swift
[41/65] Compiling URLExtensions URL+Camera.swift
[42/65] Compiling URLExtensions URL+Clips.swift
[43/65] Compiling URLExtensions URL+Clock.swift
[44/65] Compiling URLExtensions URL+Contacts.swift
[45/65] Compiling URLExtensions URL+Shortcuts.swift
[46/65] Compiling URLExtensions URL+Stocks.swift
[47/65] Compiling URLExtensions URL+TV.swift
[48/65] Compiling URLExtensions URL+TestFlight.swift
[49/65] Compiling URLExtensions URL+Wallet.swift
[50/65] Compiling URLExtensions URL+Photos.swift
[51/65] Compiling URLExtensions URL+Reminders.swift
[52/65] Compiling URLExtensions URL+SMS.swift
[53/65] Compiling URLExtensions URL+Safari.swift
[54/65] Compiling URLExtensions URL+Settings.swift
[55/65] Compiling URLExtensions URL+iTunes.swift
[56/65] Compiling URLExtensions URL+DuckDuckGo.swift
[57/65] Compiling URLExtensions URL+Firefox.swift
[58/65] Compiling URLExtensions URL+GitHub.swift
[59/65] Compiling URLExtensions URL+GoogleMaps.swift
[60/65] Compiling WindowReader WindowInjectView.swift
[61/65] Compiling WindowReader Environment+Window.swift
[62/65] Emitting module WindowReader
[63/65] Compiling WindowReader WindowReader.swift
[64/65] Compiling WindowReader View+Window.swift
[65/65] Compiling WindowReader WindowReaderRepresentable.swift
[66/69] Compiling WindowSceneReader Environment+WindowScene.swift
[67/69] Compiling WindowSceneReader WindowSceneReader.swift
[68/69] Emitting module WindowSceneReader
[69/69] Compiling WindowSceneReader MainActor+Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/76] Compiling SafariServicesUI SafariManager.swift
[71/76] Compiling SafariServicesUI OpenURLAction+Safari.swift
[72/76] Emitting module SafariServicesUI
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:12:38: error: cannot find type 'UIHostingController' in scope
10 |
11 | /// Wrap `SFSafariViewController` in `UIHostingController` to support `isModalInPresentation`
12 | final class SafariHostingController: UIHostingController<SafariView> {
   |                                      `- error: cannot find type 'UIHostingController' in scope
13 |     convenience init(safari: SFSafariViewController) {
14 |         self.init(rootView: SafariView(safari: safari))
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:13:30: error: cannot find type 'SFSafariViewController' in scope
11 | /// Wrap `SFSafariViewController` in `UIHostingController` to support `isModalInPresentation`
12 | final class SafariHostingController: UIHostingController<SafariView> {
13 |     convenience init(safari: SFSafariViewController) {
   |                              `- error: cannot find type 'SFSafariViewController' in scope
14 |         self.init(rootView: SafariView(safari: safari))
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:20:17: error: cannot find type 'SFSafariViewController' in scope
18 | /// SwiftUI `SFSafariViewController` wrapper
19 | struct SafariView: View {
20 |     let safari: SFSafariViewController
   |                 `- error: cannot find type 'SFSafariViewController' in scope
21 |
22 |     init(safari: SFSafariViewController) {
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:22:18: error: cannot find type 'SFSafariViewController' in scope
20 |     let safari: SFSafariViewController
21 |
22 |     init(safari: SFSafariViewController) {
   |                  `- error: cannot find type 'SFSafariViewController' in scope
23 |         self.safari = safari
24 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:33:17: error: cannot find type 'SFSafariViewController' in scope
31 |
32 | private struct SafariRepresentable: UIViewControllerRepresentable {
33 |     let safari: SFSafariViewController
   |                 `- error: cannot find type 'SFSafariViewController' in scope
34 |
35 |     init(safari: SFSafariViewController) {
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:35:18: error: cannot find type 'SFSafariViewController' in scope
33 |     let safari: SFSafariViewController
34 |
35 |     init(safari: SFSafariViewController) {
   |                  `- error: cannot find type 'SFSafariViewController' in scope
36 |         self.safari = safari
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:39:51: error: cannot find type 'SFSafariViewController' in scope
37 |     }
38 |
39 |     func makeUIViewController(context: Context) ->SFSafariViewController {
   |                                                   `- error: cannot find type 'SFSafariViewController' in scope
40 |         safari
41 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:39:40: error: cannot find type 'Context' in scope
37 |     }
38 |
39 |     func makeUIViewController(context: Context) ->SFSafariViewController {
   |                                        `- error: cannot find type 'Context' in scope
40 |         safari
41 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:43:53: error: cannot find type 'SFSafariViewController' in scope
41 |     }
42 |
43 |     func updateUIViewController(_ uiViewController: SFSafariViewController, context: Context) {
   |                                                     `- error: cannot find type 'SFSafariViewController' in scope
44 |     }
45 | }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:43:86: error: cannot find type 'Context' in scope
41 |     }
42 |
43 |     func updateUIViewController(_ uiViewController: SFSafariViewController, context: Context) {
   |                                                                                      `- error: cannot find type 'Context' in scope
44 |     }
45 | }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:32:37: error: cannot find type 'UIViewControllerRepresentable' in scope
30 | }
31 |
32 | private struct SafariRepresentable: UIViewControllerRepresentable {
   |                                     `- error: cannot find type 'UIViewControllerRepresentable' in scope
33 |     let safari: SFSafariViewController
34 |
[73/76] Compiling SafariServicesUI OpenURL+Extensions.swift
[74/76] Compiling SafariServicesUI SafariView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:12:38: error: cannot find type 'UIHostingController' in scope
10 |
11 | /// Wrap `SFSafariViewController` in `UIHostingController` to support `isModalInPresentation`
12 | final class SafariHostingController: UIHostingController<SafariView> {
   |                                      `- error: cannot find type 'UIHostingController' in scope
13 |     convenience init(safari: SFSafariViewController) {
14 |         self.init(rootView: SafariView(safari: safari))
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:13:30: error: cannot find type 'SFSafariViewController' in scope
11 | /// Wrap `SFSafariViewController` in `UIHostingController` to support `isModalInPresentation`
12 | final class SafariHostingController: UIHostingController<SafariView> {
13 |     convenience init(safari: SFSafariViewController) {
   |                              `- error: cannot find type 'SFSafariViewController' in scope
14 |         self.init(rootView: SafariView(safari: safari))
15 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:20:17: error: cannot find type 'SFSafariViewController' in scope
18 | /// SwiftUI `SFSafariViewController` wrapper
19 | struct SafariView: View {
20 |     let safari: SFSafariViewController
   |                 `- error: cannot find type 'SFSafariViewController' in scope
21 |
22 |     init(safari: SFSafariViewController) {
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:22:18: error: cannot find type 'SFSafariViewController' in scope
20 |     let safari: SFSafariViewController
21 |
22 |     init(safari: SFSafariViewController) {
   |                  `- error: cannot find type 'SFSafariViewController' in scope
23 |         self.safari = safari
24 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:33:17: error: cannot find type 'SFSafariViewController' in scope
31 |
32 | private struct SafariRepresentable: UIViewControllerRepresentable {
33 |     let safari: SFSafariViewController
   |                 `- error: cannot find type 'SFSafariViewController' in scope
34 |
35 |     init(safari: SFSafariViewController) {
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:35:18: error: cannot find type 'SFSafariViewController' in scope
33 |     let safari: SFSafariViewController
34 |
35 |     init(safari: SFSafariViewController) {
   |                  `- error: cannot find type 'SFSafariViewController' in scope
36 |         self.safari = safari
37 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:39:51: error: cannot find type 'SFSafariViewController' in scope
37 |     }
38 |
39 |     func makeUIViewController(context: Context) ->SFSafariViewController {
   |                                                   `- error: cannot find type 'SFSafariViewController' in scope
40 |         safari
41 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:39:40: error: cannot find type 'Context' in scope
37 |     }
38 |
39 |     func makeUIViewController(context: Context) ->SFSafariViewController {
   |                                        `- error: cannot find type 'Context' in scope
40 |         safari
41 |     }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:43:53: error: cannot find type 'SFSafariViewController' in scope
41 |     }
42 |
43 |     func updateUIViewController(_ uiViewController: SFSafariViewController, context: Context) {
   |                                                     `- error: cannot find type 'SFSafariViewController' in scope
44 |     }
45 | }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:43:86: error: cannot find type 'Context' in scope
41 |     }
42 |
43 |     func updateUIViewController(_ uiViewController: SFSafariViewController, context: Context) {
   |                                                                                      `- error: cannot find type 'Context' in scope
44 |     }
45 | }
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:32:37: error: cannot find type 'UIViewControllerRepresentable' in scope
30 | }
31 |
32 | private struct SafariRepresentable: UIViewControllerRepresentable {
   |                                     `- error: cannot find type 'UIViewControllerRepresentable' in scope
33 |     let safari: SFSafariViewController
34 |
/Users/admin/builder/spi-builder-workspace/Sources/SafariServicesUI/Safari/SafariView.swift:14:29: error: argument passed to call that takes no arguments
12 | final class SafariHostingController: UIHostingController<SafariView> {
13 |     convenience init(safari: SFSafariViewController) {
14 |         self.init(rootView: SafariView(safari: safari))
   |                             `- error: argument passed to call that takes no arguments
15 |     }
16 | }
[75/76] Compiling SafariServicesUI SafariViewModifier.swift
[76/76] Compiling SafariServicesUI SafariConfiguration.swift
Fetching https://github.com/divadretlaw/WindowReader.git
Fetching https://github.com/divadretlaw/WindowSceneReader.git
Fetching https://github.com/divadretlaw/URL-Extensions.git
[1/131] Fetching windowscenereader
[114/262] Fetching windowscenereader, windowreader
[239/523] Fetching windowscenereader, windowreader, url-extensions
Fetched https://github.com/divadretlaw/URL-Extensions.git from cache (0.79s)
Fetched https://github.com/divadretlaw/WindowReader.git from cache (0.79s)
Fetched https://github.com/divadretlaw/WindowSceneReader.git from cache (0.79s)
Computing version for https://github.com/divadretlaw/WindowSceneReader.git
Computed https://github.com/divadretlaw/WindowSceneReader.git at 3.2.0 (1.24s)
Computing version for https://github.com/divadretlaw/WindowReader.git
Computed https://github.com/divadretlaw/WindowReader.git at 3.0.0 (0.37s)
Computing version for https://github.com/divadretlaw/URL-Extensions.git
Computed https://github.com/divadretlaw/URL-Extensions.git at 2.0.0 (0.36s)
Creating working copy for https://github.com/divadretlaw/WindowSceneReader.git
Working copy of https://github.com/divadretlaw/WindowSceneReader.git resolved at 3.2.0
Creating working copy for https://github.com/divadretlaw/URL-Extensions.git
Working copy of https://github.com/divadretlaw/URL-Extensions.git resolved at 2.0.0
Creating working copy for https://github.com/divadretlaw/WindowReader.git
Working copy of https://github.com/divadretlaw/WindowReader.git resolved at 3.0.0
BUILD FAILURE 6.2 macosSpm