The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SearchBar, reference 2.1 (d9f308), with Swift 6.1 for macOS (SPM) on 2 Apr 2026 06:53:10 UTC.

Swift 6 data race errors: 3

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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SzpakKamil/SearchBar.git
Reference: 2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SzpakKamil/SearchBar
 * branch            2.1        -> FETCH_HEAD
 * [new branch]      2.1        -> origin/2.1
HEAD is now at d9f3089 chore: Fixed orders and file orders
Cloned https://github.com/SzpakKamil/SearchBar.git
Revision (git rev-parse @):
d9f3089726b6669f06903ef1338cdb8af1a31f13
SUCCESS checkout https://github.com/SzpakKamil/SearchBar.git at 2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/SzpakKamil/SearchBar.git
https://github.com/SzpakKamil/SearchBar.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "harnesskit",
      "requirement" : {
        "branch" : [
          "1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SzpakKamil/HarnessKit.git"
    }
  ],
  "manifest_display_name" : "SearchBar",
  "name" : "SearchBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SearchBar",
      "targets" : [
        "SearchBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SearchBarHarness",
      "targets" : [
        "SearchBarHarness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SearchBarTests",
      "module_type" : "SwiftTarget",
      "name" : "SearchBarTests",
      "path" : "Tests/SearchBarTests",
      "sources" : [
        "DataTypes/SearchBarCancelButtonDisplayModeTests.swift",
        "DataTypes/SearchBarClearButtonDisplayMode.swift",
        "DataTypes/SearchBarCornerStyleTest.swift",
        "DataTypes/SearchBarStyleTest.swift",
        "DataTypes/SearchBarSuggestionTests.swift",
        "DataTypes/SearchBarTokenTests.swift",
        "ModifiersTest.swift",
        "WatchOSTvOSTests.swift"
      ],
      "target_dependencies" : [
        "SearchBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SearchBarHarness",
      "module_type" : "SwiftTarget",
      "name" : "SearchBarHarness",
      "path" : "Sources/SearchBarHarness",
      "product_dependencies" : [
        "HarnessKit"
      ],
      "product_memberships" : [
        "SearchBarHarness"
      ],
      "sources" : [
        "IfExtension.swift",
        "Paths/SearchBar.swift",
        "Paths/SearchBarDisplayModes.swift",
        "Paths/SearchBarKeyboard.swift",
        "Paths/SearchBarStyle.swift",
        "Paths/SearchBarSuggestionsTokens.swift",
        "Views/DisplayModes/SearchBarDisplayModesCancelButtonView.swift",
        "Views/DisplayModes/SearchBarDisplayModesClearButtonView.swift",
        "Views/Keyboard/SearchBarKeyboardAutoCapitalizationTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardAutoCorrectionTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardReturnKeyTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardTextContentTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardTypeView.swift",
        "Views/Style/SearchBarStyleBackgroundColorView.swift",
        "Views/Style/SearchBarStyleBorderColorView.swift",
        "Views/Style/SearchBarStyleCornerRadiusView.swift",
        "Views/Style/SearchBarStyleDefaultStyleView.swift",
        "Views/Style/SearchBarStyleMaterialView.swift",
        "Views/Style/SearchBarStyleScaleView.swift",
        "Views/Style/SearchBarStyleTextColorView.swift",
        "Views/Style/SearchBarStyleTintColorView.swift",
        "Views/Style/SearchBarStyleTokenBackgroundView.swift",
        "Views/SuggestionsTokens/SearchBarCurrentTokensView.swift",
        "Views/SuggestionsTokens/SearchBarSuggestedTokensView.swift",
        "Views/SuggestionsTokens/SearchBarSuggestionsView.swift"
      ],
      "target_dependencies" : [
        "SearchBar"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SearchBar",
      "module_type" : "SwiftTarget",
      "name" : "SearchBar",
      "path" : "Sources/SearchBar",
      "product_memberships" : [
        "SearchBar",
        "SearchBarHarness"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataTypes/SearchBarCancelButtonDisplayMode.swift",
        "DataTypes/SearchBarClearButtonDisplayMode.swift",
        "DataTypes/SearchBarMaterial.swift",
        "DataTypes/SearchBarScale.swift",
        "DataTypes/SearchBarStyle.swift",
        "DataTypes/SearchBarSuggestion.swift",
        "DataTypes/SearchBarToken.swift",
        "DataTypes/SearchBarTranslation.swift",
        "Modifiers.swift",
        "Platforms/MacOS/SearchBarMacOS.swift",
        "Platforms/TvOS/KeyboardTrigger.swift",
        "Platforms/TvOS/SearchBarTvOS.swift",
        "Platforms/WatchOS/SearchBarWatchOS.swift",
        "Platforms/iOSVisionOS/SearchBarIOSVisionOS.swift",
        "Views/IfModifier.swift",
        "Views/SearchFieldClearButton.swift",
        "Views/SearchFieldView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/6] Write sources
[2/6] Copying Info.plist
[3/6] Copying Localizable.xcstrings
[5/6] Write swift-version-2F0A5646E1D333AE.txt
[7/31] Compiling SearchBar SearchFieldView.swift
[8/32] Compiling SearchBar IfModifier.swift
[9/32] Compiling SearchBar SearchFieldClearButton.swift
[10/32] Compiling SearchBar KeyboardTrigger.swift
[11/32] Compiling SearchBar SearchBarTvOS.swift
[12/32] Compiling SearchBar SearchBarToken.swift
[13/32] Compiling SearchBar SearchBarTranslation.swift
[14/32] Compiling SearchBar Modifiers.swift
[15/32] Compiling SearchBar SearchBarMacOS.swift
[16/32] Compiling SearchBar SearchBarStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:151:23: warning: static property 'capsule' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
149 |     }
150 |
151 |     public static let capsule = SearchBarStyle(style: .capsule)
    |                       |- warning: static property 'capsule' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'capsule' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
153 |     public static let rounded = SearchBarStyle(style: .rounded)
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:152:23: warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
150 |
151 |     public static let capsule = SearchBarStyle(style: .capsule)
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
    |                       |- warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rectangle' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |     public static let rounded = SearchBarStyle(style: .rounded)
154 |
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:153:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
151 |     public static let capsule = SearchBarStyle(style: .capsule)
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
153 |     public static let rounded = SearchBarStyle(style: .rounded)
    |                       |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | }
[17/32] Compiling SearchBar SearchBarSuggestion.swift
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:151:23: warning: static property 'capsule' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
149 |     }
150 |
151 |     public static let capsule = SearchBarStyle(style: .capsule)
    |                       |- warning: static property 'capsule' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'capsule' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
153 |     public static let rounded = SearchBarStyle(style: .rounded)
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:152:23: warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
150 |
151 |     public static let capsule = SearchBarStyle(style: .capsule)
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
    |                       |- warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rectangle' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |     public static let rounded = SearchBarStyle(style: .rounded)
154 |
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:153:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
151 |     public static let capsule = SearchBarStyle(style: .capsule)
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
153 |     public static let rounded = SearchBarStyle(style: .rounded)
    |                       |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | }
[18/32] Compiling SearchBar SearchBarCancelButtonDisplayMode.swift
[19/32] Compiling SearchBar SearchBarClearButtonDisplayMode.swift
[20/32] Emitting module SearchBar
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:151:23: warning: static property 'capsule' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
149 |     }
150 |
151 |     public static let capsule = SearchBarStyle(style: .capsule)
    |                       |- warning: static property 'capsule' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'capsule' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
