The Swift Package Index logo.Swift Package Index

Build Information

Successful build of wishkit-ios, reference 4.9.0 (843e98), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 18:26:35 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wishkit/wishkit-ios.git
Reference: 4.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wishkit/wishkit-ios
 * tag               4.9.0      -> FETCH_HEAD
HEAD is now at 843e98b * remove unnecessary files
Cloned https://github.com/wishkit/wishkit-ios.git
Revision (git rev-parse @):
843e98b4517729212f62963eb7d250c9cb10bf33
SUCCESS checkout https://github.com/wishkit/wishkit-ios.git at 4.9.0
Fetching https://github.com/wishkit/wishkit-ios-shared.git
[1/316] Fetching wishkit-ios-shared
Fetched https://github.com/wishkit/wishkit-ios-shared.git from cache (0.61s)
Computing version for https://github.com/wishkit/wishkit-ios-shared.git
Computed https://github.com/wishkit/wishkit-ios-shared.git at 1.5.0 (1.29s)
Creating working copy for https://github.com/wishkit/wishkit-ios-shared.git
Working copy of https://github.com/wishkit/wishkit-ios-shared.git resolved at 1.5.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "wishkit-ios",
      "name": "wishkit-ios",
      "url": "https://github.com/wishkit/wishkit-ios.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wishkit-ios",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "wishkit-ios-shared",
          "name": "wishkit-ios-shared",
          "url": "https://github.com/wishkit/wishkit-ios-shared.git",
          "version": "1.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wishkit-ios-shared",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/wishkit/wishkit-ios.git
[1/2860] Fetching wishkit-ios
Fetched https://github.com/wishkit/wishkit-ios.git from cache (1.08s)
Fetching https://github.com/wishkit/wishkit-ios-shared.git from cache
Fetched https://github.com/wishkit/wishkit-ios-shared.git from cache (0.45s)
Computing version for https://github.com/wishkit/wishkit-ios-shared.git
Computed https://github.com/wishkit/wishkit-ios-shared.git at 1.5.0 (0.51s)
Creating working copy for https://github.com/wishkit/wishkit-ios-shared.git
Working copy of https://github.com/wishkit/wishkit-ios-shared.git resolved at 1.5.0
Creating working copy for https://github.com/wishkit/wishkit-ios.git
Working copy of https://github.com/wishkit/wishkit-ios.git resolved at 4.9.0 (843e98b)
warning: '.resolve-product-dependencies': dependency 'wishkit-ios' is not used by any target
Found 1 product dependencies
  - wishkit-ios-shared
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/wishkit/wishkit-ios.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/15] Compiling WishKitShared CreateCommentRequest.swift
[5/15] Compiling WishKitShared CommentResponse.swift
[6/15] Compiling WishKitShared ListWishResponse.swift
[7/15] Compiling WishKitShared WishState.swift
[8/15] Compiling WishKitShared ApiError.swift
[9/15] Emitting module WishKitShared
[10/15] Compiling WishKitShared CreateWishResponse.swift
[11/15] Compiling WishKitShared UserResponse.swift
[12/15] Compiling WishKitShared VoteWishResponse.swift
[13/15] Compiling WishKitShared VoteWishRequest.swift
[14/15] Compiling WishKitShared CreateWishRequest.swift
[15/15] Compiling WishKitShared UserRequest.swift
[16/16] Compiling WishKitShared WishResponse.swift
[17/65] Compiling WishKit Enum+Compat.swift
[18/65] Compiling WishKit List+Compat.swift
[19/65] Compiling WishKit NSTextView+Background.swift
[20/65] Compiling WishKit ProgressView+Compat.swift
[21/65] Compiling WishKit ScrollView+Compat.swift
[22/65] Emitting module WishKit
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Extensions/WishResponse+Identifiable.swift:11:1: warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
 9 | import WishKitShared
10 |
11 | extension WishResponse: Identifiable { }
   | |- warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishState+Description.swift:12:1: warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
