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 (022341), with Swift 6.1 for macOS (SPM) on 2 Dec 2025 10:09:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 0223410 Update GitHub workflows
Cloned https://github.com/danielsaidi/SwiftUIKit.git
Revision (git rev-parse @):
022341008358be8d80be0d3e98318801fb0eb258
SUCCESS checkout https://github.com/danielsaidi/SwiftUIKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/danielsaidi/SwiftUIKit.git
https://github.com/danielsaidi/SwiftUIKit.git
{
  "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+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/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/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/ListCard.swift",
        "Lists/ListCardButtonStyle.swift",
        "Lists/ListCardStyle.swift",
        "Lists/ListDragHandle.swift",
        "Lists/ListSectionTitle.swift",
        "Lists/ListSelectItem.swift",
        "Lists/ListShelfSection.swift",
        "Lists/ListShelfSectionStyle.swift",
        "Lists/PlainListContent.swift",
        "Lists/ReorderableForEach.swift",
        "Lists/SidebarListRowBackgroundModifier.swift",
        "Previews/SwiftUIPreviewInspector.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/ListButtonStyle.swift",
        "_Deprecated/ListPadding.swift",
        "_Deprecated/ListSubtitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[1/4] Copying Localizable.xcstrings
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/98] Emitting module SwiftUIKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/108] Compiling SwiftUIKit ViewShadowStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/108] Compiling SwiftUIKit MultilineSubmitViewModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/108] Compiling SwiftUIKit TextEditorStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/108] Compiling SwiftUIKit TextFieldClearButton.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/108] Compiling SwiftUIKit EditableView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/108] Compiling SwiftUIKit FetchedDataView.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/108] Compiling SwiftUIKit ListButtonStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/108] Compiling SwiftUIKit ListPadding.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/108] Compiling SwiftUIKit ListSubtitle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/108] Compiling SwiftUIKit resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/108] Compiling SwiftUIKit String+Characters.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/108] Compiling SwiftUIKit String+Contains.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/108] Compiling SwiftUIKit String+Content.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/108] Compiling SwiftUIKit String+Dictation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/108] Compiling SwiftUIKit String+Paragraph.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/108] Compiling SwiftUIKit String+Replace.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/108] Compiling SwiftUIKit String+Split.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/108] Compiling SwiftUIKit String+Subscript.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/108] Compiling SwiftUIKit String+Trimmed.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/108] Compiling SwiftUIKit String+UrlEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/108] Compiling SwiftUIKit Image+Symbol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/108] Compiling SwiftUIKit ImageCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/108] Compiling SwiftUIKit ImageRepresentable+Data.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/108] Compiling SwiftUIKit ImageRepresentable+Resized.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/108] Compiling SwiftUIKit ImageRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/108] Compiling SwiftUIKit UIImage+Photos.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[32/108] Compiling SwiftUIKit UIImage+Rotated.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[33/108] Compiling SwiftUIKit UIImage+Tinted.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[34/108] Compiling SwiftUIKit KeychainItemAccessibility.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[35/108] Compiling SwiftUIKit KeychainService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[36/108] Compiling SwiftUIKit View+Autosave.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[37/108] Compiling SwiftUIKit View+Border.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[38/108] Compiling SwiftUIKit View+Conditionals.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[39/108] Compiling SwiftUIKit View+DynamicType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[40/108] Compiling SwiftUIKit View+Enabled.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[41/108] Compiling SwiftUIKit View+Frame.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[42/108] Compiling SwiftUIKit View+Label.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[43/108] Compiling SwiftUIKit View+Prefers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[44/108] Compiling SwiftUIKit View+macOS.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[45/108] Compiling SwiftUIKit BundleFileFinder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[46/108] Compiling SwiftUIKit Bundle+Information.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[47/108] Compiling SwiftUIKit Array+Range.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[48/108] Compiling SwiftUIKit Collection+Async.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[49/108] Compiling SwiftUIKit Collection+Content.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[50/108] Compiling SwiftUIKit Collection+Distinct.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[51/108] Compiling SwiftUIKit Sequence+Batch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[52/108] Compiling SwiftUIKit Sequence+Group.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[53/108] Compiling SwiftUIKit Color+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[54/108] Compiling SwiftUIKit Color+Hex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/108] Compiling SwiftUIKit Color+List.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/108] Compiling SwiftUIKit Color+Random.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[57/108] Compiling SwiftUIKit ListShelfSectionStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[58/108] Compiling SwiftUIKit PlainListContent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[59/108] Compiling SwiftUIKit ReorderableForEach.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[60/108] Compiling SwiftUIKit SidebarListRowBackgroundModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[61/108] Compiling SwiftUIKit SwiftUIPreviewInspector.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[62/108] Compiling SwiftUIKit ValidationRegex.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[63/108] Compiling SwiftUIKit ShareSheet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[64/108] Compiling SwiftUIKit String+Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[65/108] Compiling SwiftUIKit String+Bool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/108] Compiling SwiftUIKit String+Capitalize.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[67/108] Compiling SwiftUIKit DeviceIdentifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/108] Compiling SwiftUIKit Comparable+Limit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[69/108] Compiling SwiftUIKit ComparisonResult+Shortcuts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[70/108] Compiling SwiftUIKit EdgeInsets+Edge.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[71/108] Compiling SwiftUIKit EdgeInsets+Init.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[72/108] Compiling SwiftUIKit EdgeInsets+UIKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[73/108] Compiling SwiftUIKit Label+Init.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[74/108] Compiling SwiftUIKit Optional+IsSet.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[75/108] Compiling SwiftUIKit Text+Lines.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[76/108] Compiling SwiftUIKit Url+Global.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[77/108] Compiling SwiftUIKit UserDefaults+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[78/108] Compiling SwiftUIKit KeychainWrapper.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[79/108] Compiling SwiftUIKit ListButtonGroup.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[80/108] Compiling SwiftUIKit ListButtonGroupStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[81/108] Compiling SwiftUIKit ListCard.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[82/108] Compiling SwiftUIKit ListCardButtonStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[83/108] Compiling SwiftUIKit ListCardStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[84/108] Compiling SwiftUIKit ListDragHandle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[85/108] Compiling SwiftUIKit ListSectionTitle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[86/108] Compiling SwiftUIKit ListSelectItem.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[87/108] Compiling SwiftUIKit ListShelfSection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[88/108] Compiling SwiftUIKit DirectoryFileManager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[89/108] Compiling SwiftUIKit DirectoryMonitor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[90/108] Compiling SwiftUIKit DirectoryObservable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[91/108] Compiling SwiftUIKit FileManager+UniqueFileName.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[92/108] Compiling SwiftUIKit URL+iCloud.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[93/108] Compiling SwiftUIKit iCloudDocumenSync.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[94/108] Compiling SwiftUIKit Font+FontRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[95/108] Compiling SwiftUIKit FontRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[96/108] Compiling SwiftUIKit GridItem+Convenience.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/108] Compiling SwiftUIKit Image+Resized.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/108] Compiling SwiftUIKit ColorRepresentable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[99/108] Compiling SwiftUIKit AboutPanelCommand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[100/108] Compiling SwiftUIKit Collection+Codable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[101/108] Compiling SwiftUIKit CsvParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[102/108] Compiling SwiftUIKit MimeType.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[103/108] Compiling SwiftUIKit StorageValue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[104/108] Compiling SwiftUIKit Date+AddRemove.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[105/108] Compiling SwiftUIKit Date+Compare.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[106/108] Compiling SwiftUIKit Date+Components.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[107/108] Compiling SwiftUIKit Date+Difference.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[108/108] Compiling SwiftUIKit Date+Init.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (9.07s)
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+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/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/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/ListCard.swift",
        "Lists/ListCardButtonStyle.swift",
        "Lists/ListCardStyle.swift",
        "Lists/ListDragHandle.swift",
        "Lists/ListSectionTitle.swift",
        "Lists/ListSelectItem.swift",
        "Lists/ListShelfSection.swift",
        "Lists/ListShelfSectionStyle.swift",
        "Lists/PlainListContent.swift",
        "Lists/ReorderableForEach.swift",
        "Lists/SidebarListRowBackgroundModifier.swift",
        "Previews/SwiftUIPreviewInspector.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/ListButtonStyle.swift",
        "_Deprecated/ListPadding.swift",
        "_Deprecated/ListSubtitle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.