The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Mcrich23-Toolkit, reference v1.2.1 (da3639), with Swift 6.0 for macOS (SPM) on 14 Sep 2024 06:48:37 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.53.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.0
Building package at path:  $PWD
https://github.com/Mcrich23/Mcrich23-Toolkit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/21] Write sources
[14/21] Copying PrivacyInfo.xcprivacy
[16/21] Write sources
[20/21] Write swift-version-117DEE11B69C53C9.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/398] Emitting module SwiftUIMap
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:17:34: error: cannot find type 'UISearchBarDelegate' in scope
 15 |     var onCommit: (_ value: String) -> Void
 16 |
 17 |     class Coordinator: NSObject, UISearchBarDelegate {
    |                                  `- error: cannot find type 'UISearchBarDelegate' in scope
 18 |
 19 |         @Binding var text: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:27:37: error: cannot find type 'UISearchBar' in scope
 25 |         }
 26 |
 27 |         func searchBar(_ searchBar: UISearchBar, textDidChange searchText: String) {
    |                                     `- error: cannot find type 'UISearchBar' in scope
 28 |             text = searchText
 29 |         }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:31:56: error: cannot find type 'UISearchBar' in scope
 29 |         }
 30 |
 31 |         func searchBarSearchButtonClicked(_ searchBar: UISearchBar) {
    |                                                        `- error: cannot find type 'UISearchBar' in scope
 32 |             print("resign keyboard")
 33 |             searchBar.resignFirstResponder()
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:43:72: error: cannot find type 'UISearchBar' in scope
 41 |     }
 42 |
 43 |     func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
    |                                                                        `- error: cannot find type 'UISearchBar' in scope
 44 |         let searchBar = UISearchBar(frame: .zero)
 45 |         searchBar.delegate = context.coordinator
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:43:30: error: cannot find type 'UIViewRepresentableContext' in scope
 41 |     }
 42 |
 43 |     func makeUIView(context: UIViewRepresentableContext<SearchBar>) -> UISearchBar {
    |                              `- error: cannot find type 'UIViewRepresentableContext' in scope
 44 |         let searchBar = UISearchBar(frame: .zero)
 45 |         searchBar.delegate = context.coordinator
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:51:33: error: cannot find type 'UISearchBar' in scope
 49 |         return searchBar
 50 |     }
 51 |     func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
    |                                 `- error: cannot find type 'UISearchBar' in scope
 52 |         uiView.text = text
 53 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:51:55: error: cannot find type 'UIViewRepresentableContext' in scope
 49 |         return searchBar
 50 |     }
 51 |     func updateUIView(_ uiView: UISearchBar, context: UIViewRepresentableContext<SearchBar>) {
    |                                                       `- error: cannot find type 'UIViewRepresentableContext' in scope
 52 |         uiView.text = text
 53 |     }
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:12:19: error: cannot find type 'UIViewRepresentable' in scope
 10 | import MapKit
 11 |
 12 | struct SearchBar: UIViewRepresentable {
    |                   `- error: cannot find type 'UIViewRepresentable' in scope
 13 |
 14 |     @Binding var text: String
/Users/admin/builder/spi-builder-workspace/.build/checkouts/SwiftUIMap/Sources/SwiftUIMap/Search/Search.swift:58:6: error: 'StateObject' is only available in macOS 11.0 or newer
 54 | }
 55 |
 56 | public struct MapSearchView: View {
    |               `- note: add @available attribute to enclosing struct
 57 | //    @ObservedObject var locationSearchService: LocationSearchService
 58 |     @StateObject private var mapSearch = MapSearch()
    |      `- error: 'StateObject' is only available in macOS 11.0 or newer
 59 |     @Environment(\.presentationMode) var presentationMode
 60 |     var onSelect: (_ address: String) -> Void// = {address in }
[23/398] Emitting module LoaderUI
[24/400] Emitting module SwiftUIBackports
[25/406] Compiling SwiftUIX FetchedResults.swift
[26/406] Compiling SwiftUIX NSManagedObject++.swift
[27/406] Compiling SwiftUIX CGFloat++.swift
[28/409] Compiling SwiftUIX CGPoint++.swift
[29/409] Compiling SwiftUIX CGRect++.swift
[30/409] Compiling SwiftUIX CGSize++.swift
[31/409] Compiling SFSafeSymbols SFSymbol.swift
[32/409] Compiling SFSafeSymbols SymbolLocalizations.swift
[33/409] Compiling SFSafeSymbols SymbolWithLocalizations.swift
[34/409] Compiling Introspect UIKitIntrospectionView.swift
[35/409] Emitting module Log
[36/409] Compiling Log Log.swift
[37/468] Compiling PlainDatabase Database.swift
[38/468] Compiling PlainDatabase PlainDatabase.swift
[39/468] Compiling Kingfisher MemoryStorage.swift
[40/468] Compiling Kingfisher Storage.swift
[41/468] Compiling Kingfisher CPListItem+Kingfisher.swift
[42/468] Compiling Kingfisher RedirectHandler.swift
[43/468] Compiling PlainDatabase CoreDataAttributeDescription.swift
[44/468] Emitting module PlainDatabase
[45/468] Compiling PlainDatabase CoreDataModelDescription.swift
[46/468] Compiling PlainDatabase ManagedObjectCodable.swift
[47/468] Compiling PlainDatabase CoreDataEntityDescription.swift
[48/468] Compiling PlainDatabase CoreDataFetchIndexDescription.swift
[49/468] Compiling Kingfisher GIFAnimatedImage.swift
[50/468] Compiling Kingfisher GraphicsContext.swift
[51/468] Compiling Kingfisher Image.swift
[52/470] Compiling Kingfisher DisplayLink.swift
[53/470] Compiling Kingfisher ExtensionHelpers.swift
[54/470] Compiling Kingfisher Result.swift
[55/470] Compiling Kingfisher AuthenticationChallengeResponsable.swift
[56/470] Compiling Kingfisher ImageDataProcessor.swift
[57/470] Compiling Kingfisher ImageDownloader.swift
[58/470] Emitting module ImageDecoder
[59/470] Compiling ImageDecoder ImageDecoder.swift
[60/480] Compiling DownloadManager DownloadManager.swift
[61/480] Compiling DownloadManager URLSessionDelegate.swift
[62/480] Compiling DownloadManager URLSessionCoordinator.swift
[63/480] Compiling DownloadManager DownloadTypes.swift
[64/480] Compiling DownloadManager DownloadPublisher.swift
[65/480] Compiling DownloadManager DownloadTask.swift
[66/480] Compiling DownloadManager Utils.swift
[67/480] Compiling DownloadManager DownloadProgress.swift
[68/480] Compiling DownloadManager Download.swift
[69/480] Emitting module DownloadManager
[70/486] Compiling Model FileManager+Extensions.swift
[71/486] Compiling Model ImageInfo.swift
[72/486] Emitting module Model
[73/486] Compiling Model TransientImage+ImageDecoder.swift
[74/486] Compiling Model TransientImage.swift
[75/486] Compiling Model URLImageError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[76/488] 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 |
[77/488] 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 |
[78/488] Compiling Introspect UIKitIntrospectionViewController.swift
Fetching https://github.com/Mcrich23/LoaderUI
[1/649] Fetching loaderui
Fetched https://github.com/Mcrich23/LoaderUI from cache (1.62s)
Fetching https://github.com/badrinathvm/StepperView
[1/4617] Fetching stepperview
Fetched https://github.com/badrinathvm/StepperView from cache (1.81s)
Fetching https://github.com/shaps80/SwiftUIBackports
[1/22134] Fetching swiftuibackports
Fetched https://github.com/shaps80/SwiftUIBackports from cache (2.09s)
Fetching https://github.com/devicekit/DeviceKit
Fetching https://github.com/Mcrich23/SwiftUIMap
Fetching https://github.com/siteline/SwiftUI-Introspect
Fetching https://github.com/SwiftUIX/SwiftUIX
Fetching https://github.com/dmytro-anokhin/url-image
Fetching https://github.com/SFSafeSymbols/SFSafeSymbols
Fetching https://github.com/dkk/WrappingHStack
[1/2619] Fetching swiftuimap
[159/3098] Fetching swiftuimap, wrappinghstack
[385/6000] Fetching swiftuimap, wrappinghstack, sfsafesymbols
[444/10231] Fetching swiftuimap, wrappinghstack, sfsafesymbols, url-image
[741/14102] Fetching swiftuimap, wrappinghstack, sfsafesymbols, url-image, devicekit
[858/23425] Fetching swiftuimap, wrappinghstack, sfsafesymbols, url-image, devicekit, swiftui-introspect
[1821/45545] Fetching swiftuimap, wrappinghstack, sfsafesymbols, url-image, devicekit, swiftui-introspect, swiftuix
Fetched https://github.com/Mcrich23/SwiftUIMap from cache (1.42s)
[35755/42926] Fetching wrappinghstack, sfsafesymbols, url-image, devicekit, swiftui-introspect, swiftuix
Fetched https://github.com/devicekit/DeviceKit from cache (1.42s)
[32326/39055] Fetching wrappinghstack, sfsafesymbols, url-image, swiftui-introspect, swiftuix
Fetching https://github.com/Mcrich23/SwiftUIAlert
Fetching https://github.com/onevcat/Kingfisher
Fetched https://github.com/siteline/SwiftUI-Introspect from cache (1.82s)
Fetched https://github.com/SFSafeSymbols/SFSafeSymbols from cache (1.98s)
Fetched https://github.com/SwiftUIX/SwiftUIX from cache (1.98s)
Fetched https://github.com/dmytro-anokhin/url-image from cache (1.98s)
Fetched https://github.com/dkk/WrappingHStack from cache (1.98s)
[1/67] Fetching swiftuialert
Fetched https://github.com/Mcrich23/SwiftUIAlert from cache (1.03s)
[1/30533] Fetching kingfisher
Fetched https://github.com/onevcat/Kingfisher from cache (3.83s)
Computing version for https://github.com/devicekit/DeviceKit
Computed https://github.com/devicekit/DeviceKit at 4.9.0 (0.76s)
Computing version for https://github.com/Mcrich23/SwiftUIMap
Computed https://github.com/Mcrich23/SwiftUIMap at 1.1.0 (0.69s)
Computing version for https://github.com/siteline/SwiftUI-Introspect
Computed https://github.com/siteline/SwiftUI-Introspect at 0.1.4 (0.87s)
Computing version for https://github.com/dmytro-anokhin/url-image
Computed https://github.com/dmytro-anokhin/url-image at 3.1.1 (0.67s)
Computing version for https://github.com/SwiftUIX/SwiftUIX
Computed https://github.com/SwiftUIX/SwiftUIX at 0.1.2 (0.65s)
Computing version for https://github.com/SFSafeSymbols/SFSafeSymbols
Computed https://github.com/SFSafeSymbols/SFSafeSymbols at 4.1.1 (0.66s)
Computing version for https://github.com/dkk/WrappingHStack
Computed https://github.com/dkk/WrappingHStack at 2.2.11 (0.67s)
Computing version for https://github.com/Mcrich23/SwiftUIAlert
Computed https://github.com/Mcrich23/SwiftUIAlert at 1.0.4 (0.63s)
Computing version for https://github.com/onevcat/Kingfisher
Computed https://github.com/onevcat/Kingfisher at 7.12.0 (0.50s)
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/LoaderUI
Working copy of https://github.com/Mcrich23/LoaderUI resolved at master (af1151c)
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/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/SwiftUIMap
Working copy of https://github.com/Mcrich23/SwiftUIMap resolved at 1.1.0
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/SwiftUIX/SwiftUIX
Working copy of https://github.com/SwiftUIX/SwiftUIX resolved at 0.1.2
Creating working copy for https://github.com/dkk/WrappingHStack
Working copy of https://github.com/dkk/WrappingHStack resolved at 2.2.11
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/siteline/SwiftUI-Introspect
Working copy of https://github.com/siteline/SwiftUI-Introspect resolved at 0.1.4
Creating working copy for https://github.com/badrinathvm/StepperView
Working copy of https://github.com/badrinathvm/StepperView resolved at master (42c1ebf)
Creating working copy for https://github.com/SFSafeSymbols/SFSafeSymbols
Working copy of https://github.com/SFSafeSymbols/SFSafeSymbols resolved at 4.1.1
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
BUILD FAILURE 6.0 macosSpm