10 | import WishKitShared
11 |
12 | extension WishState: Identifiable {
   | |- warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public var id: Self { self }
14 |
[23/65] Compiling WishKit ToolbarCompat.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Extensions/WishResponse+Identifiable.swift:11:1: warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
 9 | import WishKitShared
10 |
11 | extension WishResponse: Identifiable { }
   | |- warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[24/65] Compiling WishKit UIViewController+Nav.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Extensions/WishResponse+Identifiable.swift:11:1: warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
 9 | import WishKitShared
10 |
11 | extension WishResponse: Identifiable { }
   | |- warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[25/65] Compiling WishKit View+Shadow.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Extensions/WishResponse+Identifiable.swift:11:1: warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
 9 | import WishKitShared
10 |
11 | extension WishResponse: Identifiable { }
   | |- warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[26/65] Compiling WishKit WishResponse+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Extensions/WishResponse+Identifiable.swift:11:1: warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
 9 | import WishKitShared
10 |
11 | extension WishResponse: Identifiable { }
   | |- warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[27/65] Compiling WishKit UUIDManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Extensions/WishResponse+Identifiable.swift:11:1: warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
 9 | import WishKitShared
10 |
11 | extension WishResponse: Identifiable { }
   | |- warning: extension declares a conformance of imported type 'WishResponse' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
12 |
[28/65] Compiling WishKit Config+VoteButton.swift
[29/65] Compiling WishKit Configuration.swift
[30/65] Compiling WishKit Bundle+AppIcon.swift
[31/65] Compiling WishKit Bundle+AppName.swift
[32/65] Compiling WishKit Button+Compat.swift
[33/65] Compiling WishKit Date+Formatted.swift
[34/65] Compiling WishKit AlertModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Model/WishModel.swift:97:14: warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 95 |         self.all = (self.pendingList + self.inReviewList + self.plannedList + self.inProgressList + self.completedList).sorted { $0.votingUsers.count > $1.votingUsers.count }
 96 |
 97 |         self.implementedWishlist = sortedList
    |              `- warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 98 |     }
 99 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[35/65] Compiling WishKit CommentModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Model/WishModel.swift:97:14: warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 95 |         self.all = (self.pendingList + self.inReviewList + self.plannedList + self.inProgressList + self.completedList).sorted { $0.votingUsers.count > $1.votingUsers.count }
 96 |
 97 |         self.implementedWishlist = sortedList
    |              `- warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 98 |     }
 99 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[36/65] Compiling WishKit MockData.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Model/WishModel.swift:97:14: warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 95 |         self.all = (self.pendingList + self.inReviewList + self.plannedList + self.inProgressList + self.completedList).sorted { $0.votingUsers.count > $1.votingUsers.count }
 96 |
 97 |         self.implementedWishlist = sortedList
    |              `- warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 98 |     }
 99 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[37/65] Compiling WishKit WishModel.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Model/WishModel.swift:97:14: warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 95 |         self.all = (self.pendingList + self.inReviewList + self.plannedList + self.inProgressList + self.completedList).sorted { $0.votingUsers.count > $1.votingUsers.count }
 96 |
 97 |         self.implementedWishlist = sortedList
    |              `- warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 98 |     }
 99 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[38/65] Compiling WishKit ProjectSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Model/WishModel.swift:97:14: warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 95 |         self.all = (self.pendingList + self.inReviewList + self.plannedList + self.inProgressList + self.completedList).sorted { $0.votingUsers.count > $1.votingUsers.count }
 96 |
 97 |         self.implementedWishlist = sortedList
    |              `- warning: 'implementedWishlist' is deprecated: Use `completedList` instead. [#DeprecatedDeclaration]
 98 |     }
 99 | }
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[39/70] Compiling WishKit Config+AddButton.swift
[40/70] Compiling WishKit Config+Buttons.swift
[41/70] Compiling WishKit Config+DoneButton.swift
[42/70] Compiling WishKit Config+SaveButton.swift
[43/70] Compiling WishKit Config+SegmentedControl.swift
[44/70] Compiling WishKit Config+TabBar.swift
[45/70] Compiling WishKit Api.swift
[46/70] Compiling WishKit CommentApi.swift
[47/70] Compiling WishKit RequestCreatable.swift
[48/70] Compiling WishKit UserApi.swift
[49/70] Compiling WishKit WishApi.swift
[50/70] Compiling WishKit Configuration+Localization.swift
[51/70] Compiling WishKit DetailWishView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:71:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
69 |
70 |     var textColor: Color {
71 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
72 |         case .light:
73 |             return WishKit.config.buttons.saveButton.textColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:80:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
78 |
79 |     var backgroundColor: Color {
80 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
81 |         case .light:
82 |             return PrivateTheme.elementBackgroundColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishState+Description.swift:12:1: warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
10 | import WishKitShared
11 |
12 | extension WishState: Identifiable {
   | |- warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public var id: Self { self }
14 |
[52/70] Compiling WishKit SeparatorView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:71:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
69 |
70 |     var textColor: Color {
71 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
72 |         case .light:
73 |             return WishKit.config.buttons.saveButton.textColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:80:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
78 |
79 |     var backgroundColor: Color {
80 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
81 |         case .light:
82 |             return PrivateTheme.elementBackgroundColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishState+Description.swift:12:1: warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
10 | import WishKitShared
11 |
12 | extension WishState: Identifiable {
   | |- warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public var id: Self { self }
14 |
[53/70] Compiling WishKit SingleCommentView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:71:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
69 |
70 |     var textColor: Color {
71 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
72 |         case .light:
73 |             return WishKit.config.buttons.saveButton.textColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:80:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
78 |
79 |     var backgroundColor: Color {
80 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
81 |         case .light:
82 |             return PrivateTheme.elementBackgroundColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishState+Description.swift:12:1: warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
10 | import WishKitShared
11 |
12 | extension WishState: Identifiable {
   | |- warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public var id: Self { self }
14 |
[54/70] Compiling WishKit WKButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:71:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
69 |
70 |     var textColor: Color {
71 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
72 |         case .light:
73 |             return WishKit.config.buttons.saveButton.textColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:80:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
78 |
79 |     var backgroundColor: Color {
80 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
81 |         case .light:
82 |             return PrivateTheme.elementBackgroundColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishState+Description.swift:12:1: warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
10 | import WishKitShared
11 |
12 | extension WishState: Identifiable {
   | |- warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public var id: Self { self }
14 |
[55/70] Compiling WishKit WishState+Description.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:71:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
69 |
70 |     var textColor: Color {
71 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
72 |         case .light:
73 |             return WishKit.config.buttons.saveButton.textColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WKButton.swift:80:9: warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
78 |
79 |     var backgroundColor: Color {
80 |         switch colorScheme {
   |         |- warning: switch covers known cases, but 'ColorScheme' may have additional unknown values, possibly added in future versions; this is an error in the Swift 6 language mode
   |         `- note: handle unknown values using "@unknown default"
