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

Failed to build Flare, reference 3.1.0 (c416e1), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:27:04 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/space-code/flare.git
Reference: 3.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/flare
 * tag               3.1.0      -> FETCH_HEAD
HEAD is now at c416e18 Release `3.1.0` (#108)
Cloned https://github.com/space-code/flare.git
Revision (git rev-parse @):
c416e18567e7e50b743ebbea2f3d0a02a8c97f7d
SUCCESS checkout https://github.com/space-code/flare.git at 3.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/space-code/flare.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:106:17: warning: capture of non-sendable type 'Target.Type' in an isolated closure
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
106 |                 work(task)
    |                 `- warning: capture of non-sendable type 'Target.Type' in an isolated closure
107 |             }
108 |             operationsByID[task.id] = new
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:105:41: warning: capture of non-sendable type 'Target.Type' in an isolated closure
103 |             }
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
    |                                         `- warning: capture of non-sendable type 'Target.Type' in an isolated closure
106 |                 work(task)
107 |             }
[1/1] Compiling plugin Swift-DocC Preview
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:106:17: warning: capture of non-sendable type 'Target.Type' in an isolated closure
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
106 |                 work(task)
    |                 `- warning: capture of non-sendable type 'Target.Type' in an isolated closure
107 |             }
108 |             operationsByID[task.id] = new
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SwiftDocCPluginUtilities/BuildGraph/DocumentationBuildGraph.swift:105:41: warning: capture of non-sendable type 'Target.Type' in an isolated closure
103 |             }
104 |             // Copy the closure and the target into a block operation object
105 |             let new = BlockOperation { [work, task] in
    |                                         `- warning: capture of non-sendable type 'Target.Type' in an isolated closure
