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 Mcrich23-Toolkit, reference v1.2.1 (da3639), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 07:03:14 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/Mcrich23/Mcrich23-Toolkit.git
Reference: v1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Mcrich23/Mcrich23-Toolkit
 * tag               v1.2.1     -> FETCH_HEAD
HEAD is now at da36399 added sfsafesymbols
Cloned https://github.com/Mcrich23/Mcrich23-Toolkit.git
Revision (git rev-parse @):
da363996888489b7138a1a219ae546166280cc21
SUCCESS checkout https://github.com/Mcrich23/Mcrich23-Toolkit.git at v1.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Mcrich23/Mcrich23-Toolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/22] Write sources
[15/22] Copying PrivacyInfo.xcprivacy
[16/22] Write sources
[21/22] Write swift-version-1EA4D86E10B52AF.txt
[23/272] Compiling Log Log.swift
[24/272] Emitting module Log
[25/272] Emitting module PlainDatabase
[26/272] Compiling PlainDatabase CoreDataAttributeDescription.swift
[27/272] Compiling PlainDatabase CoreDataEntityDescription.swift
[28/272] Compiling PlainDatabase ManagedObjectCodable.swift
[29/272] Compiling PlainDatabase CoreDataFetchIndexDescription.swift
[30/272] Compiling PlainDatabase CoreDataModelDescription.swift
[31/272] Compiling PlainDatabase Database.swift
[32/272] Compiling PlainDatabase PlainDatabase.swift
[33/337] Emitting module ImageDecoder
[34/337] Compiling ImageDecoder ImageDecoder.swift
[35/347] Emitting module SwiftUIBackports
[36/353] Compiling Kingfisher ImageDataProvider.swift
[37/353] Compiling Kingfisher PHPickerResultImageDataProvider.swift
[38/353] Compiling Kingfisher Resource.swift
[39/356] Compiling DownloadManager DownloadTypes.swift
[40/356] Compiling DownloadManager DownloadPublisher.swift
[41/356] Compiling DownloadManager URLSessionCoordinator.swift
[42/356] Compiling DownloadManager URLSessionDelegate.swift
[43/356] Compiling DownloadManager DownloadTask.swift
[44/356] Compiling DownloadManager DownloadManager.swift
[45/356] Compiling SwiftUIBackports UICollectionViewCell.swift
[46/356] Compiling SwiftUIBackports UITableViewCell.swift
[47/356] Compiling SwiftUIBackports ProposedInsets.swift
[48/356] Compiling SwiftUIBackports ProposedSize.swift
[49/356] Compiling SwiftUIBackports UIContentConfiguration.swift
[50/356] Compiling SwiftUIBackports UIHostingConfiguration.swift
[51/356] Emitting module DownloadManager
[52/356] Compiling DownloadManager Utils.swift
[53/356] Compiling DownloadManager DownloadProgress.swift
[54/356] Compiling DownloadManager Download.swift
[55/356] Compiling Kingfisher MemoryStorage.swift
[56/356] Compiling Kingfisher Storage.swift
[57/357] Compiling Kingfisher CPListItem+Kingfisher.swift
[58/357] Compiling Kingfisher KingfisherError.swift
[59/363] Emitting module StepperView
[60/363] Compiling Kingfisher ExtensionHelpers.swift
[61/363] Compiling Kingfisher Result.swift
[62/363] Compiling StepperView StepIndicatorVerticalView.swift
[63/363] Compiling Kingfisher KingfisherManager.swift
[64/363] Compiling Kingfisher KingfisherOptionsInfo.swift
[65/363] Compiling Kingfisher Delegate.swift
[66/363] Compiling Kingfisher DisplayLink.swift
[67/363] Compiling Kingfisher Box.swift
[68/363] Compiling Kingfisher CallbackQueue.swift
[69/363] Compiling Kingfisher FormatIndicatedCacheSerializer.swift
[70/363] Compiling Kingfisher ImageCache.swift
[71/363] Compiling Kingfisher CacheSerializer.swift
[72/363] Compiling Kingfisher DiskStorage.swift
[73/363] Compiling SFSafeSymbols SFSymbol.swift
[74/363] Compiling SFSafeSymbols SymbolLocalizations.swift
[75/363] Compiling SFSafeSymbols SymbolWithLocalizations.swift
[79/363] Compiling Kingfisher Filter.swift
[80/363] Compiling Kingfisher GIFAnimatedImage.swift
[81/363] Compiling Kingfisher GraphicsContext.swift
[82/363] Compiling Kingfisher Image.swift
[83/363] Compiling Model URLImageError.swift
[84/363] Compiling Model TransientImage+ImageDecoder.swift
[85/363] Compiling Model ImageInfo.swift
[86/363] Compiling Model FileManager+Extensions.swift
[87/363] Emitting module Model
[88/363] Compiling Model TransientImage.swift
[89/363] Compiling StepperView StepperView.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[90/369] Emitting module DeviceKit
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
  13 | import WatchKit
  14 | #else
  15 | import UIKit
     |        `- error: no such module 'UIKit'
  16 | #endif
  17 |
[91/369] Compiling DeviceKit Device.generated.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:15:8: error: no such module 'UIKit'
  13 | import WatchKit
  14 | #else
  15 | import UIKit
     |        `- error: no such module 'UIKit'
  16 | #endif
  17 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:39:34: error: cannot find type 'UISearchBar' in scope
 37 |     @State private var isBtnActive = false
 38 |     @State var completion = MKLocalSearchCompletion()
 39 |     @State var searchBarDetails: UISearchBar = UISearchBar()
    |                                  `- error: cannot find type 'UISearchBar' in scope
 40 |
 41 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:32:6: error: 'StateObject' is only available in macOS 11.0 or newer
 29 |
 30 |  */
 31 | public struct MapSearchView: View {
    |               `- note: add @available attribute to enclosing struct
 32 |     @StateObject private var mapSearch: MapSearch
    |      `- error: 'StateObject' is only available in macOS 11.0 or newer
 33 |     @Environment(\.presentationMode) var presentationMode
 34 |     var onSelect: (_ title: String, _ address: String, _ placemark: CLPlacemark) -> Void
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:138:44: error: cannot find type 'UIBarButtonItem' in scope
136 |     }
137 |
138 |     public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
    |                                            `- error: cannot find type 'UIBarButtonItem' in scope