81 |         case .light:
82 |             return PrivateTheme.elementBackgroundColor.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishState+Description.swift:12:1: warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
10 | import WishKitShared
11 |
12 | extension WishState: Identifiable {
   | |- warning: extension declares a conformance of imported type 'WishState' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'WishKitShared' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |     public var id: Self { self }
14 |
[56/70] Compiling WishKit WishView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:181:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
179 |             switch colorScheme {
180 |             case .light:
181 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:183:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
181 |                 return WishKit.theme.badgeColor.approved.light
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:185:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
183 |                 return WishKit.theme.badgeColor.approved.dark
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
186 |             }
187 |         case .implemented:
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:190:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
188 |             switch colorScheme {
189 |             case .light:
190 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:192:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
190 |                 return WishKit.theme.badgeColor.implemented.light
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:194:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
192 |                 return WishKit.theme.badgeColor.implemented.dark
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
195 |             }
196 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:99:18: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
 97 |             rejected: Scheme
 98 |         ) {
 99 |             self.approved = approved
    |                  |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                  `- note: use 'inReview' instead
100 |             self.implemented = implemented
101 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:100:18: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
 98 |         ) {
 99 |             self.approved = approved
100 |             self.implemented = implemented
    |                  |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                  `- note: use 'completed' instead
101 |
102 |             self.pending = pending
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[57/70] Compiling WishKit WishlistView.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:181:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
179 |             switch colorScheme {
180 |             case .light:
181 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:183:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
181 |                 return WishKit.theme.badgeColor.approved.light
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:185:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
183 |                 return WishKit.theme.badgeColor.approved.dark
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
186 |             }
187 |         case .implemented:
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:190:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
188 |             switch colorScheme {
189 |             case .light:
190 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:192:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
190 |                 return WishKit.theme.badgeColor.implemented.light
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:194:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
192 |                 return WishKit.theme.badgeColor.implemented.dark
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
195 |             }
196 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:99:18: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
 97 |             rejected: Scheme
 98 |         ) {
 99 |             self.approved = approved
    |                  |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                  `- note: use 'inReview' instead
100 |             self.implemented = implemented
101 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:100:18: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
 98 |         ) {
 99 |             self.approved = approved
100 |             self.implemented = implemented
    |                  |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                  `- note: use 'completed' instead
101 |
102 |             self.pending = pending
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[58/70] Compiling WishKit WishlistView+iOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:181:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
179 |             switch colorScheme {
180 |             case .light:
181 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:183:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
181 |                 return WishKit.theme.badgeColor.approved.light
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:185:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
183 |                 return WishKit.theme.badgeColor.approved.dark
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
186 |             }
187 |         case .implemented:
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:190:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
188 |             switch colorScheme {
189 |             case .light:
190 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:192:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
190 |                 return WishKit.theme.badgeColor.implemented.light
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:194:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
192 |                 return WishKit.theme.badgeColor.implemented.dark
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
195 |             }
196 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:99:18: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
 97 |             rejected: Scheme
 98 |         ) {
 99 |             self.approved = approved
    |                  |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                  `- note: use 'inReview' instead
100 |             self.implemented = implemented
101 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:100:18: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
 98 |         ) {
 99 |             self.approved = approved
100 |             self.implemented = implemented
    |                  |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                  `- note: use 'completed' instead
101 |
102 |             self.pending = pending
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[59/70] Compiling WishKit WishlistContainer+macOS.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:181:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
179 |             switch colorScheme {
180 |             case .light:
181 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:183:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
181 |                 return WishKit.theme.badgeColor.approved.light
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:185:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
183 |                 return WishKit.theme.badgeColor.approved.dark
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
186 |             }
187 |         case .implemented:
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:190:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
188 |             switch colorScheme {
189 |             case .light:
190 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:192:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
190 |                 return WishKit.theme.badgeColor.implemented.light
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:194:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
192 |                 return WishKit.theme.badgeColor.implemented.dark
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
195 |             }
196 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:99:18: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
 97 |             rejected: Scheme
 98 |         ) {
 99 |             self.approved = approved
    |                  |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                  `- note: use 'inReview' instead
100 |             self.implemented = implemented
101 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:100:18: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
 98 |         ) {
 99 |             self.approved = approved
100 |             self.implemented = implemented
    |                  |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                  `- note: use 'completed' instead
101 |
102 |             self.pending = pending
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[60/70] Compiling WishKit Theme.swift
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:181:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
179 |             switch colorScheme {
180 |             case .light:
181 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:183:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
181 |                 return WishKit.theme.badgeColor.approved.light
182 |             case .dark:
183 |                 return WishKit.theme.badgeColor.approved.dark
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:185:49: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
183 |                 return WishKit.theme.badgeColor.approved.dark
184 |             @unknown default:
185 |                 return WishKit.theme.badgeColor.approved.light
    |                                                 |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                                                 `- note: use 'inReview' instead
186 |             }
187 |         case .implemented:
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:190:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
188 |             switch colorScheme {
189 |             case .light:
190 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:192:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
190 |                 return WishKit.theme.badgeColor.implemented.light
191 |             case .dark:
192 |                 return WishKit.theme.badgeColor.implemented.dark
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/SwiftUI/WishView.swift:194:49: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
192 |                 return WishKit.theme.badgeColor.implemented.dark
193 |             @unknown default:
194 |                 return WishKit.theme.badgeColor.implemented.light
    |                                                 |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                                                 `- note: use 'completed' instead
195 |             }
196 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:99:18: warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
 97 |             rejected: Scheme
 98 |         ) {
 99 |             self.approved = approved
    |                  |- warning: 'approved' is deprecated: renamed to 'inReview' [#DeprecatedDeclaration]
    |                  `- note: use 'inReview' instead
100 |             self.implemented = implemented
101 |
/Users/admin/builder/spi-builder-workspace/Sources/WishKit/Theme.swift:100:18: warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
 98 |         ) {
 99 |             self.approved = approved
100 |             self.implemented = implemented
    |                  |- warning: 'implemented' is deprecated: renamed to 'completed' [#DeprecatedDeclaration]
    |                  `- note: use 'completed' instead
101 |
102 |             self.pending = pending
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[61/70] Compiling WishKit AddButton.swift
[62/70] Compiling WishKit CloseButton.swift
[63/70] Compiling WishKit CommentFieldView.swift
[64/70] Compiling WishKit CommentListView.swift
[65/70] Compiling WishKit CreateWishView.swift
[66/70] Compiling WishKit UpvoteIcon.swift
[67/70] Compiling WishKit User.swift
[68/70] Compiling WishKit Print+Precisely.swift
[69/70] Compiling WishKit WKHostingController.swift
[70/70] Compiling WishKit WishKit.swift
Build complete! (13.47s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "wishkit-ios-shared",
      "requirement" : {
        "exact" : [
          "1.5.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/wishkit/wishkit-ios-shared.git"
    }
  ],
  "manifest_display_name" : "wishkit-ios",
  "name" : "wishkit-ios",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "WishKit",
      "targets" : [
        "WishKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WishKitTests",
      "module_type" : "SwiftTarget",
      "name" : "WishKitTests",
      "path" : "Tests/WishKitTests",
      "sources" : [
        "MainTest.swift"
      ],
      "target_dependencies" : [
        "WishKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WishKit",
      "module_type" : "SwiftTarget",
      "name" : "WishKit",
      "path" : "Sources/WishKit",
      "product_dependencies" : [
        "WishKitShared"
      ],
      "product_memberships" : [
        "WishKit"
      ],
      "sources" : [
        "API/Api.swift",
        "API/CommentApi.swift",
        "API/RequestCreatable.swift",
        "API/UserApi.swift",
        "API/WishApi.swift",
        "Configuration+Localization.swift",
        "Configuration/Config+AddButton.swift",
        "Configuration/Config+Buttons.swift",
        "Configuration/Config+DoneButton.swift",
        "Configuration/Config+SaveButton.swift",
        "Configuration/Config+SegmentedControl.swift",
        "Configuration/Config+TabBar.swift",
        "Configuration/Config+VoteButton.swift",
        "Configuration/Configuration.swift",
        "Extensions/Bundle+AppIcon.swift",
        "Extensions/Bundle+AppName.swift",
        "Extensions/Button+Compat.swift",
        "Extensions/Date+Formatted.swift",
        "Extensions/Enum+Compat.swift",
        "Extensions/List+Compat.swift",
        "Extensions/NSTextView+Background.swift",
        "Extensions/ProgressView+Compat.swift",
        "Extensions/ScrollView+Compat.swift",
        "Extensions/ToolbarCompat.swift",
        "Extensions/UIViewController+Nav.swift",
        "Extensions/View+Shadow.swift",
        "Extensions/WishResponse+Identifiable.swift",
        "Manager/UUIDManager.swift",
        "Model/AlertModel.swift",
        "Model/CommentModel.swift",
        "Model/MockData.swift",
        "Model/WishModel.swift",
        "ProjectSettings.swift",
        "SwiftUI/AddButton.swift",
        "SwiftUI/CloseButton.swift",
        "SwiftUI/CommentFieldView.swift",
        "SwiftUI/CommentListView.swift",
        "SwiftUI/CreateWishView.swift",
        "SwiftUI/DetailWishView.swift",
        "SwiftUI/SeparatorView.swift",
        "SwiftUI/SingleCommentView.swift",
        "SwiftUI/WKButton.swift",
        "SwiftUI/WishState+Description.swift",
        "SwiftUI/WishView.swift",
        "SwiftUI/WishlistView.swift",
        "SwiftUI/iOS+Catalyst/WishlistView+iOS.swift",
        "SwiftUI/macOS/WishlistContainer+macOS.swift",
        "Theme.swift",
        "UpvoteIcon.swift",
        "User.swift",
        "Utils/Print+Precisely.swift",
        "Utils/WKHostingController.swift",
        "WishKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.