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 1.5.0 (00a652), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:29:15 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: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/divadretlaw/SafariServicesUI
 * tag               1.5.0      -> FETCH_HEAD
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 1.5.0
========================================
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 URL+VLC.swift
[14/65] Compiling URLExtensions URL+WhatsApp.swift
[15/65] Compiling URLExtensions URL+YouTube.swift
[16/65] Compiling URLExtensions Collection+Extensions.swift
[17/65] Compiling URLExtensions String+Extensions.swift
[18/65] Compiling URLExtensions AppLink.swift
[19/65] Compiling URLExtensions AppLinkRepository.swift
[20/65] Compiling URLExtensions URL+AppStore.swift
[21/65] Compiling URLExtensions URL+AppleMaps.swift
[22/65] Compiling URLExtensions URL+Books.swift
[23/65] Compiling URLExtensions URL+Browser.swift
[24/65] Compiling URLExtensions URL+Extensions.swift
[25/65] Compiling URLExtensions Logger.swift
[26/65] Compiling URLExtensions URLQueryDecoder.swift
[27/65] Compiling URLExtensions URLQueryKeyedDecodingContainer.swift
[28/65] Compiling URLExtensions URLQuerySingleValueDecodingContainer.swift
[29/65] Compiling URLExtensions URL+Shortcuts.swift
[30/65] Compiling URLExtensions URL+Stocks.swift
[31/65] Compiling URLExtensions URL+TV.swift
[32/65] Compiling URLExtensions URL+TestFlight.swift
[33/65] Compiling URLExtensions URL+Wallet.swift
[34/65] Compiling URLExtensions URL+Photos.swift
[35/65] Compiling URLExtensions URL+Reminders.swift
[36/65] Compiling URLExtensions URL+SMS.swift
[37/65] Compiling URLExtensions URL+Safari.swift
[38/65] Compiling URLExtensions URL+Settings.swift
[39/65] Compiling URLExtensions URL+Music.swift
[40/65] Compiling URLExtensions URL+MusicClassical.swift
[41/65] Compiling URLExtensions URL+News.swift
[42/65] Compiling URLExtensions URL+Notes.swift
[43/65] Compiling URLExtensions URL+Phone.swift
[44/65] Compiling URLExtensions URL+iTunes.swift
[45/65] Compiling URLExtensions URL+DuckDuckGo.swift
[46/65] Compiling URLExtensions URL+Firefox.swift
[47/65] Compiling URLExtensions URL+GitHub.swift
[48/65] Compiling URLExtensions URL+GoogleMaps.swift
[49/65] Compiling URLExtensions URL+FaceTime.swift
[50/65] Compiling URLExtensions URL+Files.swift
[51/65] Compiling URLExtensions URL+Freeform.swift
[52/65] Compiling URLExtensions URL+Health.swift
[53/65] Compiling URLExtensions URL+Mail.swift
[54/65] Compiling URLExtensions URL+Calculator.swift
[55/65] Compiling URLExtensions URL+Calendar.swift
[56/65] Compiling URLExtensions URL+Camera.swift
[57/65] Compiling URLExtensions URL+Clips.swift
[58/65] Compiling URLExtensions URL+Clock.swift
[59/65] Compiling URLExtensions URL+Contacts.swift
[60/65] Compiling WindowReader WindowReaderRepresentable.swift
[61/65] Compiling WindowReader WindowInjectView.swift
[62/65] Compiling WindowReader Environment+Window.swift
[63/65] Compiling WindowReader WindowReader.swift
[64/65] Compiling WindowReader View+Window.swift
[65/65] Emitting module WindowReader
[66/69] Compiling WindowSceneReader Environment+WindowScene.swift
[67/69] Emitting module WindowSceneReader
[68/69] Compiling WindowSceneReader MainActor+Extensions.swift
[69/69] Compiling WindowSceneReader WindowSceneReader.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[70/76] Compiling SafariServicesUI OpenURLAction+Safari.swift
[71/76] Compiling SafariServicesUI OpenURL+Extensions.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 SafariViewModifier.swift
[74/76] Compiling SafariServicesUI SafariConfiguration.swift
[75/76] Compiling SafariServicesUI SafariManager.swift
[76/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 | }
Fetching https://github.com/divadretlaw/WindowSceneReader.git
Fetching https://github.com/divadretlaw/URL-Extensions.git
Fetching https://github.com/divadretlaw/WindowReader.git
[1/131] Fetching windowreader
[132/392] Fetching windowreader, url-extensions
[240/523] Fetching windowreader, url-extensions, windowscenereader
Fetched https://github.com/divadretlaw/WindowReader.git from cache (0.73s)
Fetched https://github.com/divadretlaw/URL-Extensions.git from cache (0.73s)
Fetched https://github.com/divadretlaw/WindowSceneReader.git from cache (0.73s)
Computing version for https://github.com/divadretlaw/WindowSceneReader.git
Computed https://github.com/divadretlaw/WindowSceneReader.git at 3.2.0 (1.20s)
Computing version for https://github.com/divadretlaw/WindowReader.git
Computed https://github.com/divadretlaw/WindowReader.git at 3.0.0 (0.41s)
Computing version for https://github.com/divadretlaw/URL-Extensions.git
Computed https://github.com/divadretlaw/URL-Extensions.git at 2.0.0 (0.41s)
Creating working copy for https://github.com/divadretlaw/WindowReader.git
Working copy of https://github.com/divadretlaw/WindowReader.git resolved at 3.0.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/WindowSceneReader.git
Working copy of https://github.com/divadretlaw/WindowSceneReader.git resolved at 3.2.0
BUILD FAILURE 6.2 macosSpm