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

Successful build of SwiftUIKit, reference main (e6aafb), with Swift 6.2 (beta) for macOS (SPM) on 27 Jun 2025 19:30:53 UTC.

Swift 6 data race errors: 0

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/danielsaidi/SwiftUIKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielsaidi/SwiftUIKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e6aafba Deprecate progress bars
Cloned https://github.com/danielsaidi/SwiftUIKit.git
Revision (git rev-parse @):
e6aafba4f5bc7e558594e193f59bb6cd7bd85389
SUCCESS checkout https://github.com/danielsaidi/SwiftUIKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielsaidi/SwiftUIKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[0/4] Copying Info.plist
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/158] Emitting module SwiftUIKit
[6/175] Compiling SwiftUIKit AlertContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[7/175] Compiling SwiftUIKit ErrorAlertConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[8/175] Compiling SwiftUIKit ErrorAlerter.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[9/175] Compiling SwiftUIKit FullScreenCoverContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[10/175] Compiling SwiftUIKit PresentationContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[11/175] Compiling SwiftUIKit SheetContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[12/175] Compiling SwiftUIKit CircularProgressBar+Style.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[13/175] Compiling SwiftUIKit CircularProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[14/175] Compiling SwiftUIKit LinearProgressBar+Style.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[15/175] Compiling SwiftUIKit LinearProgressBar.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[16/175] Compiling SwiftUIKit ScanCodeType.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[17/175] Compiling SwiftUIKit SwipeGestureViewModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[18/175] Compiling SwiftUIKit TextReplacement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[19/175] Compiling SwiftUIKit UIImage+Pasteboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[20/175] Compiling SwiftUIKit UrlSharing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[21/175] Compiling SwiftUIKit View+AnyView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[22/175] Compiling SwiftUIKit resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:85:17: warning: capture of non-sendable type 'Self.Type' in an isolated closure
83 |                 try await operation()
84 |             } catch {
85 |                 alert(error: error)
   |                 `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
86 |             }
87 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/_Deprecated/Presentation/ErrorAlerter.swift:80:10: warning: capture of non-sendable type 'Self.Type' in an isolated closure
78 |     /// This function wraps an async operation in a task and
79 |     /// alerts any errors that are thrown.
80 |     func tryWithErrorAlert(_ operation: @escaping AsyncOperation) {
   |          `- warning: capture of non-sendable type 'Self.Type' in an isolated closure
81 |         Task {
82 |             do {
[23/175] Compiling SwiftUIKit Calendar+Date.swift
[24/175] Compiling SwiftUIKit Date+AddRemove.swift
[25/175] Compiling SwiftUIKit Date+Compare.swift
[26/175] Compiling SwiftUIKit Date+Components.swift
[27/175] Compiling SwiftUIKit Date+Difference.swift
[28/175] Compiling SwiftUIKit Date+Init.swift
[29/175] Compiling SwiftUIKit DeviceIdentifier.swift
[30/175] Compiling SwiftUIKit Comparable+Limit.swift
[31/175] Compiling SwiftUIKit ComparisonResult+Shortcuts.swift
[32/175] Compiling SwiftUIKit EdgeInsets+Edge.swift
[33/175] Compiling SwiftUIKit EdgeInsets+Init.swift
[34/175] Compiling SwiftUIKit EdgeInsets+UIKit.swift
[35/175] Compiling SwiftUIKit Label+Init.swift
[36/175] Compiling SwiftUIKit Optional+IsSet.swift
[37/175] Compiling SwiftUIKit Text+Lines.swift
[38/175] Compiling SwiftUIKit Url+Global.swift
[39/175] Compiling SwiftUIKit UserDefaults+Codable.swift
[40/175] Compiling SwiftUIKit String+Replace.swift
[41/175] Compiling SwiftUIKit String+Split.swift
[42/175] Compiling SwiftUIKit String+Subscript.swift
[43/175] Compiling SwiftUIKit String+Trimmed.swift
[44/175] Compiling SwiftUIKit String+UrlEncode.swift
[45/175] Compiling SwiftUIKit ViewShadowStyle.swift
[46/175] Compiling SwiftUIKit MultilineSubmitViewModifier.swift
[47/175] Compiling SwiftUIKit TextEditorStyle.swift
[48/175] Compiling SwiftUIKit TextFieldClearButton.swift
[49/175] Compiling SwiftUIKit EditableView.swift
[50/175] Compiling SwiftUIKit FetchedDataView.swift
[51/175] Compiling SwiftUIKit Button+Init.swift
[52/175] Compiling SwiftUIKit ButtonType.swift
[53/175] Compiling SwiftUIKit ColorPickerBar+Config.swift
[54/175] Compiling SwiftUIKit ColorPickerBar+Style.swift
[55/175] Compiling SwiftUIKit ColorPickerBar.swift
[56/175] Compiling SwiftUIKit CornerRadiusStyle.swift
[57/175] Compiling SwiftUIKit CustomRoundedRectangle.swift
[58/175] Compiling SwiftUIKit DateFormatter+Init.swift
[59/175] Compiling SwiftUIKit DispatchQueue+Async.swift
[60/175] Compiling SwiftUIKit DocumentCamera.swift
[61/175] Compiling SwiftUIKit FilePicker.swift
[62/175] Compiling SwiftUIKit FlipDirection.swift
[63/175] Compiling SwiftUIKit FlipView.swift
[64/175] Compiling SwiftUIKit FontStyle.swift
[65/175] Compiling SwiftUIKit ForEachMultiPicker.swift
[66/175] Compiling SwiftUIKit ForEachPicker.swift
[67/175] Compiling SwiftUIKit GestureTimer.swift
[68/175] Compiling SwiftUIKit Image+ScanCode.swift
[69/175] Compiling SwiftUIKit ImagePicker.swift
[70/175] Compiling SwiftUIKit JSONDecoder+Date.swift
[71/175] Compiling SwiftUIKit JSONEncoder+Date.swift
[72/175] Compiling SwiftUIKit LinkText+LinkStyle.swift
[73/175] Compiling SwiftUIKit LinkText.swift
[74/175] Compiling SwiftUIKit ListButtonStyle.swift
[75/175] Compiling SwiftUIKit ListCard.swift
[76/175] Compiling SwiftUIKit ListCardButtonStyle.swift
[77/175] Compiling SwiftUIKit ListCardStyle.swift
[78/175] Compiling SwiftUIKit ListDragHandle.swift
[79/175] Compiling SwiftUIKit ListHeader.swift
[80/175] Compiling SwiftUIKit ListPadding.swift
[81/175] Compiling SwiftUIKit ListSectionTitle.swift
[82/175] Compiling SwiftUIKit ListSelectItem.swift
[83/175] Compiling SwiftUIKit ListShelfSection.swift
[84/175] Compiling SwiftUIKit ListShelfSectionStyle.swift
[85/175] Compiling SwiftUIKit ListSubtitle.swift
[86/175] Compiling SwiftUIKit ReorderableForEach.swift
[87/175] Compiling SwiftUIKit SidebarListRowBackgroundModifier.swift
[88/175] Compiling SwiftUIKit DotLoadingAnimation.swift
[89/175] Compiling SwiftUIKit DotLoadingAnimationText.swift
[90/175] Compiling SwiftUIKit Pasteboard.swift
[91/175] Compiling SwiftUIKit View+Autosave.swift
[92/175] Compiling SwiftUIKit View+Border.swift
[93/175] Compiling SwiftUIKit View+Conditionals.swift
[94/175] Compiling SwiftUIKit View+DynamicType.swift
[95/175] Compiling SwiftUIKit View+Enabled.swift
[96/175] Compiling SwiftUIKit View+Frame.swift
[97/175] Compiling SwiftUIKit View+Label.swift
[98/175] Compiling SwiftUIKit View+Prefers.swift
[99/175] Compiling SwiftUIKit View+macOS.swift
[100/175] Compiling SwiftUIKit BundleFileFinder.swift
[101/175] Compiling SwiftUIKit DirectoryFileManager.swift
[102/175] Compiling SwiftUIKit DirectoryMonitor.swift
[103/175] Compiling SwiftUIKit DirectoryObservable.swift
[104/175] Compiling SwiftUIKit FileManager+UniqueFileName.swift
[105/175] Compiling SwiftUIKit URL+iCloud.swift
[106/175] Compiling SwiftUIKit iCloudDocumenSync.swift
[107/175] Compiling SwiftUIKit Font+FontRepresentable.swift
[108/175] Compiling SwiftUIKit FontRepresentable.swift
[109/175] Compiling SwiftUIKit GridItem+Convenience.swift
[110/175] Compiling SwiftUIKit Image+Resized.swift
[111/175] Compiling SwiftUIKit Image+Symbol.swift
[112/175] Compiling SwiftUIKit ImageCache.swift
[113/175] Compiling SwiftUIKit ImageRepresentable+Data.swift
[114/175] Compiling SwiftUIKit ImageRepresentable+Resized.swift
[115/175] Compiling SwiftUIKit ImageRepresentable.swift
[116/175] Compiling SwiftUIKit NSImage+Data.swift
[117/175] Compiling SwiftUIKit UIImage+Photos.swift
[118/175] Compiling SwiftUIKit UIImage+Rotated.swift
[119/175] Compiling SwiftUIKit UIImage+Tinted.swift
[120/175] Compiling SwiftUIKit KeychainItemAccessibility.swift
[121/175] Compiling SwiftUIKit KeychainService.swift
[122/175] Compiling SwiftUIKit KeychainWrapper.swift
[123/175] Compiling SwiftUIKit ListButtonGroup.swift
[124/175] Compiling SwiftUIKit ListButtonGroupStyle.swift
[125/175] Compiling SwiftUIKit ListAction.swift
[126/175] Compiling SwiftUIKit ListActionRow.swift
[127/175] Compiling SwiftUIKit ListMultiPicker.swift
[128/175] Compiling SwiftUIKit ListPicker.swift
[129/175] Compiling SwiftUIKit ListPickerItem.swift
[130/175] Compiling SwiftUIKit ListPickerSection.swift
[131/175] Compiling SwiftUIKit NavigationButton.swift
[132/175] Compiling SwiftUIKit NavigationContext.swift
[133/175] Compiling SwiftUIKit NavigationLinkArrow.swift
[134/175] Compiling SwiftUIKit OptionalBinding.swift
[135/175] Compiling SwiftUIKit PageIndicator.swift
[136/175] Compiling SwiftUIKit PageIndicatorDisplayMode.swift
[137/175] Compiling SwiftUIKit PageIndicatorStyle.swift
[138/175] Compiling SwiftUIKit PageView+Previews.swift
[139/175] Compiling SwiftUIKit PageView.swift
[140/175] Compiling SwiftUIKit PageView_macOS.swift
[141/175] Compiling SwiftUIKit PhotoCamera.swift
[142/175] Compiling SwiftUIKit Bundle+Information.swift
[143/175] Compiling SwiftUIKit Array+Range.swift
[144/175] Compiling SwiftUIKit Collection+Async.swift
[145/175] Compiling SwiftUIKit Collection+Content.swift
[146/175] Compiling SwiftUIKit Collection+Distinct.swift
[147/175] Compiling SwiftUIKit Sequence+Batch.swift
[148/175] Compiling SwiftUIKit Sequence+Group.swift
[149/175] Compiling SwiftUIKit Color+Codable.swift
[150/175] Compiling SwiftUIKit Color+Hex.swift
[151/175] Compiling SwiftUIKit Color+List.swift
[152/175] Compiling SwiftUIKit Color+Random.swift
[153/175] Compiling SwiftUIKit ColorRepresentable.swift
[154/175] Compiling SwiftUIKit AboutPanelCommand.swift
[155/175] Compiling SwiftUIKit Collection+Codable.swift
[156/175] Compiling SwiftUIKit CsvParser.swift
[157/175] Compiling SwiftUIKit MimeType.swift
[158/175] Compiling SwiftUIKit StorageValue.swift
[159/175] Compiling SwiftUIKit SystemFontForEachPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[160/175] Compiling SwiftUIKit SystemFontListPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[161/175] Compiling SwiftUIKit SystemFontPicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[162/175] Compiling SwiftUIKit SystemFontPickerFont.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[163/175] Compiling SwiftUIKit SystemFontPickerItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[164/175] Compiling SwiftUIKit ProcessInfo+SwiftPreviewInspector.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[165/175] Compiling SwiftUIKit SwiftPreviewInspector.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[166/175] Compiling SwiftUIKit ValidationRegex.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[167/175] Compiling SwiftUIKit ShareSheet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[168/175] Compiling SwiftUIKit String+Base64.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[169/175] Compiling SwiftUIKit String+Bool.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[170/175] Compiling SwiftUIKit String+Capitalize.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[171/175] Compiling SwiftUIKit String+Characters.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[172/175] Compiling SwiftUIKit String+Contains.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[173/175] Compiling SwiftUIKit String+Content.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[174/175] Compiling SwiftUIKit String+Dictation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[175/175] Compiling SwiftUIKit String+Paragraph.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontForEachPicker.swift:52:9: warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
50 |         )
51 |
52 |         ForEachPicker(
   |         `- warning: 'ForEachPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |             items: fonts,
54 |             selection: font,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Pickers/SystemFont/SystemFontListPicker.swift:55:9: warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
53 |         )
54 |
55 |         ListPicker(
   |         `- warning: 'ListPicker' is deprecated: This has been moved to https://github.com/danielsaidi/PickerKit [#DeprecatedDeclaration]
56 |             items: fonts,
57 |             selection: font,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (9.40s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftUIKit",
  "name" : "SwiftUIKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIKit",
      "targets" : [
        "SwiftUIKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIKitTests",
      "path" : "Tests/SwiftUIKitTests",
      "sources" : [
        "Bundle/Bundle+InformationTests.swift",
        "Collections/Array+RangeTests.swift",
        "Collections/Collection+ContentTests.swift",
        "Collections/Collection+DistinctTests.swift",
        "Collections/Sequence+BatchedTests.swift",
        "Collections/Sequence+GroupedTests.swift",
        "Data/CsvParserTests.swift",
        "Data/MimeTypeTests.swift",
        "Data/StorageCodableTests.swift",
        "Date/Date+AddRemoveTests.swift",
        "Date/Date+CompareTests.swift",
        "Date/Date+DifferenceTests.swift",
        "Date/Date+InitTests.swift",
        "Device/DeviceIdentifierTests.swift",
        "Extensions/Comparable+LimitTests.swift",
        "Extensions/ComparisonResult+ShortcutsTests.swift",
        "Extensions/EdgeInsets+EdgeTests.swift",
        "Extensions/Optional+IsSetTests.swift",
        "Extensions/Url+GlobalTests.swift",
        "Extensions/UserDefaults+CodableTests.swift",
        "Images/UIImage+PasteboardTests.swift",
        "Images/UIImage+TintedTests.swift",
        "Regex/ValidationRegexTests.swift",
        "String/String+Base64Tests.swift",
        "String/String+BoolTests.swift",
        "String/String+ContainsTests.swift",
        "String/String+ContentTests.swift",
        "String/String+ParagraphTests.swift",
        "String/String+ReplaceTests.swift",
        "String/String+SplitTests.swift",
        "String/String+UrlEncodeTests.swift",
        "Styles/ViewShadowStyleTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIKit",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIKit",
      "path" : "Sources/SwiftUIKit",
      "product_memberships" : [
        "SwiftUIKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIKit/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Bundle/Bundle+Information.swift",
        "Collections/Array+Range.swift",
        "Collections/Collection+Async.swift",
        "Collections/Collection+Content.swift",
        "Collections/Collection+Distinct.swift",
        "Collections/Sequence+Batch.swift",
        "Collections/Sequence+Group.swift",
        "Colors/Color+Codable.swift",
        "Colors/Color+Hex.swift",
        "Colors/Color+List.swift",
        "Colors/Color+Random.swift",
        "Colors/ColorRepresentable.swift",
        "Commands/AboutPanelCommand.swift",
        "Data/Collection+Codable.swift",
        "Data/CsvParser.swift",
        "Data/MimeType.swift",
        "Data/StorageValue.swift",
        "Date/Calendar+Date.swift",
        "Date/Date+AddRemove.swift",
        "Date/Date+Compare.swift",
        "Date/Date+Components.swift",
        "Date/Date+Difference.swift",
        "Date/Date+Init.swift",
        "Device/DeviceIdentifier.swift",
        "Extensions/Comparable+Limit.swift",
        "Extensions/ComparisonResult+Shortcuts.swift",
        "Extensions/EdgeInsets+Edge.swift",
        "Extensions/EdgeInsets+Init.swift",
        "Extensions/EdgeInsets+UIKit.swift",
        "Extensions/Label+Init.swift",
        "Extensions/Optional+IsSet.swift",
        "Extensions/Text+Lines.swift",
        "Extensions/Url+Global.swift",
        "Extensions/UserDefaults+Codable.swift",
        "Extensions/View+Autosave.swift",
        "Extensions/View+Border.swift",
        "Extensions/View+Conditionals.swift",
        "Extensions/View+DynamicType.swift",
        "Extensions/View+Enabled.swift",
        "Extensions/View+Frame.swift",
        "Extensions/View+Label.swift",
        "Extensions/View+Prefers.swift",
        "Extensions/View+macOS.swift",
        "Files/BundleFileFinder.swift",
        "Files/DirectoryFileManager.swift",
        "Files/DirectoryMonitor.swift",
        "Files/DirectoryObservable.swift",
        "Files/FileManager+UniqueFileName.swift",
        "Files/URL+iCloud.swift",
        "Files/iCloudDocumenSync.swift",
        "Fonts/Font+FontRepresentable.swift",
        "Fonts/FontRepresentable.swift",
        "Grid/GridItem+Convenience.swift",
        "Images/Image+Resized.swift",
        "Images/Image+Symbol.swift",
        "Images/ImageCache.swift",
        "Images/ImageRepresentable+Data.swift",
        "Images/ImageRepresentable+Resized.swift",
        "Images/ImageRepresentable.swift",
        "Images/NSImage+Data.swift",
        "Images/UIImage+Photos.swift",
        "Images/UIImage+Rotated.swift",
        "Images/UIImage+Tinted.swift",
        "Keychain/KeychainItemAccessibility.swift",
        "Keychain/KeychainService.swift",
        "Keychain/KeychainWrapper.swift",
        "Lists/ListButtonGroup.swift",
        "Lists/ListButtonGroupStyle.swift",
        "Lists/ListButtonStyle.swift",
        "Lists/ListCard.swift",
        "Lists/ListCardButtonStyle.swift",
        "Lists/ListCardStyle.swift",
        "Lists/ListDragHandle.swift",
        "Lists/ListHeader.swift",
        "Lists/ListPadding.swift",
        "Lists/ListSectionTitle.swift",
        "Lists/ListSelectItem.swift",
        "Lists/ListShelfSection.swift",
        "Lists/ListShelfSectionStyle.swift",
        "Lists/ListSubtitle.swift",
        "Lists/ReorderableForEach.swift",
        "Lists/SidebarListRowBackgroundModifier.swift",
        "Loading/DotLoadingAnimation.swift",
        "Loading/DotLoadingAnimationText.swift",
        "Pasteboard/Pasteboard.swift",
        "Pickers/SystemFont/SystemFontForEachPicker.swift",
        "Pickers/SystemFont/SystemFontListPicker.swift",
        "Pickers/SystemFont/SystemFontPicker.swift",
        "Pickers/SystemFont/SystemFontPickerFont.swift",
        "Pickers/SystemFont/SystemFontPickerItem.swift",
        "Previews/ProcessInfo+SwiftPreviewInspector.swift",
        "Previews/SwiftPreviewInspector.swift",
        "Regex/ValidationRegex.swift",
        "Sharing/ShareSheet.swift",
        "String/String+Base64.swift",
        "String/String+Bool.swift",
        "String/String+Capitalize.swift",
        "String/String+Characters.swift",
        "String/String+Contains.swift",
        "String/String+Content.swift",
        "String/String+Dictation.swift",
        "String/String+Paragraph.swift",
        "String/String+Replace.swift",
        "String/String+Split.swift",
        "String/String+Subscript.swift",
        "String/String+Trimmed.swift",
        "String/String+UrlEncode.swift",
        "Styles/ViewShadowStyle.swift",
        "Text/MultilineSubmitViewModifier.swift",
        "Text/TextEditorStyle.swift",
        "Text/TextFieldClearButton.swift",
        "Views/EditableView.swift",
        "Views/FetchedDataView.swift",
        "_Deprecated/Button+Init.swift",
        "_Deprecated/ButtonType.swift",
        "_Deprecated/ColorPickerBar+Config.swift",
        "_Deprecated/ColorPickerBar+Style.swift",
        "_Deprecated/ColorPickerBar.swift",
        "_Deprecated/CornerRadiusStyle.swift",
        "_Deprecated/CustomRoundedRectangle.swift",
        "_Deprecated/DateFormatter+Init.swift",
        "_Deprecated/DispatchQueue+Async.swift",
        "_Deprecated/DocumentCamera.swift",
        "_Deprecated/FilePicker.swift",
        "_Deprecated/FlipDirection.swift",
        "_Deprecated/FlipView.swift",
        "_Deprecated/FontStyle.swift",
        "_Deprecated/ForEachMultiPicker.swift",
        "_Deprecated/ForEachPicker.swift",
        "_Deprecated/GestureTimer.swift",
        "_Deprecated/Image+ScanCode.swift",
        "_Deprecated/ImagePicker.swift",
        "_Deprecated/JSONDecoder+Date.swift",
        "_Deprecated/JSONEncoder+Date.swift",
        "_Deprecated/LinkText+LinkStyle.swift",
        "_Deprecated/LinkText.swift",
        "_Deprecated/ListAction.swift",
        "_Deprecated/ListActionRow.swift",
        "_Deprecated/ListMultiPicker.swift",
        "_Deprecated/ListPicker.swift",
        "_Deprecated/ListPickerItem.swift",
        "_Deprecated/ListPickerSection.swift",
        "_Deprecated/Navigation/NavigationButton.swift",
        "_Deprecated/Navigation/NavigationContext.swift",
        "_Deprecated/Navigation/NavigationLinkArrow.swift",
        "_Deprecated/OptionalBinding.swift",
        "_Deprecated/PageIndicator.swift",
        "_Deprecated/PageIndicatorDisplayMode.swift",
        "_Deprecated/PageIndicatorStyle.swift",
        "_Deprecated/PageView+Previews.swift",
        "_Deprecated/PageView.swift",
        "_Deprecated/PageView_macOS.swift",
        "_Deprecated/PhotoCamera.swift",
        "_Deprecated/Presentation/AlertContext.swift",
        "_Deprecated/Presentation/ErrorAlertConvertible.swift",
        "_Deprecated/Presentation/ErrorAlerter.swift",
        "_Deprecated/Presentation/FullScreenCoverContext.swift",
        "_Deprecated/Presentation/PresentationContext.swift",
        "_Deprecated/Presentation/SheetContext.swift",
        "_Deprecated/Progress/CircularProgressBar+Style.swift",
        "_Deprecated/Progress/CircularProgressBar.swift",
        "_Deprecated/Progress/LinearProgressBar+Style.swift",
        "_Deprecated/Progress/LinearProgressBar.swift",
        "_Deprecated/ScanCodeType.swift",
        "_Deprecated/SwipeGestureViewModifier.swift",
        "_Deprecated/TextReplacement.swift",
        "_Deprecated/UIImage+Pasteboard.swift",
        "_Deprecated/UrlSharing.swift",
        "_Deprecated/View+AnyView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.