Build Information
Failed to build OTCore, reference 1.7.5 (913a25
), with Swift 5.9 for macOS (SPM) on 27 Feb 2025 02:11:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path: $PWD
https://github.com/orchetect/OTCore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/65] 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: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 {
^
[2/72] 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 {
^
[3/72] 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 {
^
[4/72] 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 {
^
[5/72] 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 {
^
[6/72] 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 {
^
[7/72] 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 {
^
[8/72] 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 {
^
[9/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[10/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[11/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[12/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[13/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[14/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[15/72] 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:20:67: error: extra argument 'isolation' in call
await withTaskGroup(of: (Int, ResultElement).self, isolation: isolation) { group in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
[16/72] 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
^
[17/72] 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
^
[18/72] 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
^
[19/72] 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
^
[20/72] 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
^
[21/72] 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
^
[22/72] 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
^
[23/72] 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
^
[24/72] 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
^
[25/72] 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
^
[26/72] 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
^
[27/72] 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
^
[28/72] 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
^
[29/72] 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
^
[30/72] 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 {
^
[31/72] 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 {
^
[32/72] 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 {
^
[33/72] 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 {
^
[34/72] 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 {
^
[35/72] 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 {
^
[36/72] 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 {
^
[37/72] 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
^
[38/72] 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
^
[39/72] 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
^
[40/72] 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
^
[41/72] 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
^
[42/72] 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
^
[43/72] 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
^
[44/72] 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
^
[45/72] 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
^
[46/72] 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
^
[47/72] 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
^
[48/72] 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
^
[49/72] 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
^
[50/72] 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
^
[51/72] 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
^
[52/72] 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
^
[53/72] 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
^
[54/72] 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
^
[55/72] 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
^
[56/72] 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
^
[57/72] 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
^
[58/72] 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
^
[59/72] 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
^
[60/72] 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
^
[61/72] 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
^
[62/72] 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
^
[63/72] 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
^
[64/72] 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
^
[65/72] 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
^
[66/72] 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
^
[67/72] 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
^
[68/72] 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
^
[69/72] 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
^
[70/72] 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
^
[71/72] 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
^
error: fatalError
Fetching https://github.com/orchetect/XCTestUtils
[1/378] Fetching xctestutils
Fetched https://github.com/orchetect/XCTestUtils (1.19s)
Computing version for https://github.com/orchetect/XCTestUtils
Computed https://github.com/orchetect/XCTestUtils at 1.1.2 (0.46s)
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.9 macosSpm