The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftToasts, reference main (fa3840), with Swift 6.2 (beta) for macOS (SPM) on 28 Aug 2025 18:33:54 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/athankefalas/swift-toasts.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/athankefalas/swift-toasts
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fa3840a Release v0.9.2
Cloned https://github.com/athankefalas/swift-toasts.git
Revision (git rev-parse @):
fa3840a4daa9811ba95dcaf19ea07e23193103c7
SUCCESS checkout https://github.com/athankefalas/swift-toasts.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/athankefalas/swift-toasts.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/87] Emitting module SwiftToasts
[4/96] Compiling SwiftToasts HostedToastContent.swift
[5/96] Compiling SwiftToasts ToastButton.swift
[6/96] Compiling SwiftToasts ToastPresenterReader.swift
[7/96] Compiling SwiftToasts SoundSettingsExample.swift
[8/96] Compiling SwiftToasts ToastPresentationLayoutExample.swift
[9/96] Compiling SwiftToasts UserInfoFormExample.swift
[10/96] Compiling SwiftToasts PresentedPreview.swift
[11/96] Compiling SwiftToasts PreviewContent.swift
[12/96] Compiling SwiftToasts SomeObservableOject.swift
[13/96] Compiling SwiftToasts SwiftToasts.swift
[14/96] Compiling SwiftToasts CancellablesBox.swift
[15/96] Compiling SwiftToasts EnvironmentReaderModifier.swift
[16/96] Compiling SwiftToasts PlatformIdiomEnvironmentKey.swift
[17/96] Compiling SwiftToasts ToastCancellationEnvironmentKey.swift
[18/96] Compiling SwiftToasts ToastDismissEnvironmentKey.swift
[19/96] Compiling SwiftToasts ToastEnvironmentValues.swift
[20/96] Compiling SwiftToasts ToastInteractiveDismissEnabledEnvironmentKey.swift
[21/96] Compiling SwiftToasts ToastOrnamentPresentationEnvironmentKey.swift
[22/96] Compiling SwiftToasts ToastPresentationInvalidationOptionsEnvironmentKey.swift
[23/96] Compiling SwiftToasts ToastPresentedAlignmentEnvironmentKey.swift
[24/96] Compiling SwiftToasts ToastPresenterEnvironmentKey.swift
[25/96] Compiling SwiftToasts ToastPresentingLayoutGeometryKey.swift
[26/96] Compiling SwiftToasts ToastTransitionEnvironmentKey.swift
[27/96] Compiling SwiftToasts AssignToastPresenterModifier.swift
[28/96] Compiling SwiftToasts ToastBuilder.swift
[29/96] Compiling SwiftToasts ToastIdentifiableTaskModifier.swift
[30/96] Compiling SwiftToasts ToastModifier.swift
[31/96] Compiling SwiftToasts ToastOrnament.swift
[32/96] Compiling SwiftToasts ToastPresentation.swift
[33/96] Compiling SwiftToasts ToastPresentationInvalidationOptions.swift
[34/96] Compiling SwiftToasts ToastPresentationSpace.swift
[35/96] Compiling SwiftToasts ToastRole.swift
[36/96] Compiling SwiftToasts ToastTransition.swift
[37/96] Compiling SwiftToasts NSAssociatedProperty.swift
[38/96] Compiling SwiftToasts NSToastHostingController.swift
[39/96] Compiling SwiftToasts NSTransientFloatingWindow.swift
[40/96] Compiling SwiftToasts ToastPresentingLayoutModifier.swift
[41/96] Compiling SwiftToasts ToastReceivePublisherModifier.swift
[42/96] Compiling SwiftToasts ToastTargetSceneModifier.swift
[43/96] Compiling SwiftToasts ToastTaskModifier.swift
[44/96] Compiling SwiftToasts ToastTriggerModifier.swift
[45/96] Compiling SwiftToasts ScheduleToastAction.swift
[46/96] Compiling SwiftToasts AnyToastStyle.swift
[47/96] Compiling SwiftToasts PlainToastBackground.swift
[48/96] Compiling SwiftToasts PlainToastStyle.swift
[49/96] Compiling SwiftToasts Combine+Fallbacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[50/96] Compiling SwiftToasts FallbackStateObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[51/96] Compiling SwiftToasts PresentationBoundState.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[52/96] Compiling SwiftToasts RuntimeWarning.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[53/96] Compiling SwiftToasts SwiftUI+Fallbacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[54/96] Compiling SwiftToasts UIKit+Fallbacks.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[55/96] Compiling SwiftToasts SwiftToastsConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[56/96] Compiling SwiftToasts PlatformLayoutConstraints.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[57/96] Compiling SwiftToasts PresenterPhaseObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[58/96] Compiling SwiftToasts ScenePhaseObserver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:140:31: warning: capture of non-sendable type 'Value.Type' in an isolated closure
138 |     private func evaluatedBody() {
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
    |                               `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
141 |                 return
142 |             }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:138:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
136 |     }
137 |
138 |     private func evaluatedBody() {
    |                  `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
139 |         Task(priority: .userInitiated) { @MainActor in
140 |             guard latestValue != value else {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:294:21: warning: capture of non-sendable type 'ID.Type' in an isolated closure
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
293 |                 await action()
294 |                 self?.activeTask = nil
    |                     `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
295 |             }
296 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Compatibility/SwiftUI+Fallbacks.swift:292:70: warning: capture of non-sendable type 'ID.Type' in an isolated closure
290 |             performing action: @escaping @MainActor @Sendable () async -> Void
291 |         ) {
292 |             activeTask = Task(priority: priority) { @MainActor [weak self] in
    |                                                                      `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
293 |                 await action()
294 |                 self?.activeTask = nil
[59/96] Compiling SwiftToasts ToastButtonStyle.swift
[60/96] Compiling SwiftToasts ToastLabelStyle.swift
[61/96] Compiling SwiftToasts ToastLabeledContentStyle.swift
[62/96] Compiling SwiftToasts ToastConfiguration.swift
[63/96] Compiling SwiftToasts ToastStyle.swift
[64/96] Compiling SwiftToasts ToastStyleEnvironmentKey.swift
[65/96] Compiling SwiftToasts Toast.swift
[66/96] Compiling SwiftToasts ToastPresenterProxy.swift
[67/96] Compiling SwiftToasts AnyTransition+ToastTransition.swift
[68/96] Compiling SwiftToasts ToastPresentationCanceller.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[69/96] Compiling SwiftToasts ToastPresentationContextSelector.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[70/96] Compiling SwiftToasts ToastPresenting.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[71/96] Compiling SwiftToasts ToastScheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[72/96] Compiling SwiftToasts PlatformIdiom.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[73/96] Compiling SwiftToasts PresentationContext.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[74/96] Compiling SwiftToasts ToastAlignment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[75/96] Compiling SwiftToasts ToastCancellation.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[76/96] Compiling SwiftToasts ToastDismissAction.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[77/96] Compiling SwiftToasts ToastDuration.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToasts/Models/PresentationContext.swift:290:15: warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
288 |         case .screenSaver:
289 |             attributes.insert(.discardable)
290 |         case .dock:
    |               `- warning: 'dock' was deprecated in macOS 10.13 [#DeprecatedDeclaration]
291 |             attributes.insert(.discardable)
292 |         default:
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[78/96] Compiling SwiftToasts NSView+Animatable.swift
[79/96] Compiling SwiftToasts NSWindow+ToastPresenting.swift
[80/96] Compiling SwiftToasts NSWindowToastPresenterReaderModifier.swift
[81/96] Compiling SwiftToasts UIToastHostingController.swift
[82/96] Compiling SwiftToasts UIView+Animatable.swift
[83/96] Compiling SwiftToasts UIWindow+ToastPresenting .swift
[84/96] Compiling SwiftToasts UIWindowToastPresenterReaderModifier.swift
[85/96] Compiling SwiftToasts UIToastHostingOrnament.swift
[86/96] Compiling SwiftToasts UIWindow+ToastOrnament.swift
[87/96] Compiling SwiftToasts Animatable.swift
[88/96] Compiling SwiftToasts CAAnimatable.swift
[89/96] Compiling SwiftToasts AnimatablePropertiesBuilder.swift
[90/96] Compiling SwiftToasts AnimatableProperty.swift
[91/96] Compiling SwiftToasts AnyAnimationProperty.swift
[92/96] Compiling SwiftToasts Array+AnyAnimationPropertyMerging.swift
[93/96] Compiling SwiftToasts OpacityProperty.swift
[94/96] Compiling SwiftToasts TransformProperty+CATransform3D.swift
[95/96] Compiling SwiftToasts TransformProperty.swift
[96/96] Compiling SwiftToasts Cocoa+Fallbacks.swift
Build complete! (8.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftToasts",
  "name" : "SwiftToasts",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftToasts",
      "targets" : [
        "SwiftToasts"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftToastsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToastsTests",
      "path" : "Tests/SwiftToastsTests",
      "sources" : [
        "SwiftToastsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftToasts"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftToasts",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToasts",
      "path" : "Sources/SwiftToasts",
      "product_memberships" : [
        "SwiftToasts"
      ],
      "sources" : [
        "Animation/Animatable.swift",
        "Animation/CAAnimatable.swift",
        "Animation/Properties/AnimatablePropertiesBuilder.swift",
        "Animation/Properties/AnimatableProperty.swift",
        "Animation/Properties/AnyAnimationProperty.swift",
        "Animation/Properties/Array+AnyAnimationPropertyMerging.swift",
        "Animation/Properties/OpacityProperty.swift",
        "Animation/Properties/TransformProperty+CATransform3D.swift",
        "Animation/Properties/TransformProperty.swift",
        "Compatibility/Cocoa+Fallbacks.swift",
        "Compatibility/Combine+Fallbacks.swift",
        "Compatibility/PropertyWrappers/FallbackStateObject.swift",
        "Compatibility/PropertyWrappers/PresentationBoundState.swift",
        "Compatibility/RuntimeWarning.swift",
        "Compatibility/SwiftUI+Fallbacks.swift",
        "Compatibility/UIKit+Fallbacks.swift",
        "Configuration/SwiftToastsConfiguration.swift",
        "Constraints/PlatformLayoutConstraints.swift",
        "Controllers/PresenterPhaseObserver.swift",
        "Controllers/ScenePhaseObserver.swift",
        "Controllers/ToastPresentationCanceller.swift",
        "Controllers/ToastPresentationContextSelector.swift",
        "Controllers/ToastPresenting.swift",
        "Controllers/ToastScheduler.swift",
        "Models/PlatformIdiom.swift",
        "Models/PresentationContext.swift",
        "Models/ToastAlignment.swift",
        "Models/ToastCancellation.swift",
        "Models/ToastDismissAction.swift",
        "Models/ToastDuration.swift",
        "Models/ToastOrnament.swift",
        "Models/ToastPresentation.swift",
        "Models/ToastPresentationInvalidationOptions.swift",
        "Models/ToastPresentationSpace.swift",
        "Models/ToastRole.swift",
        "Models/ToastTransition.swift",
        "NSObjectHelpers/NSAssociatedProperty.swift",
        "PlatformCocoa/NSToastHostingController.swift",
        "PlatformCocoa/NSTransientFloatingWindow.swift",
        "PlatformCocoa/NSView+Animatable.swift",
        "PlatformCocoa/NSWindow+ToastPresenting.swift",
        "PlatformCocoa/NSWindowToastPresenterReaderModifier.swift",
        "PlatformUIKit/UIToastHostingController.swift",
        "PlatformUIKit/UIView+Animatable.swift",
        "PlatformUIKit/UIWindow+ToastPresenting .swift",
        "PlatformUIKit/UIWindowToastPresenterReaderModifier.swift",
        "PlatformUIKit/VisionOS/UIToastHostingOrnament.swift",
        "PlatformUIKit/VisionOS/UIWindow+ToastOrnament.swift",
        "SwiftToasts.swift",
        "SwiftUI/CancellablesBox.swift",
        "SwiftUI/Environment/EnvironmentReaderModifier.swift",
        "SwiftUI/Environment/PlatformIdiomEnvironmentKey.swift",
        "SwiftUI/Environment/ToastCancellationEnvironmentKey.swift",
        "SwiftUI/Environment/ToastDismissEnvironmentKey.swift",
        "SwiftUI/Environment/ToastEnvironmentValues.swift",
        "SwiftUI/Environment/ToastInteractiveDismissEnabledEnvironmentKey.swift",
        "SwiftUI/Environment/ToastOrnamentPresentationEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresentationInvalidationOptionsEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresentedAlignmentEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresenterEnvironmentKey.swift",
        "SwiftUI/Environment/ToastPresentingLayoutGeometryKey.swift",
        "SwiftUI/Environment/ToastTransitionEnvironmentKey.swift",
        "SwiftUI/Modifiers/AssignToastPresenterModifier.swift",
        "SwiftUI/Modifiers/ToastBuilder.swift",
        "SwiftUI/Modifiers/ToastIdentifiableTaskModifier.swift",
        "SwiftUI/Modifiers/ToastModifier.swift",
        "SwiftUI/Modifiers/ToastPresentingLayoutModifier.swift",
        "SwiftUI/Modifiers/ToastReceivePublisherModifier.swift",
        "SwiftUI/Modifiers/ToastTargetSceneModifier.swift",
        "SwiftUI/Modifiers/ToastTaskModifier.swift",
        "SwiftUI/Modifiers/ToastTriggerModifier.swift",
        "SwiftUI/ScheduleToastAction.swift",
        "SwiftUI/Toast/Style/AnyToastStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/PlainToastBackground.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/PlainToastStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/ToastButtonStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/ToastLabelStyle.swift",
        "SwiftUI/Toast/Style/Common/PlainToastStyle/ToastLabeledContentStyle.swift",
        "SwiftUI/Toast/Style/ToastConfiguration.swift",
        "SwiftUI/Toast/Style/ToastStyle.swift",
        "SwiftUI/Toast/Style/ToastStyleEnvironmentKey.swift",
        "SwiftUI/Toast/Toast.swift",
        "SwiftUI/ToastPresenterProxy.swift",
        "SwiftUI/Transition/AnyTransition+ToastTransition.swift",
        "SwiftUI/Views/HostedToastContent.swift",
        "SwiftUI/Views/ToastButton.swift",
        "SwiftUI/Views/ToastPresenterReader.swift",
        "_Examples/SoundSettingsExample.swift",
        "_Examples/ToastPresentationLayoutExample.swift",
        "_Examples/UserInfoFormExample.swift",
        "_Previews/PresentedPreview.swift",
        "_Previews/PreviewContent.swift",
        "_Previews/SomeObservableOject.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.