139 |         let bar = UIToolbar()
140 |         bar.items = buttons
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:45:27: error: 'StateObject' is only available in macOS 11.0 or newer
 29 |
 30 |  */
 31 | public struct MapSearchView: View {
    |               `- note: add @available attribute to enclosing struct
 32 |     @StateObject private var mapSearch: MapSearch
 33 |     @Environment(\.presentationMode) var presentationMode
    :
 39 |     @State var searchBarDetails: UISearchBar = UISearchBar()
 40 |
 41 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
    |            `- note: add @available attribute to enclosing initializer
 42 |         self.onSelect = { title, address, _ in
 43 |             onSelect(title, address)
 44 |         }
 45 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: nil))
    |                           |- error: 'StateObject' is only available in macOS 11.0 or newer
    |                           `- note: add 'if #available' version check
 46 |     }
 47 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:51:27: error: 'StateObject' is only available in macOS 11.0 or newer
 29 |
 30 |  */
 31 | public struct MapSearchView: View {
    |               `- note: add @available attribute to enclosing struct
 32 |     @StateObject private var mapSearch: MapSearch
 33 |     @Environment(\.presentationMode) var presentationMode
    :
 45 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: nil))
 46 |     }
 47 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelect: @escaping (_ title: String, _ address: String) -> Void) {
    |            `- note: add @available attribute to enclosing initializer
 48 |         self.onSelect = { title, address, _ in
 49 |             onSelect(title, address)
 50 |         }
 51 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: pointOfInterestFilter))
    |                           |- error: 'StateObject' is only available in macOS 11.0 or newer
    |                           `- note: add 'if #available' version check
 52 |     }
 53 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:57:27: error: 'StateObject' is only available in macOS 11.0 or newer
 29 |
 30 |  */
 31 | public struct MapSearchView: View {
    |               `- note: add @available attribute to enclosing struct
 32 |     @StateObject private var mapSearch: MapSearch
 33 |     @Environment(\.presentationMode) var presentationMode
    :
 51 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: pointOfInterestFilter))
 52 |     }
 53 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
    |            `- note: add @available attribute to enclosing initializer
 54 |         self.onSelect = { title, _, placemark in
 55 |             onSelectAdvanced(title, placemark)
 56 |         }
 57 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: nil))
    |                           |- error: 'StateObject' is only available in macOS 11.0 or newer
    |                           `- note: add 'if #available' version check
 58 |     }
 59 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:63:27: error: 'StateObject' is only available in macOS 11.0 or newer
 29 |
 30 |  */
 31 | public struct MapSearchView: View {
    |               `- note: add @available attribute to enclosing struct
 32 |     @StateObject private var mapSearch: MapSearch
 33 |     @Environment(\.presentationMode) var presentationMode
    :
 57 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: nil))
 58 |     }
 59 |     public init(resultTypes: MKLocalSearchCompleter.ResultType, pointOfInterestFilter: MKPointOfInterestFilter?, onSelectAdvanced: @escaping (_ title: String, _ placemark: CLPlacemark) -> Void) {
    |            `- note: add @available attribute to enclosing initializer
 60 |         self.onSelect = { title, _, placemark in
 61 |             onSelectAdvanced(title, placemark)
 62 |         }
 63 |         self._mapSearch = StateObject(wrappedValue: MapSearch(resultTypes: resultTypes, pointOfInterestFilter: pointOfInterestFilter))
    |                           |- error: 'StateObject' is only available in macOS 11.0 or newer
    |                           `- note: add 'if #available' version check
 64 |     }
 65 | //    public init(address: Binding<String>) {
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:73:19: error: cannot find 'UIColor' in scope
 71 |     public var body: some View {
 72 |         ZStack {
 73 |             Color(UIColor.systemGroupedBackground)
    |                   `- error: cannot find 'UIColor' in scope
 74 |             VStack {
 75 |                 SearchBar(searchBarDetails: $searchBarDetails, text: $mapSearch.searchTerm, onCommit: {text in })
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search View.swift:139:19: error: cannot find 'UIToolbar' in scope
137 |
138 |     public func toolbarButtons(_ buttons: [UIBarButtonItem]) -> Self {
139 |         let bar = UIToolbar()
    |                   `- error: cannot find 'UIToolbar' in scope
140 |         bar.items = buttons
141 |         bar.sizeToFit()
[98/369] Emitting module SFSafeSymbols
Fetching https://github.com/Mcrich23/LoaderUI
[1/649] Fetching loaderui
Fetched https://github.com/Mcrich23/LoaderUI from cache (1.47s)
Fetching https://github.com/badrinathvm/StepperView
[1/4617] Fetching stepperview
Fetched https://github.com/badrinathvm/StepperView from cache (1.63s)
Fetching https://github.com/shaps80/SwiftUIBackports
[1/22160] Fetching swiftuibackports
Fetched https://github.com/shaps80/SwiftUIBackports from cache (1.91s)
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/onevcat/Kingfisher
Fetching https://github.com/siteline/SwiftUI-Introspect
Fetching https://github.com/SFSafeSymbols/SFSafeSymbols
Fetching https://github.com/Mcrich23/SwiftUIMap
Fetching https://github.com/Mcrich23/SwiftUIAlert
Fetching https://github.com/dkk/WrappingHStack
[1/3021] Fetching sfsafesymbols
[32/5640] Fetching sfsafesymbols, swiftuimap
[190/5707] Fetching sfsafesymbols, swiftuimap, swiftuialert
[257/15708] Fetching sfsafesymbols, swiftuimap, swiftuialert, swiftui-introspect
[367/16187] Fetching sfsafesymbols, swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack
[512/20259] Fetching sfsafesymbols, swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack, devicekit
[17100/51728] Fetching sfsafesymbols, swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack, devicekit, kingfisher
Fetched https://github.com/SFSafeSymbols/SFSafeSymbols from cache (1.12s)
[15039/48707] Fetching swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack, devicekit, kingfisher
Fetching https://github.com/dmytro-anokhin/url-image
[30456/53060] Fetching swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack, devicekit, kingfisher, url-image
Fetched https://github.com/dmytro-anokhin/url-image from cache (0.95s)
Fetching https://github.com/SwiftUIX/SwiftUIX
[38637/48707] Fetching swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack, devicekit, kingfisher
[48708/71469] Fetching swiftuimap, swiftuialert, swiftui-introspect, wrappinghstack, devicekit, kingfisher, swiftuix
Fetched https://github.com/devicekit/DeviceKit from cache (3.07s)
Fetched https://github.com/onevcat/Kingfisher from cache (3.07s)
Fetched https://github.com/dkk/WrappingHStack from cache (3.07s)
Fetched https://github.com/siteline/SwiftUI-Introspect from cache (3.07s)
Fetched https://github.com/Mcrich23/SwiftUIAlert from cache (3.07s)
Fetched https://github.com/Mcrich23/SwiftUIMap from cache (3.07s)
[3642/22762] Fetching swiftuix
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (1.28s)
Computing version for https://github.com/dmytro-anokhin/url-image
Computed https://github.com/dmytro-anokhin/url-image at 3.1.1 (3.91s)
Computing version for https://github.com/SFSafeSymbols/SFSafeSymbols
Computed https://github.com/SFSafeSymbols/SFSafeSymbols at 4.1.1 (0.48s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 4.9.0 (0.49s)
Computing version for https://github.com/dkk/WrappingHStack
Computed https://github.com/dkk/WrappingHStack at 2.2.11 (0.48s)
Computing version for https://github.com/Mcrich23/SwiftUIAlert
Computed https://github.com/Mcrich23/SwiftUIAlert at 1.0.4 (0.48s)
Computing version for https://github.com/onevcat/Kingfisher
Computed https://github.com/onevcat/Kingfisher at 7.12.0 (0.39s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.2.4 (0.38s)
Computing version for https://github.com/Mcrich23/SwiftUIMap
Computed https://github.com/Mcrich23/SwiftUIMap at 1.5.10 (0.48s)
Computing version for https://github.com/siteline/SwiftUI-Introspect
Computed https://github.com/siteline/SwiftUI-Introspect at 0.12.0 (0.51s)
Creating working copy for https://github.com/devicekit/DeviceKit
Working copy of https://github.com/devicekit/DeviceKit resolved at 4.9.0
Creating working copy for https://github.com/Mcrich23/SwiftUIMap
Working copy of https://github.com/Mcrich23/SwiftUIMap resolved at 1.5.10
Creating working copy for https://github.com/SFSafeSymbols/SFSafeSymbols
Working copy of https://github.com/SFSafeSymbols/SFSafeSymbols resolved at 4.1.1
Creating working copy for https://github.com/siteline/SwiftUI-Introspect
Working copy of https://github.com/siteline/SwiftUI-Introspect resolved at 0.12.0
Creating working copy for https://github.com/badrinathvm/StepperView
Working copy of https://github.com/badrinathvm/StepperView resolved at master (158c70c)
Creating working copy for https://github.com/Mcrich23/SwiftUIAlert
Working copy of https://github.com/Mcrich23/SwiftUIAlert resolved at 1.0.4
Creating working copy for https://github.com/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.2.4
Creating working copy for https://github.com/dmytro-anokhin/url-image
Working copy of https://github.com/dmytro-anokhin/url-image resolved at 3.1.1
Creating working copy for https://github.com/Mcrich23/LoaderUI
Working copy of https://github.com/Mcrich23/LoaderUI resolved at master (af1151c)
Creating working copy for https://github.com/onevcat/Kingfisher
Working copy of https://github.com/onevcat/Kingfisher resolved at 7.12.0
Creating working copy for https://github.com/shaps80/SwiftUIBackports
Working copy of https://github.com/shaps80/SwiftUIBackports resolved at 1.7.0 (0098109)
Creating working copy for https://github.com/dkk/WrappingHStack
Working copy of https://github.com/dkk/WrappingHStack resolved at 2.2.11
warning: 'kingfisher': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Kingfisher/Sources/Info.plist
warning: 'swiftuix': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIX/Sources/SwiftUIX/PrivacyInfo.xcprivacy
BUILD FAILURE 6.2 macosSpm