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

Failed to build OTCore, reference 1.7.5 (913a25), with Swift 5.10 for macOS (SPM) on 27 Feb 2025 02:13:47 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/OTCore.git
Reference: 1.7.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/OTCore
 * tag               1.7.5      -> FETCH_HEAD
HEAD is now at 913a255 Updated unit tests
Cloned https://github.com/orchetect/OTCore.git
Revision (git rev-parse @):
913a25541271d05279740204019d0fe53a26e69a
SUCCESS checkout https://github.com/orchetect/OTCore.git at 1.7.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/orchetect/OTCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/68] Emitting module OTCore
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[4/75] Compiling OTCore CGRect.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[5/75] Compiling OTCore FloatingPoint and Darwin.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[6/75] Compiling OTCore Timespec.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[7/75] Compiling OTCore DispatchTimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[8/75] Compiling OTCore CharacterSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[9/75] Compiling OTCore Collections and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[10/75] Compiling OTCore Darwin and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Equatable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:94:1: error: inheritance from non-protocol type 'any Equatable'
extension timespec: @retroactive Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:21: error: unknown attribute 'retroactive'
extension timespec: @retroactive Comparable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Darwin/Timespec.swift:105:1: error: inheritance from non-protocol type 'any Comparable'
extension timespec: @retroactive Comparable {
^
[11/75] Compiling OTCore String and NumberFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[12/75] Compiling OTCore TimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[13/75] Compiling OTCore Timespec and TimeInterval.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[14/75] Compiling OTCore URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[15/75] Compiling OTCore UserDefaults.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[16/75] Compiling OTCore XMLElement.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[17/75] Compiling OTCore XMLNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[18/75] Compiling OTCore Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[19/75] Compiling OTCore Decimal.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[20/75] Compiling OTCore Dispatch and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[21/75] Compiling OTCore DispatchGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[22/75] Compiling OTCore FloatingPoint and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[23/75] Compiling OTCore FormatStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[24/75] Compiling OTCore Integers and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[25/75] Compiling OTCore EmailAddress.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[26/75] Compiling OTCore IPAddress.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[27/75] Compiling OTCore ReverseDomainName.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[28/75] Compiling OTCore PassiveDataReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[29/75] Compiling OTCore String Sanitize Path Component.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[30/75] Compiling OTCore String Title Case.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[31/75] Compiling OTCore String Wrapped.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[32/75] Compiling OTCore Ranges.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[33/75] Compiling OTCore Result.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[34/75] Compiling OTCore String.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[35/75] Compiling OTCore Clipboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[36/75] Compiling OTCore Globals.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[37/75] Compiling OTCore OSLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[38/75] Compiling OTCore Protocols.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:529:24: warning: stored property 'log' of 'Sendable'-conforming struct 'LevelSettings' has non-sendable type 'OSLog?'
            public var log: OSLog?
                       ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:11:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'os'
import os.log
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Logging/OSLogger.swift:505:20: warning: stored property 'defaultLog' of 'Sendable'-conforming struct 'Config' has non-sendable type 'OSLog'
        public var defaultLog: OSLog
                   ^
os.OSLog:1:12: note: class 'OSLog' does not conform to the 'Sendable' protocol
open class OSLog : NSObject {
           ^
[39/75] Compiling OTCore Bool.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[40/75] Compiling OTCore Collections.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[41/75] Compiling OTCore Concurrency.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[42/75] Compiling OTCore FloatingPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[43/75] Compiling OTCore Integers.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[44/75] Compiling OTCore Operators.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[45/75] Compiling OTCore Optional.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:17: error: unknown attribute 'retroactive'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Bool.swift:76:1: error: inheritance from non-protocol type 'any ExpressibleByIntegerLiteral'
extension Bool: @retroactive ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:16: error: 'isolated' parameter has non-actor type '(any Actor)?'
    isolation: isolated (any Actor)? = #isolation,
               ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:17:40: error: non-built-in macro cannot be used as default argument
    isolation: isolated (any Actor)? = #isolation,
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:20:67: error: extra argument 'isolation' in call
    await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[46/75] Compiling OTCore Time.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[47/75] Compiling OTCore Validated Property Wrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[48/75] Compiling OTCore ZeroIndexedCollection.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[49/75] Compiling OTCore Collection BinarySearch.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[50/75] Compiling OTCore NSControl.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[51/75] Compiling OTCore NSEvent.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[52/75] Compiling OTCore NSFont.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[53/75] Compiling OTCore NSImage.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[54/75] Compiling OTCore NSPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[55/75] Compiling OTCore NSScreen.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[56/75] Compiling OTCore Pasteboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[57/75] Compiling OTCore URL and AppKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[58/75] Compiling OTCore CGFloat.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[59/75] Compiling OTCore CGPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[60/75] Compiling OTCore OTCore API 1.4.17.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[61/75] Compiling OTCore OTCore API 1.5.4.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[62/75] Compiling OTCore Clamped Property Wrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[63/75] Compiling OTCore Collection Set-Like Methods.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[64/75] Compiling OTCore DataReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[65/75] Compiling OTCore DateComponents from String.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[66/75] Compiling OTCore DomainName.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[67/75] Compiling OTCore NSArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[68/75] Compiling OTCore NSAttributedString.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[69/75] Compiling OTCore Progress.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[70/75] Compiling OTCore String and CharacterSet.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[71/75] Compiling OTCore String and Data.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[72/75] Compiling OTCore String and Foundation.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
[73/75] Compiling OTCore String and NSRegularExpression.swift
/Users/admin/builder/spi-builder-workspace/Sources/OTCore/Extensions/Swift/Concurrency.swift:18:39: error: attribute can only be applied to declarations, not types
    elementTask: @Sendable @escaping @isolated(any) (_ element: Base.Element) async -> ResultElement
                                      ^
error: fatalError
Fetching https://github.com/orchetect/XCTestUtils
[1/378] Fetching xctestutils
Fetched https://github.com/orchetect/XCTestUtils from cache (1.18s)
Computing version for https://github.com/orchetect/XCTestUtils
Computed https://github.com/orchetect/XCTestUtils at 1.1.2 (0.45s)
Creating working copy for https://github.com/orchetect/XCTestUtils
Working copy of https://github.com/orchetect/XCTestUtils resolved at 1.1.2
BUILD FAILURE 5.10 macosSpm