This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-past-ten with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 8

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/renaudjenny/swift-past-ten.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/renaudjenny/swift-past-ten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84066e7 docs(README): update to mention last version an Point Free Dependecies
Cloned https://github.com/renaudjenny/swift-past-ten.git
Revision (git rev-parse @):
84066e7940d44929b7d51809d4294073d1006230
SUCCESS checkout https://github.com/renaudjenny/swift-past-ten.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/renaudjenny/swift-past-ten.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-6F35C1178C84523A.txt
[8/20] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[9/20] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[10/20] Compiling XCTestDynamicOverlay Deprecations.swift
[11/20] Compiling XCTestDynamicOverlay XCTFail.swift
[12/20] Emitting module XCTestDynamicOverlay
[13/20] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/20] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[15/20] Compiling XCTestDynamicOverlay Unimplemented.swift
[16/20] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[17/20] Compiling SwiftPastTen SwiftPastTen.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:16:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: consider making struct 'SwiftPastTen' conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
    :
 14 |
 15 | extension SwiftPastTen {
 16 |     public static let live = Self(tellTime: { try TellTime().tell(time: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'live' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 | }
 18 |
[18/20] Compiling SwiftPastTen PastTenFormatError.swift
[19/20] Compiling SwiftPastTen Utilities.swift
[20/20] Emitting module SwiftPastTen
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:16:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: consider making struct 'SwiftPastTen' conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
    :
 14 |
 15 | extension SwiftPastTen {
 16 |     public static let live = Self(tellTime: { try TellTime().tell(time: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'live' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 | }
 18 |
[21/42] Compiling CombineSchedulers UIScheduler.swift
[22/43] Compiling CombineSchedulers UIKit.swift
[23/43] Compiling CombineSchedulers Timer.swift
[24/43] Compiling CombineSchedulers UnimplementedScheduler.swift
[25/43] Compiling Clocks _AsyncTimerSequence.swift
[26/43] Compiling CombineSchedulers TestScheduler.swift
[27/43] Emitting module CombineSchedulers
[28/43] Compiling CombineSchedulers Lock.swift
[29/43] Compiling Clocks Lock.swift
[30/43] Compiling Clocks Shims.swift
[31/43] Compiling Clocks ImmediateClock.swift
[32/43] Compiling CombineSchedulers NSRecursiveLock.swift
[33/43] Compiling CombineSchedulers ImmediateScheduler.swift
[34/43] Compiling Clocks TestClock.swift
[35/43] Compiling CombineSchedulers Deprecations.swift
[36/43] Compiling Clocks Timer.swift
[37/43] Compiling Clocks Yield.swift
[38/43] Compiling CombineSchedulers AnyScheduler.swift
[39/43] Compiling CombineSchedulers Concurrency.swift
[40/43] Compiling Clocks AnyClock.swift
[41/43] Emitting module Clocks
[42/43] Compiling CombineSchedulers SwiftUI.swift
[43/43] Compiling Clocks SwiftUI.swift
[44/44] Compiling Clocks UnimplementedClock.swift
[45/72] Compiling Dependencies ActorIsolated.swift
[46/72] Compiling Dependencies AsyncStream.swift
[47/72] Compiling Dependencies AsyncThrowingStream.swift
[48/72] Compiling Dependencies Exports.swift
[49/72] Compiling Dependencies OpenExistential.swift
[50/72] Compiling Dependencies RuntimeWarnings.swift
[51/74] Compiling Dependencies Locale.swift
[52/74] Compiling Dependencies MainQueue.swift
[53/74] Compiling Dependencies MainRunLoop.swift
[54/74] Compiling Dependencies Context.swift
[55/74] Compiling Dependencies Date.swift
[56/74] Compiling Dependencies FireAndForget.swift
[57/74] Compiling Dependencies OpenURL.swift
[58/74] Compiling Dependencies TimeZone.swift
[59/74] Compiling Dependencies URLSession.swift
[60/74] Compiling Dependencies Dependency.swift
[61/74] Compiling Dependencies DependencyContext.swift
[62/74] Compiling Dependencies DependencyKey.swift
[63/74] Compiling Dependencies LockIsolated.swift
[64/74] Compiling Dependencies Task.swift
[65/74] Compiling Dependencies UncheckedSendable.swift
[66/74] Emitting module Dependencies
[67/74] Compiling Dependencies UUID.swift
[68/74] Compiling Dependencies WithRandomNumberGenerator.swift
[69/74] Compiling Dependencies Deprecations.swift
[70/74] Compiling Dependencies DependencyValues.swift
[71/74] Compiling Dependencies Calendar.swift
[72/74] Compiling Dependencies Clocks.swift
[73/74] Compiling Dependencies TypeName.swift
[74/74] Compiling Dependencies WithDependencies.swift
[75/76] Compiling SwiftPastTenDependency SwiftPastTenDependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:6:16: warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | extension SwiftPastTen {
 6 |     static let preview = SwiftPastTen.live
   |                `- warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     static let test = Self(tellTime: unimplemented("SwiftPastTen.tellTime"))
 8 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:2:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftPastTen'
 1 | import Dependencies
 2 | @_exported import SwiftPastTen
   |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftPastTen'
 3 | import XCTestDynamicOverlay
 4 |
 5 | extension SwiftPastTen {
 6 |     static let preview = SwiftPastTen.live
   |                |- note: annotate 'preview' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |     static let test = Self(tellTime: unimplemented("SwiftPastTen.tellTime"))
 8 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:16:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: consider making struct 'SwiftPastTen' conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
    :
 14 |
 15 | extension SwiftPastTen {
 16 |     public static let live = Self(tellTime: { try TellTime().tell(time: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'live' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 | }
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:7:16: warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | extension SwiftPastTen {
 6 |     static let preview = SwiftPastTen.live
 7 |     static let test = Self(tellTime: unimplemented("SwiftPastTen.tellTime"))
   |                |- warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'test' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:11:16: warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | private enum SwiftPastTenDependencyKey: DependencyKey {
11 |     static let liveValue = SwiftPastTen.live
   |                |- warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'liveValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     static let previewValue = SwiftPastTen.preview
13 |     static let testValue = SwiftPastTen.test
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:12:16: warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
10 | private enum SwiftPastTenDependencyKey: DependencyKey {
11 |     static let liveValue = SwiftPastTen.live
12 |     static let previewValue = SwiftPastTen.preview
   |                |- warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'previewValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     static let testValue = SwiftPastTen.test
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:13:16: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
11 |     static let liveValue = SwiftPastTen.live
12 |     static let previewValue = SwiftPastTen.preview
13 |     static let testValue = SwiftPastTen.test
   |                |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'testValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:10:14: warning: type 'SwiftPastTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 8 | }
 9 |
10 | private enum SwiftPastTenDependencyKey: DependencyKey {
   |              `- warning: type 'SwiftPastTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |     static let liveValue = SwiftPastTen.live
12 |     static let previewValue = SwiftPastTen.preview
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
[76/76] Emitting module SwiftPastTenDependency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:6:16: warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 4 |
 5 | extension SwiftPastTen {
 6 |     static let preview = SwiftPastTen.live
   |                `- warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 7 |     static let test = Self(tellTime: unimplemented("SwiftPastTen.tellTime"))
 8 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:2:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftPastTen'
 1 | import Dependencies
 2 | @_exported import SwiftPastTen
   |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftPastTen'
 3 | import XCTestDynamicOverlay
 4 |
 5 | extension SwiftPastTen {
 6 |     static let preview = SwiftPastTen.live
   |                |- note: annotate 'preview' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 7 |     static let test = Self(tellTime: unimplemented("SwiftPastTen.tellTime"))
 8 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:16:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: consider making struct 'SwiftPastTen' conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
    :
 14 |
 15 | extension SwiftPastTen {
 16 |     public static let live = Self(tellTime: { try TellTime().tell(time: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'live' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 17 | }
 18 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:7:16: warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 5 | extension SwiftPastTen {
 6 |     static let preview = SwiftPastTen.live
 7 |     static let test = Self(tellTime: unimplemented("SwiftPastTen.tellTime"))
   |                |- warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'test' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 | }
 9 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:11:16: warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
 9 |
10 | private enum SwiftPastTenDependencyKey: DependencyKey {
11 |     static let liveValue = SwiftPastTen.live
   |                |- warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'liveValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
12 |     static let previewValue = SwiftPastTen.preview
13 |     static let testValue = SwiftPastTen.test
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:12:16: warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
10 | private enum SwiftPastTenDependencyKey: DependencyKey {
11 |     static let liveValue = SwiftPastTen.live
12 |     static let previewValue = SwiftPastTen.preview
   |                |- warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'previewValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
13 |     static let testValue = SwiftPastTen.test
14 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:13:16: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
11 |     static let liveValue = SwiftPastTen.live
12 |     static let previewValue = SwiftPastTen.preview
13 |     static let testValue = SwiftPastTen.test
   |                |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftPastTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'testValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
14 | }
15 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTenDependency/SwiftPastTenDependency.swift:10:14: warning: type 'SwiftPastTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 8 | }
 9 |
10 | private enum SwiftPastTenDependencyKey: DependencyKey {
   |              `- warning: type 'SwiftPastTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |     static let liveValue = SwiftPastTen.live
12 |     static let previewValue = SwiftPastTen.preview
/Users/admin/builder/spi-builder-workspace/Sources/SwiftPastTen/SwiftPastTen.swift:3:15: note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  1 | import Foundation
  2 |
  3 | public struct SwiftPastTen {
    |               `- note: struct 'SwiftPastTen' does not conform to the 'Sendable' protocol
  4 |     public var tellTime: (String) throws -> String
  5 |
Build complete! (46.74s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2244] Fetching combine-schedulers
[91/3519] Fetching combine-schedulers, swift-clocks
[193/5875] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay
[1002/9894] Fetching combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.32s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.32s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.32s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.32s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.4.1 (0.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.4 (0.68s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.2.0 (0.70s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.1 (0.66s)
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.9.1
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.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 0.8.4
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.4.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "swift-past-ten",
  "name" : "swift-past-ten",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftPastTen",
      "targets" : [
        "SwiftPastTen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftPastTenDependency",
      "targets" : [
        "SwiftPastTenDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftPastTenTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPastTenTests",
      "path" : "Tests/SwiftPastTenTests",
      "sources" : [
        "SwiftPastTenTests.swift",
        "UtilitiesTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftPastTen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftPastTenDependency",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPastTenDependency",
      "path" : "Sources/SwiftPastTenDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "SwiftPastTenDependency"
      ],
      "sources" : [
        "SwiftPastTenDependency.swift"
      ],
      "target_dependencies" : [
        "SwiftPastTen"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftPastTen",
      "module_type" : "SwiftTarget",
      "name" : "SwiftPastTen",
      "path" : "Sources/SwiftPastTen",
      "product_memberships" : [
        "SwiftPastTen",
        "SwiftPastTenDependency"
      ],
      "sources" : [
        "PastTenFormatError.swift",
        "SwiftPastTen.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.