Build Information
Failed to build Flare, reference dev (9be161
), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:25:54 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: dev
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/space-code/flare
* branch dev -> FETCH_HEAD
* [new branch] dev -> origin/dev
HEAD is now at 9be161f Bump github.com/pointfreeco/swift-snapshot-testing from 1.18.3 to 1.18.4 (#114)
Cloned https://github.com/space-code/flare.git
Revision (git rev-parse @):
9be161fe72f6af3965d18973df9f9476f4319a8d
SUCCESS checkout https://github.com/space-code/flare.git at dev
========================================
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
[2/17] Copying Info.plist
[2/17] Write sources
[2/17] Copying Info.plist
[2/17] Write sources
[2/17] Copying Localizable.strings
[7/17] Write sources
[12/17] Copying Localizable.strings
[14/17] Copying Media.xcassets
[15/17] Copying Assets.xcassets
[16/17] Write swift-version-1EA4D86E10B52AF.txt
[18/45] Compiling Concurrency TaskFactory.swift
[19/45] Compiling Log IOSWriterStrategy.swift
[20/46] Compiling Log OSWriter.swift
[21/46] Compiling Log IConsoleWriter.swift
[22/46] Compiling Log IOSWriter.swift
[23/46] Compiling Log Atomic.swift
[24/46] Compiling Log ConsoleWriter.swift
[25/46] Compiling Log LogLevel.swift
[26/46] Emitting module Atomic
[27/46] Compiling Atomic ILock.swift
[28/46] Compiling Atomic Atomic.swift
[29/46] Compiling Atomic UnfairLock.swift
[30/46] Compiling Concurrency ITaskFactory.swift
[31/46] Compiling Log TimestampLogFormatter.swift
[32/46] Compiling Log ILogger.swift
[33/46] Emitting module Concurrency
[34/46] Emitting module Log
[35/46] Compiling Log ILogFormatter.swift
[36/46] Compiling Log PrefixLogFormatter.swift
[37/46] Compiling Log IStyleLogStrategy.swift
[38/46] Compiling Log ConsolePrinter.swift
[39/46] Compiling Log Logger.swift
[40/46] Compiling Log IPrinterStrategy.swift
[41/46] Compiling Log IPrinter.swift
[42/46] Compiling Log OSPrinter.swift
[43/46] Compiling Concurrency DispatchQueueFactory.swift
[44/46] Compiling Concurrency DispatchQueue+IDispatchQueue.swift
[45/46] Compiling Concurrency IDispatchQueueFactory.swift
[46/46] Compiling Concurrency IDispatchQueue.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 PriceIncreaseStatus.swift
[49/151] Compiling Flare ProductCategory.swift
[50/151] Compiling Flare ProductType.swift
[51/151] Compiling Flare PromotionalOffer.swift
[52/151] Compiling Flare RefundError.swift
[53/151] Compiling Flare RefundRequestStatus.swift
[54/151] Compiling Flare RenewalInfo.swift
[55/151] Compiling Flare RenewalState.swift
[56/151] Compiling Flare StoreProduct.swift
[57/151] Compiling Flare StoreProductDiscount.swift
[58/151] Compiling Flare ReceiptRefreshProvider.swift
[59/151] Compiling Flare IRedeemCodeProvider.swift
[60/151] Compiling Flare RedeemCodeProvider.swift
[61/151] Compiling Flare IRefundProvider.swift
[62/151] Compiling Flare RefundProvider.swift
[63/151] Compiling Flare IRefundRequestProvider.swift
[64/151] Compiling Flare RefundRequestProvider.swift
[65/151] Compiling Flare ISystemInfoProvider.swift
[66/151] Compiling Flare SystemInfoProvider.swift
[67/151] Compiling Flare resource_bundle_accessor.swift
[68/151] Compiling Flare Logger.swift
[69/151] Compiling Flare Types.swift
[70/151] Compiling Flare FlareDependencies.swift
[71/151] Compiling Flare IFlareDependencies.swift
[72/151] Compiling Flare Bundle+IAppStoreReceiptProvider.swift
[73/151] Compiling Flare FileManager+IFileManager.swift
[74/151] Compiling Flare NumberFormatter+.swift
[75/151] Compiling Flare Locale+CurrencyCode.swift
[76/151] Compiling Flare Product.SubscriptionInfo.Status+ISubscriptionInfoStatus.swift
[77/151] Compiling Flare ProductType+.swift
[78/151] Compiling Flare SKProduct+.swift
[79/151] Compiling Flare ConfigurationProvider.swift
[80/151] Compiling Flare IConfigurationProvider.swift
[81/151] Compiling Flare EligibilityProvider.swift
[82/151] Compiling Flare IEligibilityProvider.swift
[83/151] Compiling Flare IAPProvider.swift
[84/151] Compiling Flare IIAPProvider.swift
[85/151] Compiling Flare IPaymentProvider.swift
[86/151] Compiling Flare PaymentProvider.swift
[87/151] Compiling Flare CachingProductsProviderDecorator.swift
[88/151] Compiling Flare ICachingProductsProviderDecorator.swift
[89/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
[90/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
[91/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
[92/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
[93/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
[94/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
[95/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
[96/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
[97/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
[98/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
[99/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
[100/151] Compiling Flare StoreTransaction.swift
[101/151] Compiling Flare SubscriptionEligibility.swift
[102/151] Compiling Flare SubscriptionInfo.swift
[103/151] Compiling Flare SubscriptionInfoStatus.swift
[104/151] Compiling Flare SubscriptionPeriod.swift
[105/151] Compiling Flare VerificationError.swift
[106/151] Compiling Flare VerificationResult.swift
[107/151] Compiling Flare IAppStoreReceiptProvider.swift
[108/151] Compiling Flare CacheProvider.swift
[109/151] Compiling Flare ICacheProvider.swift
[110/151] Compiling Flare SK1StoreProductDiscount.swift
[111/151] Compiling Flare SK1StoreTransaction.swift
[112/151] Compiling Flare SK2RenewalInfo.swift
[113/151] Compiling Flare SK2StoreProduct.swift
[114/151] Compiling Flare SK2StoreProductDiscount.swift
[115/151] Compiling Flare SK2StoreTransaction.swift
[116/151] Compiling Flare SK2SubscriptionInfo.swift
[117/151] Compiling Flare SK2SubscriptionInfoStatus.swift
[118/151] Compiling Flare StoreEnvironment.swift
[119/151] Compiling Flare PaymentMode.swift
[120/151] Compiling Flare ProductsRequest.swift
[121/151] Compiling Flare IRenewalInfo.swift
[122/151] Compiling Flare ISKProduct.swift
[123/151] Compiling Flare ISKRequest.swift
[124/151] Compiling Flare IStorePayment.swift
[125/151] Compiling Flare IStoreProductDiscount.swift
[126/151] Compiling Flare IStoreTransaction.swift
[127/151] Compiling Flare ISubscriptionInfo.swift
[128/151] Compiling Flare ISubscriptionInfoStatus.swift
[129/151] Compiling Flare SK1StorePayment.swift
[130/151] Compiling Flare SK1StoreProduct.swift
[131/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 | }
[132/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 | }
[133/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 | }
[134/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 | }
[135/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 | }
[136/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 | }
[137/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 | }
[138/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 | }
[139/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 | }
[140/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 | }
[141/151] Compiling Flare SKRequest+IReceiptRefreshRequest.swift
[142/151] Compiling Flare SKRequest+Identifier.swift
[143/151] Compiling Flare Flare.swift
[144/151] Compiling Flare IUserDefaults.swift
[145/151] Compiling Flare UserDefaults.swift
[146/151] Compiling Flare Strings.swift
[147/151] Compiling Flare AsyncHandler.swift
[148/151] Compiling Flare IFileManager.swift
[149/151] Compiling Flare PaymentQueue.swift
[150/151] Compiling Flare SKPaymentQueue+PaymentQueue.swift
[151/151] Compiling Flare PaymentTransaction.swift
[152/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
[153/324] Compiling FlareMock StoreTransaction+Fake.swift
[154/324] Compiling FlareMock PaymentTransactionMock.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[155/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
[156/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
Fetching https://github.com/space-code/log.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/space-code/atomic.git
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/space-code/concurrency.git
[1/155] Fetching concurrency
[50/412] Fetching concurrency, log
[133/639] Fetching concurrency, log, atomic
[362/2721] Fetching concurrency, log, atomic, swift-docc-plugin
[844/16772] Fetching concurrency, log, atomic, swift-docc-plugin, swift-snapshot-testing
Fetched https://github.com/space-code/concurrency.git from cache (2.62s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.62s)
Fetched https://github.com/apple/swift-docc-plugin from cache (2.62s)
Fetched https://github.com/space-code/log.git from cache (2.62s)
Fetched https://github.com/space-code/atomic.git from cache (2.62s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.14s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.86s)
[1/70927] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.30s)
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.77s)
Computing version for https://github.com/space-code/log.git
Computed https://github.com/space-code/log.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.58s)
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.24s)
Computing version for https://github.com/space-code/concurrency.git
Computed https://github.com/space-code/concurrency.git at 0.2.0 (1.71s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.46s)
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.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.81s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.54s)
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/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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/atomic.git
Working copy of https://github.com/space-code/atomic.git resolved at 1.1.0
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/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/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/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/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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
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