153 |     public static let rounded = SearchBarStyle(style: .rounded)
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:152:23: warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
150 |
151 |     public static let capsule = SearchBarStyle(style: .capsule)
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
    |                       |- warning: static property 'rectangle' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rectangle' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
153 |     public static let rounded = SearchBarStyle(style: .rounded)
154 |
/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/DataTypes/SearchBarStyle.swift:153:23: warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
 34 | }
 35 |
 36 | public struct SearchBarStyle: Equatable, Hashable{
    |               `- note: consider making struct 'SearchBarStyle' conform to the 'Sendable' protocol
 37 |     public let cornerRadius: CGFloat
 38 |     public let tintColor: Color?
    :
151 |     public static let capsule = SearchBarStyle(style: .capsule)
152 |     public static let rectangle = SearchBarStyle(style: .rectangle)
153 |     public static let rounded = SearchBarStyle(style: .rounded)
    |                       |- warning: static property 'rounded' is not concurrency-safe because non-'Sendable' type 'SearchBarStyle' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: add '@MainActor' to make static property 'rounded' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |
155 | }
[21/32] Compiling SearchBar SearchBarMaterial.swift
[22/32] Compiling SearchBar SearchBarScale.swift
[23/32] Compiling SearchBar SearchBarWatchOS.swift
[24/32] Compiling SearchBar SearchBarIOSVisionOS.swift
[25/32] Compiling HarnessKit PathProject.swift
[26/32] Compiling HarnessKit HarnessPreview.swift
[27/32] Emitting module HarnessKit
[28/32] Compiling HarnessKit ResizeWindow.swift
[29/32] Compiling HarnessKit HarnessView.swift
[30/32] Compiling HarnessKit PathFolder.swift
[31/32] Compiling HarnessKit PathResolver.swift
[32/32] Compiling SearchBar resource_bundle_accessor.swift
[33/56] Compiling SearchBarHarness SearchBarStyleTokenBackgroundView.swift
[34/56] Compiling SearchBarHarness SearchBarCurrentTokensView.swift
[35/56] Compiling SearchBarHarness SearchBarStyleCornerRadiusView.swift
[36/56] Compiling SearchBarHarness SearchBarStyleDefaultStyleView.swift
[37/56] Compiling SearchBarHarness SearchBarKeyboard.swift
[38/56] Compiling SearchBarHarness SearchBarStyle.swift
[39/56] Compiling SearchBarHarness SearchBarSuggestionsTokens.swift
[40/58] Emitting module SearchBarHarness
[41/58] Compiling SearchBarHarness IfExtension.swift
[42/58] Compiling SearchBarHarness SearchBar.swift
[43/58] Compiling SearchBarHarness SearchBarDisplayModes.swift
[44/58] Compiling SearchBarHarness SearchBarKeyboardTypeView.swift
[45/58] Compiling SearchBarHarness SearchBarStyleBackgroundColorView.swift
[46/58] Compiling SearchBarHarness SearchBarStyleBorderColorView.swift
[47/58] Compiling SearchBarHarness SearchBarKeyboardAutoCorrectionTypeView.swift
[48/58] Compiling SearchBarHarness SearchBarKeyboardReturnKeyTypeView.swift
[49/58] Compiling SearchBarHarness SearchBarKeyboardTextContentTypeView.swift
[50/58] Compiling SearchBarHarness SearchBarStyleTextColorView.swift
[51/58] Compiling SearchBarHarness SearchBarStyleTintColorView.swift
[52/58] Compiling SearchBarHarness SearchBarDisplayModesCancelButtonView.swift
[53/58] Compiling SearchBarHarness SearchBarDisplayModesClearButtonView.swift
[54/58] Compiling SearchBarHarness SearchBarKeyboardAutoCapitalizationTypeView.swift
[55/58] Compiling SearchBarHarness SearchBarStyleMaterialView.swift
[56/58] Compiling SearchBarHarness SearchBarStyleScaleView.swift
[57/58] Compiling SearchBarHarness SearchBarSuggestedTokensView.swift
[58/58] Compiling SearchBarHarness SearchBarSuggestionsView.swift
Build complete! (58.39s)
Fetching https://github.com/SzpakKamil/HarnessKit.git
[1/688] Fetching harnesskit
Fetched https://github.com/SzpakKamil/HarnessKit.git from cache (42.06s)
Creating working copy for https://github.com/SzpakKamil/HarnessKit.git
Working copy of https://github.com/SzpakKamil/HarnessKit.git resolved at 1.0 (69db336)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "harnesskit",
      "requirement" : {
        "branch" : [
          "1.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SzpakKamil/HarnessKit.git"
    }
  ],
  "manifest_display_name" : "SearchBar",
  "name" : "SearchBar",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "SearchBar",
      "targets" : [
        "SearchBar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SearchBarHarness",
      "targets" : [
        "SearchBarHarness"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SearchBarTests",
      "module_type" : "SwiftTarget",
      "name" : "SearchBarTests",
      "path" : "Tests/SearchBarTests",
      "sources" : [
        "DataTypes/SearchBarCancelButtonDisplayModeTests.swift",
        "DataTypes/SearchBarClearButtonDisplayMode.swift",
        "DataTypes/SearchBarCornerStyleTest.swift",
        "DataTypes/SearchBarStyleTest.swift",
        "DataTypes/SearchBarSuggestionTests.swift",
        "DataTypes/SearchBarTokenTests.swift",
        "ModifiersTest.swift",
        "WatchOSTvOSTests.swift"
      ],
      "target_dependencies" : [
        "SearchBar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SearchBarHarness",
      "module_type" : "SwiftTarget",
      "name" : "SearchBarHarness",
      "path" : "Sources/SearchBarHarness",
      "product_dependencies" : [
        "HarnessKit"
      ],
      "product_memberships" : [
        "SearchBarHarness"
      ],
      "sources" : [
        "IfExtension.swift",
        "Paths/SearchBar.swift",
        "Paths/SearchBarDisplayModes.swift",
        "Paths/SearchBarKeyboard.swift",
        "Paths/SearchBarStyle.swift",
        "Paths/SearchBarSuggestionsTokens.swift",
        "Views/DisplayModes/SearchBarDisplayModesCancelButtonView.swift",
        "Views/DisplayModes/SearchBarDisplayModesClearButtonView.swift",
        "Views/Keyboard/SearchBarKeyboardAutoCapitalizationTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardAutoCorrectionTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardReturnKeyTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardTextContentTypeView.swift",
        "Views/Keyboard/SearchBarKeyboardTypeView.swift",
        "Views/Style/SearchBarStyleBackgroundColorView.swift",
        "Views/Style/SearchBarStyleBorderColorView.swift",
        "Views/Style/SearchBarStyleCornerRadiusView.swift",
        "Views/Style/SearchBarStyleDefaultStyleView.swift",
        "Views/Style/SearchBarStyleMaterialView.swift",
        "Views/Style/SearchBarStyleScaleView.swift",
        "Views/Style/SearchBarStyleTextColorView.swift",
        "Views/Style/SearchBarStyleTintColorView.swift",
        "Views/Style/SearchBarStyleTokenBackgroundView.swift",
        "Views/SuggestionsTokens/SearchBarCurrentTokensView.swift",
        "Views/SuggestionsTokens/SearchBarSuggestedTokensView.swift",
        "Views/SuggestionsTokens/SearchBarSuggestionsView.swift"
      ],
      "target_dependencies" : [
        "SearchBar"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SearchBar",
      "module_type" : "SwiftTarget",
      "name" : "SearchBar",
      "path" : "Sources/SearchBar",
      "product_memberships" : [
        "SearchBar",
        "SearchBarHarness"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SearchBar/Resources/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataTypes/SearchBarCancelButtonDisplayMode.swift",
        "DataTypes/SearchBarClearButtonDisplayMode.swift",
        "DataTypes/SearchBarMaterial.swift",
        "DataTypes/SearchBarScale.swift",
        "DataTypes/SearchBarStyle.swift",
        "DataTypes/SearchBarSuggestion.swift",
        "DataTypes/SearchBarToken.swift",
        "DataTypes/SearchBarTranslation.swift",
        "Modifiers.swift",
        "Platforms/MacOS/SearchBarMacOS.swift",
        "Platforms/TvOS/KeyboardTrigger.swift",
        "Platforms/TvOS/SearchBarTvOS.swift",
        "Platforms/WatchOS/SearchBarWatchOS.swift",
        "Platforms/iOSVisionOS/SearchBarIOSVisionOS.swift",
        "Views/IfModifier.swift",
        "Views/SearchFieldClearButton.swift",
        "Views/SearchFieldView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.