106 |                 work(task)
107 |             }
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/17] Write sources
[6/17] Copying Info.plist
[6/17] Write sources
[6/17] Copying Localizable.strings
[6/17] Write sources
[6/17] Copying Info.plist
[6/17] Copying Localizable.strings
[14/17] Copying Assets.xcassets
[15/17] Copying Media.xcassets
[16/17] Write swift-version-1EA4D86E10B52AF.txt
[18/45] Compiling Concurrency TaskFactory.swift
[19/45] Compiling Log IOSWriterStrategy.swift
[20/46] Emitting module Concurrency
[21/46] Compiling Log LogLevel.swift
[22/46] Compiling Concurrency ITaskFactory.swift
[23/46] Compiling Log TimestampLogFormatter.swift
[24/46] Compiling Log ILogger.swift
[25/46] Compiling Log Logger.swift
[26/46] Compiling Log IPrinterStrategy.swift
[27/46] Compiling Log ILogFormatter.swift
[28/46] Compiling Log PrefixLogFormatter.swift
[29/46] Emitting module Log
[30/46] Compiling Log IConsoleWriter.swift
[31/46] Compiling Log IOSWriter.swift
[32/46] Compiling Log IPrinter.swift
[33/46] Compiling Log OSPrinter.swift
[34/46] Compiling Log IStyleLogStrategy.swift
[35/46] Compiling Log ConsolePrinter.swift
[36/46] Compiling Log OSWriter.swift
[37/46] Compiling Log Atomic.swift
[38/46] Compiling Log ConsoleWriter.swift
[39/46] Compiling Concurrency IDispatchQueue.swift
[40/46] Compiling Concurrency IDispatchQueueFactory.swift
[41/46] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
[42/46] Compiling Concurrency DispatchQueueFactory.swift
[43/46] Compiling Atomic ILock.swift
[44/46] Compiling Atomic UnfairLock.swift
[45/46] Emitting module Atomic
[46/46] Compiling Atomic Atomic.swift
[47/141] Emitting module Flare
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[48/151] Compiling Flare StoreTransaction.swift
[49/151] Compiling Flare SubscriptionEligibility.swift
[50/151] Compiling Flare SubscriptionInfo.swift
[51/151] Compiling Flare SubscriptionInfoStatus.swift
[52/151] Compiling Flare SubscriptionPeriod.swift
[53/151] Compiling Flare VerificationError.swift
[54/151] Compiling Flare VerificationResult.swift
[55/151] Compiling Flare IAppStoreReceiptProvider.swift
[56/151] Compiling Flare CacheProvider.swift
[57/151] Compiling Flare ICacheProvider.swift
[58/151] Compiling Flare SK1StoreProductDiscount.swift
[59/151] Compiling Flare SK1StoreTransaction.swift
[60/151] Compiling Flare SK2RenewalInfo.swift
[61/151] Compiling Flare SK2StoreProduct.swift
[62/151] Compiling Flare SK2StoreProductDiscount.swift
[63/151] Compiling Flare SK2StoreTransaction.swift
[64/151] Compiling Flare SK2SubscriptionInfo.swift
[65/151] Compiling Flare SK2SubscriptionInfoStatus.swift
[66/151] Compiling Flare StoreEnvironment.swift
[67/151] Compiling Flare PaymentMode.swift
[68/151] Compiling Flare PriceIncreaseStatus.swift
[69/151] Compiling Flare ProductCategory.swift
[70/151] Compiling Flare ProductType.swift
[71/151] Compiling Flare PromotionalOffer.swift
[72/151] Compiling Flare RefundError.swift
[73/151] Compiling Flare RefundRequestStatus.swift
[74/151] Compiling Flare RenewalInfo.swift
[75/151] Compiling Flare RenewalState.swift
[76/151] Compiling Flare StoreProduct.swift
[77/151] Compiling Flare StoreProductDiscount.swift
[78/151] Compiling Flare ProductsRequest.swift
[79/151] Compiling Flare IRenewalInfo.swift
[80/151] Compiling Flare ISKProduct.swift
[81/151] Compiling Flare ISKRequest.swift
[82/151] Compiling Flare IStorePayment.swift
[83/151] Compiling Flare IStoreProductDiscount.swift
[84/151] Compiling Flare IStoreTransaction.swift
[85/151] Compiling Flare ISubscriptionInfo.swift
[86/151] Compiling Flare ISubscriptionInfoStatus.swift
[87/151] Compiling Flare SK1StorePayment.swift
[88/151] Compiling Flare SK1StoreProduct.swift
[89/151] Compiling Flare Logger.swift
[90/151] Compiling Flare Types.swift
[91/151] Compiling Flare FlareDependencies.swift
[92/151] Compiling Flare IFlareDependencies.swift
[93/151] Compiling Flare Bundle+IAppStoreReceiptProvider.swift
[94/151] Compiling Flare FileManager+IFileManager.swift
[95/151] Compiling Flare NumberFormatter+.swift
[96/151] Compiling Flare Locale+CurrencyCode.swift
[97/151] Compiling Flare Product.SubscriptionInfo.Status+ISubscriptionInfoStatus.swift
[98/151] Compiling Flare ProductType+.swift
[99/151] Compiling Flare SKProduct+.swift
[100/151] Compiling Flare ReceiptRefreshProvider.swift
[101/151] Compiling Flare IRedeemCodeProvider.swift
[102/151] Compiling Flare RedeemCodeProvider.swift
[103/151] Compiling Flare IRefundProvider.swift
[104/151] Compiling Flare RefundProvider.swift
[105/151] Compiling Flare IRefundRequestProvider.swift
[106/151] Compiling Flare RefundRequestProvider.swift
[107/151] Compiling Flare ISystemInfoProvider.swift
[108/151] Compiling Flare SystemInfoProvider.swift
[109/151] Compiling Flare resource_bundle_accessor.swift
[110/151] Compiling Flare SKRequest+IReceiptRefreshRequest.swift
[111/151] Compiling Flare SKRequest+Identifier.swift
[112/151] Compiling Flare Flare.swift
[113/151] Compiling Flare IUserDefaults.swift
[114/151] Compiling Flare UserDefaults.swift
[115/151] Compiling Flare Strings.swift
[116/151] Compiling Flare AsyncHandler.swift
[117/151] Compiling Flare IFileManager.swift
[118/151] Compiling Flare PaymentQueue.swift
[119/151] Compiling Flare SKPaymentQueue+PaymentQueue.swift
[120/151] Compiling Flare PaymentTransaction.swift
[121/151] Compiling Flare ProcessInfo+.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[122/151] Compiling Flare IScenesHolder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[123/151] Compiling Flare IFlare.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[124/151] Compiling Flare ITransactionListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[125/151] Compiling Flare TransactionListener.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[126/151] Compiling Flare TransactionListenerDelegate.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[127/151] Compiling Flare Configuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[128/151] Compiling Flare DiscountType.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[129/151] Compiling Flare ExpirationReason.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[130/151] Compiling Flare FetchCachePolicy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[131/151] Compiling Flare IAPError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'Sendable' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'Sendable'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Listeners/TransactionListener/TransactionListener.swift:73:32: warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 10 |
 11 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 12 | actor TransactionListener {
    |       `- note: conformance to 'SendableMetatype' generated by macro  here
 13 |     // MARK: Types
 14 |
    :
 71 |
 72 | @available(iOS 15.0, tvOS 15.0, macOS 12.0, watchOS 8.0, *)
 73 | extension TransactionListener: ITransactionListener {
    |                                `- warning: redundant conformance of 'TransactionListener' to protocol 'SendableMetatype'
 74 |     func set(delegate: TransactionListenerDelegate) {
 75 |         self.delegate = delegate
[132/151] Compiling Flare ConfigurationProvider.swift
[133/151] Compiling Flare IConfigurationProvider.swift
[134/151] Compiling Flare EligibilityProvider.swift
[135/151] Compiling Flare IEligibilityProvider.swift
[136/151] Compiling Flare IAPProvider.swift
[137/151] Compiling Flare IIAPProvider.swift
[138/151] Compiling Flare IPaymentProvider.swift
[139/151] Compiling Flare PaymentProvider.swift
[140/151] Compiling Flare CachingProductsProviderDecorator.swift
[141/151] Compiling Flare ICachingProductsProviderDecorator.swift
[142/151] Compiling Flare ISortingProductsProviderDecorator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[143/151] Compiling Flare SortingProductsProviderDecorator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[144/151] Compiling Flare IProductProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[145/151] Compiling Flare ProductProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[146/151] Compiling Flare IPurchaseProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[147/151] Compiling Flare PurchaseProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[148/151] Compiling Flare IReceiptRefreshRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[149/151] Compiling Flare IReceiptRefreshRequestFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[150/151] Compiling Flare ReceiptRefreshRequestFactory.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[151/151] Compiling Flare IReceiptRefreshProvider.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Providers/PurchaseProvider/PurchaseProvider.swift:184:17: warning: no 'async' operations occur within 'await' expression
182 |         } else {
183 |             Task {
184 |                 await completion(.failure(.unknown))
    |                 `- warning: no 'async' operations occur within 'await' expression
185 |                 self.log(error: IAPError.unknown, productID: product.productIdentifier)
186 |             }
[152/324] Compiling FlareMock StoreTransaction+Fake.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[153/324] Compiling FlareMock PaymentTransactionMock.swift
[154/324] Emitting module FlareMock
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Fakes/StoreProduct+Fake.swift:19:29: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
17 |         productType: ProductType? = nil,
18 |         productCategory: ProductCategory? = nil,
19 |         subscriptionPeriod: SubscriptionPeriod? = nil,
   |                             `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
20 |         introductoryDiscount: StoreProductDiscount? = nil,
21 |         discounts: [StoreProductDiscount] = [],
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:114:43: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
112 |     public var invokedSubscriptionPeriodGetter = false
113 |     public var invokedSubscriptionPeriodGetterCount = 0
114 |     public var stubbedSubscriptionPeriod: SubscriptionPeriod!
    |                                           `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
115 |
116 |     public var subscriptionPeriod: SubscriptionPeriod? {
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:116:36: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
114 |     public var stubbedSubscriptionPeriod: SubscriptionPeriod!
115 |
116 |     public var subscriptionPeriod: SubscriptionPeriod? {
    |                                    `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
117 |         invokedSubscriptionPeriodGetter = true
118 |         invokedSubscriptionPeriodGetterCount += 1
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:155:30: error: 'SubscriptionInfo' is ambiguous for type lookup in this context
153 |     // swiftlint:enable identifier_name
154 |
155 |     public var subscription: SubscriptionInfo? {
    |                              `- error: 'SubscriptionInfo' is ambiguous for type lookup in this context
156 |         nil
157 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionInfo.swift:10:15: note: found this candidate
 8 | // MARK: - SubscriptionInfo
 9 |
10 | public struct SubscriptionInfo {
   |               `- note: found this candidate
11 |     // MARK: Properties
12 |
StoreKit.SubscriptionInfo:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionInfo = Product.SubscriptionInfo
  |                  `- note: found this candidate
[155/324] Compiling FlareMock StoreProduct+Fake.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Fakes/StoreProduct+Fake.swift:19:29: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
17 |         productType: ProductType? = nil,
18 |         productCategory: ProductCategory? = nil,
19 |         subscriptionPeriod: SubscriptionPeriod? = nil,
   |                             `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
20 |         introductoryDiscount: StoreProductDiscount? = nil,
21 |         discounts: [StoreProductDiscount] = [],
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:114:43: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
112 |     public var invokedSubscriptionPeriodGetter = false
113 |     public var invokedSubscriptionPeriodGetterCount = 0
114 |     public var stubbedSubscriptionPeriod: SubscriptionPeriod!
    |                                           `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
115 |
116 |     public var subscriptionPeriod: SubscriptionPeriod? {
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
[156/324] Compiling FlareMock ProductMock.swift
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:114:43: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
112 |     public var invokedSubscriptionPeriodGetter = false
113 |     public var invokedSubscriptionPeriodGetterCount = 0
114 |     public var stubbedSubscriptionPeriod: SubscriptionPeriod!
    |                                           `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
115 |
116 |     public var subscriptionPeriod: SubscriptionPeriod? {
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:116:36: error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
114 |     public var stubbedSubscriptionPeriod: SubscriptionPeriod!
115 |
116 |     public var subscriptionPeriod: SubscriptionPeriod? {
    |                                    `- error: 'SubscriptionPeriod' is ambiguous for type lookup in this context
117 |         invokedSubscriptionPeriodGetter = true
118 |         invokedSubscriptionPeriodGetterCount += 1
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionPeriod.swift:12:20: note: found this candidate
 10 |
 11 | /// A class representing a subscription period with a specific value and unit.
 12 | public final class SubscriptionPeriod: NSObject, Sendable {
    |                    `- note: found this candidate
 13 |     // MARK: Types
 14 |
StoreKit.SubscriptionPeriod:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionPeriod = Product.SubscriptionPeriod
  |                  `- note: found this candidate
/Users/admin/builder/spi-builder-workspace/Sources/FlareMock/Mocks/ProductMock.swift:155:30: error: 'SubscriptionInfo' is ambiguous for type lookup in this context
153 |     // swiftlint:enable identifier_name
154 |
155 |     public var subscription: SubscriptionInfo? {
    |                              `- error: 'SubscriptionInfo' is ambiguous for type lookup in this context
156 |         nil
157 |     }
/Users/admin/builder/spi-builder-workspace/Sources/Flare/Classes/Models/SubscriptionInfo.swift:10:15: note: found this candidate
 8 | // MARK: - SubscriptionInfo
 9 |
10 | public struct SubscriptionInfo {
   |               `- note: found this candidate
11 |     // MARK: Properties
12 |
StoreKit.SubscriptionInfo:2:18: note: found this candidate
1 | @available(iOS 18.4, macOS 15.4, tvOS 18.4, watchOS 11.4, visionOS 2.4, *)
2 | public typealias SubscriptionInfo = Product.SubscriptionInfo
  |                  `- note: found this candidate
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/space-code/atomic.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/space-code/concurrency.git
Fetching https://github.com/space-code/log.git
[1/227] Fetching atomic
[108/484] Fetching atomic, log
[219/639] Fetching atomic, log, concurrency
[311/2721] Fetching atomic, log, concurrency, swift-docc-plugin
Fetched https://github.com/space-code/atomic.git from cache (0.70s)
[396/2494] Fetching log, concurrency, swift-docc-plugin
[643/16545] Fetching log, concurrency, swift-docc-plugin, swift-snapshot-testing
Fetched https://github.com/space-code/concurrency.git from cache (2.41s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.41s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.41s)
Fetched https://github.com/space-code/log.git from cache (2.41s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.86s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75508] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.46s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.46s)
Computing version for https://github.com/space-code/atomic.git
warning: 'atomic': /Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |         .visionOS(.v1),
14 |     ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Computed https://github.com/space-code/atomic.git at 1.1.0 (3.88s)
Computing version for https://github.com/space-code/log.git
Computed https://github.com/space-code/log.git at 1.2.0 (0.38s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.42s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3416] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/space-code/concurrency.git
Computed https://github.com/space-code/concurrency.git at 0.2.0 (1.49s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.39s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5467] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.76s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.58s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.40s)
Creating working copy for https://github.com/space-code/atomic.git
Working copy of https://github.com/space-code/atomic.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/space-code/log.git
Working copy of https://github.com/space-code/log.git resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/space-code/concurrency.git
Working copy of https://github.com/space-code/concurrency.git resolved at 0.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
warning: 'atomic': /Users/admin/builder/spi-builder-workspace/.build/checkouts/atomic/Package.swift:12:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
10 |         .iOS(.v13),
11 |         .watchOS(.v6),
12 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version [#DeprecatedDeclaration]
13 |         .visionOS(.v1),
14 |     ],
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Flare/Makefile
    /Users/admin/builder/spi-builder-workspace/Sources/Flare/swiftgen.yml
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/FlareUI/swiftgen.yml
    /Users/admin/builder/spi-builder-workspace/Sources/FlareUI/Makefile
BUILD FAILURE 6.2 macosSpm