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-to-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-to-ten.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/renaudjenny/swift-to-ten
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3a87adf docs(README): add Swift Package Index badges
Cloned https://github.com/renaudjenny/swift-to-ten.git
Revision (git rev-parse @):
3a87adf99b71a5c2171c4364e21311e3687171d5
SUCCESS checkout https://github.com/renaudjenny/swift-to-ten.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/renaudjenny/swift-to-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/8] Write sources
[7/8] Write swift-version-6F35C1178C84523A.txt
[9/19] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/19] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[11/19] Compiling XCTestDynamicOverlay XCTFail.swift
[12/19] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/19] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[14/19] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[15/19] Compiling XCTestDynamicOverlay Deprecations.swift
[16/19] Emitting module XCTestDynamicOverlay
[17/19] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[18/19] Emitting module SwiftRegex
[19/19] Compiling SwiftRegex TupleRegex.swift
[20/43] Compiling SwiftToTen SwiftToTen.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:17:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: consider making struct 'SwiftToTen' conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
    :
 15 |
 16 | extension SwiftToTen {
 17 |     public static let live = Self(recognizeTime: { RecognizeTime(calendar: $1).recognizeTime(in: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
 18 | }
 19 |
[21/43] Emitting module SwiftToTen
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:17:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: consider making struct 'SwiftToTen' conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
    :
 15 |
 16 | extension SwiftToTen {
 17 |     public static let live = Self(recognizeTime: { RecognizeTime(calendar: $1).recognizeTime(in: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
 18 | }
 19 |
[22/43] Compiling CombineSchedulers UIScheduler.swift
[23/44] Compiling Clocks Timer.swift
[24/45] Compiling CombineSchedulers UIKit.swift
[25/45] Compiling CombineSchedulers NSRecursiveLock.swift
[26/45] Compiling CombineSchedulers AnyScheduler.swift
[27/45] Compiling CombineSchedulers Concurrency.swift
[28/45] Compiling CombineSchedulers Timer.swift
[29/45] Compiling CombineSchedulers TestScheduler.swift
[30/45] Compiling CombineSchedulers UnimplementedScheduler.swift
[31/45] Compiling Clocks UnimplementedClock.swift
[32/45] Compiling Clocks TestClock.swift
[33/45] Compiling Clocks Yield.swift
[34/45] Compiling Clocks Lock.swift
[35/45] Compiling Clocks ImmediateClock.swift
[36/45] Compiling CombineSchedulers Lock.swift
[37/45] Compiling Clocks AnyClock.swift
[38/45] Compiling CombineSchedulers SwiftUI.swift
[39/45] Compiling CombineSchedulers ImmediateScheduler.swift
[40/45] Compiling CombineSchedulers Deprecations.swift
[41/45] Compiling Clocks _AsyncTimerSequence.swift
[42/45] Compiling Clocks SwiftUI.swift
[43/45] Emitting module CombineSchedulers
[44/45] Emitting module Clocks
[45/45] Compiling Clocks Shims.swift
[46/73] Compiling Dependencies Locale.swift
[47/73] Compiling Dependencies MainQueue.swift
[48/73] Compiling Dependencies MainRunLoop.swift
[49/75] Compiling Dependencies Exports.swift
[50/75] Compiling Dependencies OpenExistential.swift
[51/75] Compiling Dependencies RuntimeWarnings.swift
[52/75] Compiling Dependencies ActorIsolated.swift
[53/75] Compiling Dependencies AsyncStream.swift
[54/75] Compiling Dependencies AsyncThrowingStream.swift
[55/75] Compiling Dependencies LockIsolated.swift
[56/75] Compiling Dependencies Task.swift
[57/75] Compiling Dependencies UncheckedSendable.swift
[58/75] Compiling Dependencies Context.swift
[59/75] Compiling Dependencies Date.swift
[60/75] Compiling Dependencies FireAndForget.swift
[61/75] Compiling Dependencies Dependency.swift
[62/75] Compiling Dependencies DependencyContext.swift
[63/75] Compiling Dependencies DependencyKey.swift
[64/75] Compiling Dependencies OpenURL.swift
[65/75] Compiling Dependencies TimeZone.swift
[66/75] Compiling Dependencies URLSession.swift
[67/75] Compiling Dependencies UUID.swift
[68/75] Compiling Dependencies WithRandomNumberGenerator.swift
[69/75] Compiling Dependencies Deprecations.swift
[70/75] Compiling Dependencies DependencyValues.swift
[71/75] Compiling Dependencies Calendar.swift
[72/75] Compiling Dependencies Clocks.swift
[73/75] Emitting module Dependencies
[74/75] Compiling Dependencies TypeName.swift
[75/75] Compiling Dependencies WithDependencies.swift
[76/77] Compiling SwiftToTenDependency SwiftToTenDependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:7:16: warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | extension SwiftToTen {
 7 |     static let test = Self(recognizeTime: unimplemented("SwiftToTen.recognizeTime"))
   |                `- warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     static let preview = SwiftToTen.live
 9 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftToTen'
 1 | import Dependencies
 2 | import Foundation
 3 | @_exported import SwiftToTen
   |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftToTen'
 4 | import XCTestDynamicOverlay
 5 |
 6 | extension SwiftToTen {
 7 |     static let test = Self(recognizeTime: unimplemented("SwiftToTen.recognizeTime"))
   |                |- 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 |     static let preview = SwiftToTen.live
 9 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:8:16: warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | extension SwiftToTen {
 7 |     static let test = Self(recognizeTime: unimplemented("SwiftToTen.recognizeTime"))
 8 |     static let preview = SwiftToTen.live
   |                |- warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- 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
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:17:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: consider making struct 'SwiftToTen' conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
    :
 15 |
 16 | extension SwiftToTen {
 17 |     public static let live = Self(recognizeTime: { RecognizeTime(calendar: $1).recognizeTime(in: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
 18 | }
 19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:12:16: warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | private enum SwiftToTenDependencyKey: DependencyKey {
12 |     static let liveValue = SwiftToTen.live
   |                |- warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
13 |     static let testValue = SwiftToTen.test
14 |     static let previewValue = SwiftToTen.preview
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:13:16: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
11 | private enum SwiftToTenDependencyKey: DependencyKey {
12 |     static let liveValue = SwiftToTen.live
13 |     static let testValue = SwiftToTen.test
   |                |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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 |     static let previewValue = SwiftToTen.preview
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:14:16: warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     static let liveValue = SwiftToTen.live
13 |     static let testValue = SwiftToTen.test
14 |     static let previewValue = SwiftToTen.preview
   |                |- warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
15 | }
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:11:14: warning: type 'SwiftToTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 | }
10 |
11 | private enum SwiftToTenDependencyKey: DependencyKey {
   |              `- warning: type 'SwiftToTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 |     static let liveValue = SwiftToTen.live
13 |     static let testValue = SwiftToTen.test
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
[77/77] Emitting module SwiftToTenDependency
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:7:16: warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | extension SwiftToTen {
 7 |     static let test = Self(recognizeTime: unimplemented("SwiftToTen.recognizeTime"))
   |                `- warning: static property 'test' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |     static let preview = SwiftToTen.live
 9 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:3:12: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftToTen'
 1 | import Dependencies
 2 | import Foundation
 3 | @_exported import SwiftToTen
   |            `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SwiftToTen'
 4 | import XCTestDynamicOverlay
 5 |
 6 | extension SwiftToTen {
 7 |     static let test = Self(recognizeTime: unimplemented("SwiftToTen.recognizeTime"))
   |                |- 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 |     static let preview = SwiftToTen.live
 9 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:8:16: warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
 6 | extension SwiftToTen {
 7 |     static let test = Self(recognizeTime: unimplemented("SwiftToTen.recognizeTime"))
 8 |     static let preview = SwiftToTen.live
   |                |- warning: static property 'preview' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- 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
 9 | }
10 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:17:23: warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: consider making struct 'SwiftToTen' conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
    :
 15 |
 16 | extension SwiftToTen {
 17 |     public static let live = Self(recognizeTime: { RecognizeTime(calendar: $1).recognizeTime(in: $0) })
    |                       |- warning: static property 'live' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
 18 | }
 19 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:12:16: warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
10 |
11 | private enum SwiftToTenDependencyKey: DependencyKey {
12 |     static let liveValue = SwiftToTen.live
   |                |- warning: static property 'liveValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
13 |     static let testValue = SwiftToTen.test
14 |     static let previewValue = SwiftToTen.preview
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:13:16: warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
11 | private enum SwiftToTenDependencyKey: DependencyKey {
12 |     static let liveValue = SwiftToTen.live
13 |     static let testValue = SwiftToTen.test
   |                |- warning: static property 'testValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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 |     static let previewValue = SwiftToTen.preview
15 | }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:14:16: warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' may have shared mutable state; this is an error in the Swift 6 language mode
12 |     static let liveValue = SwiftToTen.live
13 |     static let testValue = SwiftToTen.test
14 |     static let previewValue = SwiftToTen.preview
   |                |- warning: static property 'previewValue' is not concurrency-safe because non-'Sendable' type 'SwiftToTen' 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
15 | }
16 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTenDependency/SwiftToTenDependency.swift:11:14: warning: type 'SwiftToTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 | }
10 |
11 | private enum SwiftToTenDependencyKey: DependencyKey {
   |              `- warning: type 'SwiftToTen' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
12 |     static let liveValue = SwiftToTen.live
13 |     static let testValue = SwiftToTen.test
/Users/admin/builder/spi-builder-workspace/Sources/SwiftToTen/SwiftToTen.swift:4:15: note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  2 | import SwiftRegex
  3 |
  4 | public struct SwiftToTen {
    |               `- note: struct 'SwiftToTen' does not conform to the 'Sendable' protocol
  5 |     public var recognizeTime: (String, Calendar) -> Date?
  6 |
Build complete! (49.42s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/johnno1962/SwiftRegex5
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/187] Fetching swiftregex5
[9/1462] Fetching swiftregex5, swift-clocks
[60/3706] Fetching swiftregex5, swift-clocks, combine-schedulers
[259/6062] Fetching swiftregex5, swift-clocks, combine-schedulers, xctest-dynamic-overlay
[1193/10050] Fetching swiftregex5, swift-clocks, combine-schedulers, xctest-dynamic-overlay, swift-dependencies
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.19s)
Fetched https://github.com/johnno1962/SwiftRegex5 from cache (1.19s)
[3998/7507] Fetching swift-clocks, combine-schedulers, swift-dependencies
Fetched https://github.com/pointfreeco/swift-clocks from cache (1.44s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.44s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (1.44s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.4.1 (0.67s)
Computing version for https://github.com/johnno1962/SwiftRegex5
Computed https://github.com/johnno1962/SwiftRegex5 at 5.2.1 (0.67s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.8.4 (0.66s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.2.0 (0.68s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.9.1 (0.70s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.4.1
Creating working copy for https://github.com/johnno1962/SwiftRegex5
Working copy of https://github.com/johnno1962/SwiftRegex5 resolved at 5.2.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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.9.1
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftregex5",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.2.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/johnno1962/SwiftRegex5"
    },
    {
      "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-to-ten",
  "name" : "swift-to-ten",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftToTen",
      "targets" : [
        "SwiftToTen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftToTenDependency",
      "targets" : [
        "SwiftToTenDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftToTenTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToTenTests",
      "path" : "Tests/SwiftToTenTests",
      "sources" : [
        "SwiftToTenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftToTen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftToTenDependency",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToTenDependency",
      "path" : "Sources/SwiftToTenDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "SwiftToTenDependency"
      ],
      "sources" : [
        "SwiftToTenDependency.swift"
      ],
      "target_dependencies" : [
        "SwiftToTen"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftToTen",
      "module_type" : "SwiftTarget",
      "name" : "SwiftToTen",
      "path" : "Sources/SwiftToTen",
      "product_dependencies" : [
        "SwiftRegex"
      ],
      "product_memberships" : [
        "SwiftToTen",
        "SwiftToTenDependency"
      ],
      "sources" : [
        "SwiftToTen.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.