Build Information
Failed to build OTCore, reference main (eb63ca
), with Swift 6.1 for watchOS using Xcode 16.3 on 28 Aug 2025 03:43:31 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/OTCore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/OTCore
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at eb63ca3 Updated GitHub CI
Cloned https://github.com/orchetect/OTCore.git
Revision (git rev-parse @):
eb63ca38b0a581d59bbf945684e4fafb31077257
SUCCESS checkout https://github.com/orchetect/OTCore.git at main
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/OTCore.git
https://github.com/orchetect/OTCore.git
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-testing-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-testing-extensions"
}
],
"manifest_display_name" : "OTCore",
"name" : "OTCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "OTCore",
"targets" : [
"OTCore"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OTCoreTests",
"module_type" : "SwiftTarget",
"name" : "OTCoreTests",
"path" : "Tests/OTCoreTests",
"product_dependencies" : [
"Numerics",
"TestingExtensions"
],
"sources" : [
"Abstractions/Clamped Property Wrapper Tests.swift",
"Abstractions/Collection Set-Like Methods Tests.swift",
"Abstractions/DataReader Tests.swift",
"Abstractions/DateComponents from String Tests.swift",
"Abstractions/Network/DomainName Tests.swift",
"Abstractions/Network/EmailAddress Tests.swift",
"Abstractions/Network/IPAddress Tests.swift",
"Abstractions/Network/ReverseDomainName Tests.swift",
"Abstractions/PassiveDataReader Tests.swift",
"Abstractions/String Sanitize Path Component Tests.swift",
"Abstractions/String Title Case Tests.swift",
"Abstractions/String Wrapped Tests.swift",
"Abstractions/Time Tests.swift",
"Abstractions/Validated Property Wrapper Tests.swift",
"Abstractions/ZeroIndexedCollection Tests.swift",
"Algorithms/Collection BinarySearch Tests.swift",
"Extensions/AppKit/NSControl Tests.swift",
"Extensions/AppKit/NSEvent Tests.swift",
"Extensions/AppKit/NSFont Tests.swift",
"Extensions/AppKit/NSPoint Tests.swift",
"Extensions/AppKit/NSScreen Tests.swift",
"Extensions/AppKit/URL and AppKit Tests.swift",
"Extensions/CoreGraphics/CGFloat Tests.swift",
"Extensions/CoreGraphics/CGPoint Tests.swift",
"Extensions/CoreGraphics/CGRect Tests.swift",
"Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
"Extensions/Darwin/Timespec Tests.swift",
"Extensions/Dispatch/DispatchTimeInterval Tests.swift",
"Extensions/Foundation/CharacterSet Tests.swift",
"Extensions/Foundation/Collections and Foundation Tests.swift",
"Extensions/Foundation/Data Tests.swift",
"Extensions/Foundation/Decimal Tests.swift",
"Extensions/Foundation/Dispatch and Foundation Tests.swift",
"Extensions/Foundation/DispatchGroup Tests.swift",
"Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
"Extensions/Foundation/Integers and Foundation Tests.swift",
"Extensions/Foundation/NSArray Tests.swift",
"Extensions/Foundation/NSAttributedString Tests.swift",
"Extensions/Foundation/Progress Tests.swift",
"Extensions/Foundation/String and CharacterSet Tests.swift",
"Extensions/Foundation/String and Data Tests.swift",
"Extensions/Foundation/String and Foundation Tests.swift",
"Extensions/Foundation/String and NSRegularExpression Tests.swift",
"Extensions/Foundation/String and NumberFormatter Tests.swift",
"Extensions/Foundation/TimeInterval Tests.swift",
"Extensions/Foundation/Timespec and TimeInterval Tests.swift",
"Extensions/Foundation/URL Tests.swift",
"Extensions/Foundation/UserDefaults Tests.swift",
"Extensions/Foundation/XMLElement Tests.swift",
"Extensions/Foundation/XMLNode Tests.swift",
"Extensions/Foundation/XMLTestSuite.swift",
"Extensions/Swift/Bool Tests.swift",
"Extensions/Swift/Collections Tests.swift",
"Extensions/Swift/Concurrency Tests.swift",
"Extensions/Swift/FloatingPoint Tests.swift",
"Extensions/Swift/Integers Tests.swift",
"Extensions/Swift/Operators Tests.swift",
"Extensions/Swift/Optional Tests.swift",
"Extensions/Swift/Ranges Tests.swift",
"Extensions/Swift/Result Tests.swift",
"Extensions/Swift/String Tests.swift",
"FooEnum.swift",
"Global/Clipboard Tests.swift",
"Global/Globals Tests.swift",
"Logging/OSLogger Tests.swift",
"TestActor.swift"
],
"target_dependencies" : [
"OTCore"
],
"type" : "test"
},
{
"c99name" : "OTCore",
"module_type" : "SwiftTarget",
"name" : "OTCore",
"path" : "Sources/OTCore",
"product_memberships" : [
"OTCore"
],
"sources" : [
"API Evolution/OTCore API 1.4.17.swift",
"API Evolution/OTCore API 1.4.6.swift",
"API Evolution/OTCore API 1.5.4.swift",
"API Evolution/OTCore API 1.7.7.swift",
"API Evolution/OTCore API 1.7.9.swift",
"Abstractions/Clamped Property Wrapper.swift",
"Abstractions/Collection Set-Like Methods.swift",
"Abstractions/DataReader.swift",
"Abstractions/DateComponents from String.swift",
"Abstractions/Network/DomainName.swift",
"Abstractions/Network/EmailAddress.swift",
"Abstractions/Network/IPAddress.swift",
"Abstractions/Network/ReverseDomainName.swift",
"Abstractions/PassiveDataReader.swift",
"Abstractions/String Sanitize Path Component.swift",
"Abstractions/String Title Case.swift",
"Abstractions/String Wrapped.swift",
"Abstractions/Time.swift",
"Abstractions/Validated Property Wrapper.swift",
"Abstractions/ZeroIndexedCollection.swift",
"Algorithms/Collection BinarySearch.swift",
"Extensions/AppKit/NSControl.swift",
"Extensions/AppKit/NSEvent.swift",
"Extensions/AppKit/NSFont.swift",
"Extensions/AppKit/NSImage.swift",
"Extensions/AppKit/NSScreen.swift",
"Extensions/AppKit/Pasteboard.swift",
"Extensions/AppKit/URL and AppKit.swift",
"Extensions/CoreGraphics/CGFloat.swift",
"Extensions/CoreGraphics/CGPoint.swift",
"Extensions/CoreGraphics/CGRect.swift",
"Extensions/Darwin/FloatingPoint and Darwin.swift",
"Extensions/Darwin/Timespec.swift",
"Extensions/Dispatch/DispatchTimeInterval.swift",
"Extensions/Foundation/CharacterSet.swift",
"Extensions/Foundation/Collections and Foundation.swift",
"Extensions/Foundation/Darwin and Foundation.swift",
"Extensions/Foundation/Data.swift",
"Extensions/Foundation/Decimal.swift",
"Extensions/Foundation/Dispatch and Foundation.swift",
"Extensions/Foundation/DispatchGroup.swift",
"Extensions/Foundation/FloatingPoint and Foundation.swift",
"Extensions/Foundation/FormatStyle.swift",
"Extensions/Foundation/Integers and Foundation.swift",
"Extensions/Foundation/NSArray.swift",
"Extensions/Foundation/NSAttributedString.swift",
"Extensions/Foundation/Progress.swift",
"Extensions/Foundation/String and CharacterSet.swift",
"Extensions/Foundation/String and Data.swift",
"Extensions/Foundation/String and Foundation.swift",
"Extensions/Foundation/String and NSRegularExpression.swift",
"Extensions/Foundation/String and NumberFormatter.swift",
"Extensions/Foundation/TimeInterval.swift",
"Extensions/Foundation/Timespec and TimeInterval.swift",
"Extensions/Foundation/URL.swift",
"Extensions/Foundation/UserDefaults.swift",
"Extensions/Foundation/XMLElement.swift",
"Extensions/Foundation/XMLNode.swift",
"Extensions/Swift/Bool.swift",
"Extensions/Swift/Collections.swift",
"Extensions/Swift/Concurrency.swift",
"Extensions/Swift/FloatingPoint.swift",
"Extensions/Swift/Integers.swift",
"Extensions/Swift/Operators.swift",
"Extensions/Swift/Optional.swift",
"Extensions/Swift/Ranges.swift",
"Extensions/Swift/Result.swift",
"Extensions/Swift/String.swift",
"Global/Clipboard.swift",
"Global/Globals.swift",
"Logging/OSLogger.swift",
"Protocols/Protocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/orchetect/swift-testing-extensions
Fetching from https://github.com/apple/swift-numerics (cached)
Fetching from https://github.com/swiftlang/swift-syntax.git (cached)
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-testing-extensions’
Checking out 0.2.3 of package ‘swift-testing-extensions’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Resolve Package Graph
Resolved source packages:
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.2.3
OTCore: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-syntax, swift-numerics, swift-testing-extensions, OTCore
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-testing-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-testing-extensions"
}
],
"manifest_display_name" : "OTCore",
"name" : "OTCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "OTCore",
"targets" : [
"OTCore"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OTCoreTests",
"module_type" : "SwiftTarget",
"name" : "OTCoreTests",
"path" : "Tests/OTCoreTests",
"product_dependencies" : [
"Numerics",
"TestingExtensions"
],
"sources" : [
"Abstractions/Clamped Property Wrapper Tests.swift",
"Abstractions/Collection Set-Like Methods Tests.swift",
"Abstractions/DataReader Tests.swift",
"Abstractions/DateComponents from String Tests.swift",
"Abstractions/Network/DomainName Tests.swift",
"Abstractions/Network/EmailAddress Tests.swift",
"Abstractions/Network/IPAddress Tests.swift",
"Abstractions/Network/ReverseDomainName Tests.swift",
"Abstractions/PassiveDataReader Tests.swift",
"Abstractions/String Sanitize Path Component Tests.swift",
"Abstractions/String Title Case Tests.swift",
"Abstractions/String Wrapped Tests.swift",
"Abstractions/Time Tests.swift",
"Abstractions/Validated Property Wrapper Tests.swift",
"Abstractions/ZeroIndexedCollection Tests.swift",
"Algorithms/Collection BinarySearch Tests.swift",
"Extensions/AppKit/NSControl Tests.swift",
"Extensions/AppKit/NSEvent Tests.swift",
"Extensions/AppKit/NSFont Tests.swift",
"Extensions/AppKit/NSPoint Tests.swift",
"Extensions/AppKit/NSScreen Tests.swift",
"Extensions/AppKit/URL and AppKit Tests.swift",
"Extensions/CoreGraphics/CGFloat Tests.swift",
"Extensions/CoreGraphics/CGPoint Tests.swift",
"Extensions/CoreGraphics/CGRect Tests.swift",
"Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
"Extensions/Darwin/Timespec Tests.swift",
"Extensions/Dispatch/DispatchTimeInterval Tests.swift",
"Extensions/Foundation/CharacterSet Tests.swift",
"Extensions/Foundation/Collections and Foundation Tests.swift",
"Extensions/Foundation/Data Tests.swift",
"Extensions/Foundation/Decimal Tests.swift",
"Extensions/Foundation/Dispatch and Foundation Tests.swift",
"Extensions/Foundation/DispatchGroup Tests.swift",
"Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
"Extensions/Foundation/Integers and Foundation Tests.swift",
"Extensions/Foundation/NSArray Tests.swift",
"Extensions/Foundation/NSAttributedString Tests.swift",
"Extensions/Foundation/Progress Tests.swift",
"Extensions/Foundation/String and CharacterSet Tests.swift",
"Extensions/Foundation/String and Data Tests.swift",
"Extensions/Foundation/String and Foundation Tests.swift",
"Extensions/Foundation/String and NSRegularExpression Tests.swift",
"Extensions/Foundation/String and NumberFormatter Tests.swift",
"Extensions/Foundation/TimeInterval Tests.swift",
"Extensions/Foundation/Timespec and TimeInterval Tests.swift",
"Extensions/Foundation/URL Tests.swift",
"Extensions/Foundation/UserDefaults Tests.swift",
"Extensions/Foundation/XMLElement Tests.swift",
"Extensions/Foundation/XMLNode Tests.swift",
"Extensions/Foundation/XMLTestSuite.swift",
"Extensions/Swift/Bool Tests.swift",
"Extensions/Swift/Collections Tests.swift",
"Extensions/Swift/Concurrency Tests.swift",
"Extensions/Swift/FloatingPoint Tests.swift",
"Extensions/Swift/Integers Tests.swift",
"Extensions/Swift/Operators Tests.swift",
"Extensions/Swift/Optional Tests.swift",
"Extensions/Swift/Ranges Tests.swift",
"Extensions/Swift/Result Tests.swift",
"Extensions/Swift/String Tests.swift",
"FooEnum.swift",
"Global/Clipboard Tests.swift",
"Global/Globals Tests.swift",
"Logging/OSLogger Tests.swift",
"TestActor.swift"
],
"target_dependencies" : [
"OTCore"
],
"type" : "test"
},
{
"c99name" : "OTCore",
"module_type" : "SwiftTarget",
"name" : "OTCore",
"path" : "Sources/OTCore",
"product_memberships" : [
"OTCore"
],
"sources" : [
"API Evolution/OTCore API 1.4.17.swift",
"API Evolution/OTCore API 1.4.6.swift",
"API Evolution/OTCore API 1.5.4.swift",
"API Evolution/OTCore API 1.7.7.swift",
"API Evolution/OTCore API 1.7.9.swift",
"Abstractions/Clamped Property Wrapper.swift",
"Abstractions/Collection Set-Like Methods.swift",
"Abstractions/DataReader.swift",
"Abstractions/DateComponents from String.swift",
"Abstractions/Network/DomainName.swift",
"Abstractions/Network/EmailAddress.swift",
"Abstractions/Network/IPAddress.swift",
"Abstractions/Network/ReverseDomainName.swift",
"Abstractions/PassiveDataReader.swift",
"Abstractions/String Sanitize Path Component.swift",
"Abstractions/String Title Case.swift",
"Abstractions/String Wrapped.swift",
"Abstractions/Time.swift",
"Abstractions/Validated Property Wrapper.swift",
"Abstractions/ZeroIndexedCollection.swift",
"Algorithms/Collection BinarySearch.swift",
"Extensions/AppKit/NSControl.swift",
"Extensions/AppKit/NSEvent.swift",
"Extensions/AppKit/NSFont.swift",
"Extensions/AppKit/NSImage.swift",
"Extensions/AppKit/NSScreen.swift",
"Extensions/AppKit/Pasteboard.swift",
"Extensions/AppKit/URL and AppKit.swift",
"Extensions/CoreGraphics/CGFloat.swift",
"Extensions/CoreGraphics/CGPoint.swift",
"Extensions/CoreGraphics/CGRect.swift",
"Extensions/Darwin/FloatingPoint and Darwin.swift",
"Extensions/Darwin/Timespec.swift",
"Extensions/Dispatch/DispatchTimeInterval.swift",
"Extensions/Foundation/CharacterSet.swift",
"Extensions/Foundation/Collections and Foundation.swift",
"Extensions/Foundation/Darwin and Foundation.swift",
"Extensions/Foundation/Data.swift",
"Extensions/Foundation/Decimal.swift",
"Extensions/Foundation/Dispatch and Foundation.swift",
"Extensions/Foundation/DispatchGroup.swift",
"Extensions/Foundation/FloatingPoint and Foundation.swift",
"Extensions/Foundation/FormatStyle.swift",
"Extensions/Foundation/Integers and Foundation.swift",
"Extensions/Foundation/NSArray.swift",
"Extensions/Foundation/NSAttributedString.swift",
"Extensions/Foundation/Progress.swift",
"Extensions/Foundation/String and CharacterSet.swift",
"Extensions/Foundation/String and Data.swift",
"Extensions/Foundation/String and Foundation.swift",
"Extensions/Foundation/String and NSRegularExpression.swift",
"Extensions/Foundation/String and NumberFormatter.swift",
"Extensions/Foundation/TimeInterval.swift",
"Extensions/Foundation/Timespec and TimeInterval.swift",
"Extensions/Foundation/URL.swift",
"Extensions/Foundation/UserDefaults.swift",
"Extensions/Foundation/XMLElement.swift",
"Extensions/Foundation/XMLNode.swift",
"Extensions/Swift/Bool.swift",
"Extensions/Swift/Collections.swift",
"Extensions/Swift/Concurrency.swift",
"Extensions/Swift/FloatingPoint.swift",
"Extensions/Swift/Integers.swift",
"Extensions/Swift/Operators.swift",
"Extensions/Swift/Optional.swift",
"Extensions/Swift/Ranges.swift",
"Extensions/Swift/Result.swift",
"Extensions/Swift/String.swift",
"Global/Clipboard.swift",
"Global/Globals.swift",
"Logging/OSLogger.swift",
"Protocols/Protocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OTCore",
"OTCore-CI",
"swift-testing-extensions",
"swift-testing-extensions-CI",
"TestingExtensions"
]
}
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OTCore",
"OTCore-CI",
"swift-testing-extensions",
"swift-testing-extensions-CI",
"TestingExtensions"
]
}
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
swift-numerics: https://github.com/apple/swift-numerics @ 1.0.3
swift-testing-extensions: https://github.com/orchetect/swift-testing-extensions @ 0.2.3
OTCore: /Users/admin/builder/spi-builder-workspace
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 600.0.1
resolved source packages: swift-numerics, swift-testing-extensions, OTCore, swift-syntax
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
{
"dependencies" : [
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-testing-extensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-testing-extensions"
}
],
"manifest_display_name" : "OTCore",
"name" : "OTCore",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "OTCore",
"targets" : [
"OTCore"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "OTCoreTests",
"module_type" : "SwiftTarget",
"name" : "OTCoreTests",
"path" : "Tests/OTCoreTests",
"product_dependencies" : [
"Numerics",
"TestingExtensions"
],
"sources" : [
"Abstractions/Clamped Property Wrapper Tests.swift",
"Abstractions/Collection Set-Like Methods Tests.swift",
"Abstractions/DataReader Tests.swift",
"Abstractions/DateComponents from String Tests.swift",
"Abstractions/Network/DomainName Tests.swift",
"Abstractions/Network/EmailAddress Tests.swift",
"Abstractions/Network/IPAddress Tests.swift",
"Abstractions/Network/ReverseDomainName Tests.swift",
"Abstractions/PassiveDataReader Tests.swift",
"Abstractions/String Sanitize Path Component Tests.swift",
"Abstractions/String Title Case Tests.swift",
"Abstractions/String Wrapped Tests.swift",
"Abstractions/Time Tests.swift",
"Abstractions/Validated Property Wrapper Tests.swift",
"Abstractions/ZeroIndexedCollection Tests.swift",
"Algorithms/Collection BinarySearch Tests.swift",
"Extensions/AppKit/NSControl Tests.swift",
"Extensions/AppKit/NSEvent Tests.swift",
"Extensions/AppKit/NSFont Tests.swift",
"Extensions/AppKit/NSPoint Tests.swift",
"Extensions/AppKit/NSScreen Tests.swift",
"Extensions/AppKit/URL and AppKit Tests.swift",
"Extensions/CoreGraphics/CGFloat Tests.swift",
"Extensions/CoreGraphics/CGPoint Tests.swift",
"Extensions/CoreGraphics/CGRect Tests.swift",
"Extensions/Darwin/FloatingPoint and Darwin Tests.swift",
"Extensions/Darwin/Timespec Tests.swift",
"Extensions/Dispatch/DispatchTimeInterval Tests.swift",
"Extensions/Foundation/CharacterSet Tests.swift",
"Extensions/Foundation/Collections and Foundation Tests.swift",
"Extensions/Foundation/Data Tests.swift",
"Extensions/Foundation/Decimal Tests.swift",
"Extensions/Foundation/Dispatch and Foundation Tests.swift",
"Extensions/Foundation/DispatchGroup Tests.swift",
"Extensions/Foundation/FloatingPoint and Foundation Tests.swift",
"Extensions/Foundation/Integers and Foundation Tests.swift",
"Extensions/Foundation/NSArray Tests.swift",
"Extensions/Foundation/NSAttributedString Tests.swift",
"Extensions/Foundation/Progress Tests.swift",
"Extensions/Foundation/String and CharacterSet Tests.swift",
"Extensions/Foundation/String and Data Tests.swift",
"Extensions/Foundation/String and Foundation Tests.swift",
"Extensions/Foundation/String and NSRegularExpression Tests.swift",
"Extensions/Foundation/String and NumberFormatter Tests.swift",
"Extensions/Foundation/TimeInterval Tests.swift",
"Extensions/Foundation/Timespec and TimeInterval Tests.swift",
"Extensions/Foundation/URL Tests.swift",
"Extensions/Foundation/UserDefaults Tests.swift",
"Extensions/Foundation/XMLElement Tests.swift",
"Extensions/Foundation/XMLNode Tests.swift",
"Extensions/Foundation/XMLTestSuite.swift",
"Extensions/Swift/Bool Tests.swift",
"Extensions/Swift/Collections Tests.swift",
"Extensions/Swift/Concurrency Tests.swift",
"Extensions/Swift/FloatingPoint Tests.swift",
"Extensions/Swift/Integers Tests.swift",
"Extensions/Swift/Operators Tests.swift",
"Extensions/Swift/Optional Tests.swift",
"Extensions/Swift/Ranges Tests.swift",
"Extensions/Swift/Result Tests.swift",
"Extensions/Swift/String Tests.swift",
"FooEnum.swift",
"Global/Clipboard Tests.swift",
"Global/Globals Tests.swift",
"Logging/OSLogger Tests.swift",
"TestActor.swift"
],
"target_dependencies" : [
"OTCore"
],
"type" : "test"
},
{
"c99name" : "OTCore",
"module_type" : "SwiftTarget",
"name" : "OTCore",
"path" : "Sources/OTCore",
"product_memberships" : [
"OTCore"
],
"sources" : [
"API Evolution/OTCore API 1.4.17.swift",
"API Evolution/OTCore API 1.4.6.swift",
"API Evolution/OTCore API 1.5.4.swift",
"API Evolution/OTCore API 1.7.7.swift",
"API Evolution/OTCore API 1.7.9.swift",
"Abstractions/Clamped Property Wrapper.swift",
"Abstractions/Collection Set-Like Methods.swift",
"Abstractions/DataReader.swift",
"Abstractions/DateComponents from String.swift",
"Abstractions/Network/DomainName.swift",
"Abstractions/Network/EmailAddress.swift",
"Abstractions/Network/IPAddress.swift",
"Abstractions/Network/ReverseDomainName.swift",
"Abstractions/PassiveDataReader.swift",
"Abstractions/String Sanitize Path Component.swift",
"Abstractions/String Title Case.swift",
"Abstractions/String Wrapped.swift",
"Abstractions/Time.swift",
"Abstractions/Validated Property Wrapper.swift",
"Abstractions/ZeroIndexedCollection.swift",
"Algorithms/Collection BinarySearch.swift",
"Extensions/AppKit/NSControl.swift",
"Extensions/AppKit/NSEvent.swift",
"Extensions/AppKit/NSFont.swift",
"Extensions/AppKit/NSImage.swift",
"Extensions/AppKit/NSScreen.swift",
"Extensions/AppKit/Pasteboard.swift",
"Extensions/AppKit/URL and AppKit.swift",
"Extensions/CoreGraphics/CGFloat.swift",
"Extensions/CoreGraphics/CGPoint.swift",
"Extensions/CoreGraphics/CGRect.swift",
"Extensions/Darwin/FloatingPoint and Darwin.swift",
"Extensions/Darwin/Timespec.swift",
"Extensions/Dispatch/DispatchTimeInterval.swift",
"Extensions/Foundation/CharacterSet.swift",
"Extensions/Foundation/Collections and Foundation.swift",
"Extensions/Foundation/Darwin and Foundation.swift",
"Extensions/Foundation/Data.swift",
"Extensions/Foundation/Decimal.swift",
"Extensions/Foundation/Dispatch and Foundation.swift",
"Extensions/Foundation/DispatchGroup.swift",
"Extensions/Foundation/FloatingPoint and Foundation.swift",
"Extensions/Foundation/FormatStyle.swift",
"Extensions/Foundation/Integers and Foundation.swift",
"Extensions/Foundation/NSArray.swift",
"Extensions/Foundation/NSAttributedString.swift",
"Extensions/Foundation/Progress.swift",
"Extensions/Foundation/String and CharacterSet.swift",
"Extensions/Foundation/String and Data.swift",
"Extensions/Foundation/String and Foundation.swift",
"Extensions/Foundation/String and NSRegularExpression.swift",
"Extensions/Foundation/String and NumberFormatter.swift",
"Extensions/Foundation/TimeInterval.swift",
"Extensions/Foundation/Timespec and TimeInterval.swift",
"Extensions/Foundation/URL.swift",
"Extensions/Foundation/UserDefaults.swift",
"Extensions/Foundation/XMLElement.swift",
"Extensions/Foundation/XMLNode.swift",
"Extensions/Swift/Bool.swift",
"Extensions/Swift/Collections.swift",
"Extensions/Swift/Concurrency.swift",
"Extensions/Swift/FloatingPoint.swift",
"Extensions/Swift/Integers.swift",
"Extensions/Swift/Operators.swift",
"Extensions/Swift/Optional.swift",
"Extensions/Swift/Ranges.swift",
"Extensions/Swift/Result.swift",
"Extensions/Swift/String.swift",
"Global/Clipboard.swift",
"Global/Globals.swift",
"Logging/OSLogger.swift",
"Protocols/Protocols.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OTCore",
"OTCore-CI",
"swift-testing-extensions",
"swift-testing-extensions-CI",
"TestingExtensions"
]
}
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OTCore",
"OTCore-CI",
"swift-testing-extensions",
"swift-testing-extensions-CI",
"TestingExtensions"
]
}
}
Found unhandled resource at /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-testing-extensions/Sources/TestingExtensions/TestResource/Base/.testResourceFolder
BUILD FAILURE 6.1 watchOS