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 OTCore, reference 1.6.0 (0fa32d), with Swift 6.0 for macOS (SPM) on 14 Oct 2024 20:02:32 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/OTCore.git
Reference: 1.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/OTCore
 * tag               1.6.0      -> FETCH_HEAD
HEAD is now at 0fa32db Updated README
Cloned https://github.com/orchetect/OTCore.git
Revision (git rev-parse @):
0fa32db7db2380733f8a89df428d2c6eb6f37c05
SUCCESS checkout https://github.com/orchetect/OTCore.git at 1.6.0
Fetching https://github.com/orchetect/XCTestUtils
[1/223] Fetching xctestutils
Fetched https://github.com/orchetect/XCTestUtils from cache (0.70s)
Computing version for https://github.com/orchetect/XCTestUtils
Computed https://github.com/orchetect/XCTestUtils at 1.0.3 (0.66s)
Creating working copy for https://github.com/orchetect/XCTestUtils
Working copy of https://github.com/orchetect/XCTestUtils resolved at 1.0.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "otcore",
      "name": "OTCore",
      "url": "https://github.com/orchetect/OTCore.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OTCore",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/orchetect/OTCore.git
[1/5027] Fetching otcore
Fetched https://github.com/orchetect/OTCore.git from cache (1.10s)
Creating working copy for https://github.com/orchetect/OTCore.git
Working copy of https://github.com/orchetect/OTCore.git resolved at 1.6.0 (0fa32db)
warning: '.resolve-product-dependencies': dependency 'otcore' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/orchetect/OTCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version--4A847ED0836F2485.txt
[3/66] Emitting module OTCore
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[4/72] Compiling OTCore String and CharacterSet.swift
[5/72] Compiling OTCore String and Data.swift
[6/72] Compiling OTCore String and Foundation.swift
[7/72] Compiling OTCore String and NSRegularExpression.swift
[8/72] Compiling OTCore String and NumberFormatter.swift
[9/72] Compiling OTCore TimeInterval.swift
[10/72] Compiling OTCore Timespec and TimeInterval.swift
[11/72] Compiling OTCore OTCore API 1.4.17.swift
[12/72] Compiling OTCore OTCore API 1.5.4.swift
[13/72] Compiling OTCore Clamped Property Wrapper.swift
[14/72] Compiling OTCore Collection Set-Like Methods.swift
[15/72] Compiling OTCore DataReader.swift
[16/72] Compiling OTCore DateComponents from String.swift
[17/72] Compiling OTCore EmailAddress.swift
[18/72] Compiling OTCore IPAddress.swift
[19/72] Compiling OTCore PassiveDataReader.swift
[20/72] Compiling OTCore String Sanitize Path Component.swift
[21/72] Compiling OTCore String Title Case.swift
[22/72] Compiling OTCore String Wrapped.swift
[23/72] Compiling OTCore Time.swift
[24/72] Compiling OTCore Transformable.swift
[25/72] Compiling OTCore Concurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[26/72] Compiling OTCore FloatingPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[27/72] Compiling OTCore Integers.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[28/72] Compiling OTCore Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[29/72] Compiling OTCore Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[30/72] Compiling OTCore Ranges.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:21:19: warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
19 |     await withTaskGroup(of: (Int, ResultElement).self) { group in
20 |         for (number, element) in sequence.enumerated() {
21 |             group.addTask(priority: priority) {
   |                   `- warning: task-isolated value of type '() async -> (Int, ResultElement)' passed as a strongly transferred parameter; later accesses could race; this is an error in the Swift 6 language mode
22 |                 await (number, elementTask(element))
23 |             }
[31/72] Compiling OTCore URL.swift
[32/72] Compiling OTCore UserDefaults.swift
[33/72] Compiling OTCore XMLElement.swift
[34/72] Compiling OTCore XMLNode.swift
[35/72] Compiling OTCore Bool.swift
[36/72] Compiling OTCore Collections.swift
[37/72] Compiling OTCore FloatingPoint and Darwin.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[38/72] Compiling OTCore Timespec.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[39/72] Compiling OTCore DispatchTimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[40/72] Compiling OTCore CharacterSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[41/72] Compiling OTCore Darwin and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[42/72] Compiling OTCore Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[43/72] Compiling OTCore Decimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:76:23: warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 74 |     /// English consonant letters, omitting vowels.
 75 |     @_disfavoredOverload
 76 |     public static var consonants = CharacterSet.letters.subtracting(Self.vowels)
    |                       |- warning: static property 'consonants' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'consonants' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'consonants' 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
 77 |
 78 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:81:23: warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 79 |     /// English vowel letters (a, e, i, o, u) including all cases and diacritic variants.
 80 |     @_disfavoredOverload
 81 |     public static var vowels = lowercaseVowels.union(uppercaseVowels)
    |                       |- warning: static property 'vowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'vowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'vowels' 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
 82 |
 83 |     /// **OTCore:**
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:86:23: warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 84 |     /// English lowercase vowel letters (a, e, i, o, u) including diacritic variants.
 85 |     @_disfavoredOverload
 86 |     public static var lowercaseVowels = CharacterSet(
    |                       |- warning: static property 'lowercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'lowercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'lowercaseVowels' 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
 87 |         charactersIn:
 88 |         "aàáâäæãåā" + "ª" + "ăąǟǻȁȃȧᵃḁạảấầẩẫậắằẳẵặ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/CharacterSet.swift:98:23: warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 96 |     /// English uppercase vowel letters (a, e, i, o, u) including diacritic variants.
 97 |     @_disfavoredOverload
 98 |     public static var uppercaseVowels = CharacterSet(
    |                       |- warning: static property 'uppercaseVowels' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'uppercaseVowels' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: annotate 'uppercaseVowels' 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
 99 |         charactersIn:
100 |         "AÀÁÂÄÆÃÅĀ" + "ĂĄǞǺȀȂȦᴬḀẠẢẤẦẨẪẬẮẰẲẴẶ"
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[44/72] Compiling OTCore Result.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[45/72] Compiling OTCore String.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[46/72] Compiling OTCore Clipboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[47/72] Compiling OTCore Globals.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[48/72] Compiling OTCore OSLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[49/72] Compiling OTCore Protocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Protocols/Protocols.swift:23:23: warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
 9 | /// **OTCore:**
10 | /// Enum describing endianness when stored in data form.
11 | public enum NumberEndianness {
   |             `- note: consider making enum 'NumberEndianness' conform to the 'Sendable' protocol
12 |     case platformDefault
13 |     case littleEndian
   :
21 |     /// **OTCore:**
22 |     /// Returns the current system hardware's byte order endianness.
23 |     public static let system: NumberEndianness =
   |                       |- warning: static property 'system' is not concurrency-safe because non-'Sendable' type 'NumberEndianness' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'system' 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
24 |         CFByteOrderGetCurrent() == CFByteOrderBigEndian.rawValue
25 |             ? .bigEndian
[50/72] Compiling OTCore Validated Property Wrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[51/72] Compiling OTCore ZeroIndexedCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[52/72] Compiling OTCore Collection BinarySearch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[53/72] Compiling OTCore NSControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[54/72] Compiling OTCore NSEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[55/72] Compiling OTCore NSFont.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[56/72] Compiling OTCore NSImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/AppKit/NSEvent.swift:20:14: warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
14 |     /// For non-mouse events the return value of this method is undefined.
15 |     @_disfavoredOverload
16 |     public func location(in view: NSView) -> NSPoint {
   |                 `- note: add '@MainActor' to make instance method 'location(in:)' part of global actor 'MainActor'
17 |         // Apple docs:
18 |         // "With NSMouseMoved and possibly other events, the event can have a nil window (that is, the window property contains nil). In this case, locationInWindow returns the event location in screen coordinates."
19 |
20 |         view.convert(locationInWindow, from: nil)
   |              `- warning: call to main actor-isolated instance method 'convert(_:from:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
21 |     }
22 | }
AppKit.NSView:89:26: note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 87 |     @available(swift, obsoleted: 3, renamed: "isOpaque")
 88 |     open var opaque: Bool { get }
 89 |     @MainActor open func convert(_ point: NSPoint, from view: NSView?) -> NSPoint
    |                          `- note: calls to instance method 'convert(_:from:)' from outside of its actor context are implicitly asynchronous
 90 |     @available(swift, obsoleted: 3, renamed: "convert(_:from:)")
 91 |     open func convertPoint(_ point: NSPoint, fromView view: NSView?) -> NSPoint
[57/72] Compiling OTCore Dispatch and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[58/72] Compiling OTCore DispatchGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[59/72] Compiling OTCore FloatingPoint and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[60/72] Compiling OTCore Integers and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[61/72] Compiling OTCore NSArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[62/72] Compiling OTCore NSAttributedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[63/72] Compiling OTCore Progress.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:73:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
 71 |         g.group.enter()
 72 |         dispatchQueue.async {
 73 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 74 |         }
 75 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinDispatchGroup) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:130:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 13 |     /// A thin DispatchGroup wrapper that only publicly allows `leave()` to be called.
 14 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
 15 |     public class ThinDispatchGroup {
    |                  `- note: class 'ThinDispatchGroup' does not conform to the 'Sendable' protocol
 16 |         fileprivate var group = DispatchGroup()
 17 |         private var leaveCalled = false
    :
128 |         g.group.enter()
129 |         dispatchQueue.async {
130 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinDispatchGroup' in a `@Sendable` closure; this is an error in the Swift 6 language mode
131 |         }
132 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:209:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
207 |         g.group.enter()
208 |         dispatchQueue.async {
209 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
210 |         }
211 |         g.group.wait()
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:13: warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |             |- warning: capture of 'block' with non-sendable type '(DispatchGroup.ThinReturnValueDispatchGroup<T>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
284 |         }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Foundation/DispatchGroup.swift:283:19: warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
146 |     /// A thin DispatchGroup wrapper capable of returning a value, that only publicly allows `leave(withValue:)` to be called.
147 |     /// Not meant to be instanced directly. Use `DispatchGroup.sync{}` instead.
148 |     public class ThinReturnValueDispatchGroup<ReturnValue> {
    |                  `- note: generic class 'ThinReturnValueDispatchGroup' does not conform to the 'Sendable' protocol
149 |         fileprivate var group = DispatchGroup()
150 |         fileprivate var returnValue: ReturnValue!
    :
281 |         g.group.enter()
282 |         dispatchQueue.async {
283 |             block(g)
    |                   `- warning: capture of 'g' with non-sendable type 'DispatchGroup.ThinReturnValueDispatchGroup<T>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
284 |         }
285 |
[64/72] Compiling OTCore NSPoint.swift
[65/72] Compiling OTCore NSScreen.swift
[66/72] Compiling OTCore Pasteboard.swift
[67/72] Compiling OTCore URL and AppKit.swift
[68/72] Compiling OTCore CGFloat.swift
[69/72] Compiling OTCore CGPoint.swift
[70/72] Compiling OTCore CGRect.swift
[70/72] Write Objects.LinkFileList
[71/72] Archiving libOTCore.a
Build complete! (17.04s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xctestutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/orchetect/XCTestUtils"
    }
  ],
  "manifest_display_name" : "OTCore",
  "name" : "OTCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "OTCore",
      "targets" : [
        "OTCore"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OTCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "OTCoreTests",
      "path" : "Tests/OTCoreTests",
      "product_dependencies" : [
        "XCTestUtils"
      ],
      "sources" : [
        "Abstractions/Clamped Property Wrapper Tests.swift",
        "Abstractions/Collection Set-Like Methods Tests.swift",
        "Abstractions/DataReader Tests.swift",
        "Abstractions/DateComponents from String Tests.swift",
        "Abstractions/EmailAddress Tests.swift",
        "Abstractions/IPAddress Tests.swift",
        "Abstractions/PassiveDataReader Tests.swift",
        "Abstractions/String Sanitize Path Component Tests.swift",
        "Abstractions/String Title Case Tests.swift",
        "Abstractions/String Wrapped Tests.swift",
        "Abstractions/Time Tests.swift",
        "Abstractions/Transformable Tests.swift",
        "Abstractions/Validated Property Wrapper Tests.swift",
        "Abstractions/ZeroIndexedCollection Tests.swift",
        "Algorithms/Collection BinarySearch Tests.swift",
        "Extensions/AppKit/NSControl Tests.swift",
        "Extensions/AppKit/NSEvent Tests.swift",
        "Extensions/AppKit/NSFont Tests.swift",
        "Extensions/AppKit/NSPoint Tests.swift",
        "Extensions/AppKit/NSScreen Tests.swift",
        "Extensions/AppKit/Pasteboard Tests.swift",
        "Extensions/AppKit/URL and AppKit Tests.swift",
        "Extensions/CoreGraphics/CGFloat Tests.swift",
        "Extensions/CoreGraphics/CGPoint Tests.swift",
        "Extensions/CoreGraphics/CGRect Tests.swift",
        "Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
        "Extensions/Darwin/Timespec Tests.swift",
        "Extensions/Dispatch/DispatchTimeInterval Tests.swift",
        "Extensions/Foundation/CharacterSet Tests.swift",
        "Extensions/Foundation/Data Tests.swift",
        "Extensions/Foundation/Decimal Tests.swift",
        "Extensions/Foundation/Dispatch and Foundation Tests.swift",
        "Extensions/Foundation/DispatchGroup Tests.swift",
        "Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
        "Extensions/Foundation/Integers and Foundation Tests.swift",
        "Extensions/Foundation/NSArray Tests.swift",
        "Extensions/Foundation/NSAttributedString Tests.swift",
        "Extensions/Foundation/Progress Tests.swift",
        "Extensions/Foundation/String and CharacterSet Tests.swift",
        "Extensions/Foundation/String and Data Tests.swift",
        "Extensions/Foundation/String and Foundation Tests.swift",
        "Extensions/Foundation/String and NSRegularExpression Tests.swift",
        "Extensions/Foundation/String and NumberFormatter Tests.swift",
        "Extensions/Foundation/TimeInterval Tests.swift",
        "Extensions/Foundation/Timespec and TimeInterval Tests.swift",
        "Extensions/Foundation/URL Tests.swift",
        "Extensions/Foundation/UserDefaults Tests.swift",
        "Extensions/Foundation/XMLElement Tests.swift",
        "Extensions/Foundation/XMLNode Tests.swift",
        "Extensions/Foundation/XMLTestCase.swift",
        "Extensions/Swift/Bool Tests.swift",
        "Extensions/Swift/Collections Tests.swift",
        "Extensions/Swift/Concurrency Tests.swift",
        "Extensions/Swift/FloatingPoint Tests.swift",
        "Extensions/Swift/Integers Tests.swift",
        "Extensions/Swift/Operators Tests.swift",
        "Extensions/Swift/Optional Tests.swift",
        "Extensions/Swift/Ranges Tests.swift",
        "Extensions/Swift/Result Tests.swift",
        "Extensions/Swift/String Tests.swift",
        "Global/Clipboard Tests.swift",
        "Global/Globals Tests.swift",
        "Logging/OSLogger Tests.swift",
        "OTCoreTests.swift",
        "Testing Data.swift"
      ],
      "target_dependencies" : [
        "OTCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OTCore",
      "module_type" : "SwiftTarget",
      "name" : "OTCore",
      "path" : "Sources/OTCore",
      "product_memberships" : [
        "OTCore"
      ],
      "sources" : [
        "API Evolution/OTCore API 1.4.17.swift",
        "API Evolution/OTCore API 1.5.4.swift",
        "Abstractions/Clamped Property Wrapper.swift",
        "Abstractions/Collection Set-Like Methods.swift",
        "Abstractions/DataReader.swift",
        "Abstractions/DateComponents from String.swift",
        "Abstractions/EmailAddress.swift",
        "Abstractions/IPAddress.swift",
        "Abstractions/PassiveDataReader.swift",
        "Abstractions/String Sanitize Path Component.swift",
        "Abstractions/String Title Case.swift",
        "Abstractions/String Wrapped.swift",
        "Abstractions/Time.swift",
        "Abstractions/Transformable.swift",
        "Abstractions/Validated Property Wrapper.swift",
        "Abstractions/ZeroIndexedCollection.swift",
        "Algorithms/Collection BinarySearch.swift",
        "Extensions/AppKit/NSControl.swift",
        "Extensions/AppKit/NSEvent.swift",
        "Extensions/AppKit/NSFont.swift",
        "Extensions/AppKit/NSImage.swift",
        "Extensions/AppKit/NSPoint.swift",
        "Extensions/AppKit/NSScreen.swift",
        "Extensions/AppKit/Pasteboard.swift",
        "Extensions/AppKit/URL and AppKit.swift",
        "Extensions/CoreGraphics/CGFloat.swift",
        "Extensions/CoreGraphics/CGPoint.swift",
        "Extensions/CoreGraphics/CGRect.swift",
        "Extensions/Darwin/FloatingPoint and Darwin.swift",
        "Extensions/Darwin/Timespec.swift",
        "Extensions/Dispatch/DispatchTimeInterval.swift",
        "Extensions/Foundation/CharacterSet.swift",
        "Extensions/Foundation/Darwin and Foundation.swift",
        "Extensions/Foundation/Data.swift",
        "Extensions/Foundation/Decimal.swift",
        "Extensions/Foundation/Dispatch and Foundation.swift",
        "Extensions/Foundation/DispatchGroup.swift",
        "Extensions/Foundation/FloatingPoint and Foundation.swift",
        "Extensions/Foundation/Integers and Foundation.swift",
        "Extensions/Foundation/NSArray.swift",
        "Extensions/Foundation/NSAttributedString.swift",
        "Extensions/Foundation/Progress.swift",
        "Extensions/Foundation/String and CharacterSet.swift",
        "Extensions/Foundation/String and Data.swift",
        "Extensions/Foundation/String and Foundation.swift",
        "Extensions/Foundation/String and NSRegularExpression.swift",
        "Extensions/Foundation/String and NumberFormatter.swift",
        "Extensions/Foundation/TimeInterval.swift",
        "Extensions/Foundation/Timespec and TimeInterval.swift",
        "Extensions/Foundation/URL.swift",
        "Extensions/Foundation/UserDefaults.swift",
        "Extensions/Foundation/XMLElement.swift",
        "Extensions/Foundation/XMLNode.swift",
        "Extensions/Swift/Bool.swift",
        "Extensions/Swift/Collections.swift",
        "Extensions/Swift/Concurrency.swift",
        "Extensions/Swift/FloatingPoint.swift",
        "Extensions/Swift/Integers.swift",
        "Extensions/Swift/Operators.swift",
        "Extensions/Swift/Optional.swift",
        "Extensions/Swift/Ranges.swift",
        "Extensions/Swift/Result.swift",
        "Extensions/Swift/String.swift",
        "Global/Clipboard.swift",
        "Global/Globals.swift",
        "Logging/OSLogger.swift",
        "Protocols/Protocols.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.