Build Information
Failed to build swift-system, reference master (f51eba
), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 04:24:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-system -destination generic/platform=xrOS
Build Log
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'Time.Microseconds.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'Time.Microseconds' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'Time.Microseconds' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'Time.Microseconds' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: note: add stubs for conformance
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(Time.Microseconds, Time.Microseconds) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:41:1: error: type 'Time.Microseconds' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Time.Microseconds: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:41:1: note: add stubs for conformance
extension Time.Microseconds: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Decodable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.Clock' does not conform to 'Decodable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Hashable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'ProcessorTime' to 'Hashable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Encodable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.Clock' does not conform to 'Encodable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'RawRepresentable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Equatable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ProcessorTime' to 'Equatable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'ProcessorTime' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'ProcessorTime.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ProcessorTime' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ProcessorTime' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'ProcessorTime' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'ProcessorTime' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'ProcessorTime' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ProcessorTime' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'ProcessorTime' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: note: add stubs for conformance
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ProcessorTime, ProcessorTime) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:77:1: error: type 'ProcessorTime' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension ProcessorTime: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:77:1: note: add stubs for conformance
extension ProcessorTime: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Decodable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.Time' does not conform to 'Decodable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Hashable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'Time' to 'Hashable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Encodable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.Time' does not conform to 'Encodable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'RawRepresentable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Equatable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Time' to 'Equatable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'Time' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'Time.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'Time' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'Time' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'Time' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'Time' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'Time' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'Time' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'Time' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: note: add stubs for conformance
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(Time, Time) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:38:1: error: type 'Time' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Time: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:38:1: note: add stubs for conformance
extension Time: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Decodable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.Time' does not conform to 'Decodable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:35:19: error: missing argument label 'time:' in call
self.init(.init(utc: time.rawValue))
^
time:
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:35:24: error: incorrect argument label in call (have 'utc:', expected 'components:')
self.init(.init(utc: time.rawValue))
^~~~
components
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:43:18: error: incorrect argument label in call (have 'rawValue:', expected 'components:')
self.init(rawValue: .init(utc: .init(components)))
^~~~~~~~~
components
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:43:34: error: incorrect argument label in call (have 'utc:', expected 'time:')
self.init(rawValue: .init(utc: .init(components)))
^~~~
time
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:43:46: error: missing argument label 'components:' in call
self.init(rawValue: .init(utc: .init(components)))
^
components:
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Decodable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.UserID' does not conform to 'Decodable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Hashable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'UserID' to 'Hashable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Encodable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.UserID' does not conform to 'Encodable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'RawRepresentable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Equatable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'UserID' to 'Equatable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'UserID' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'UserID.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'UserID' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'UserID' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'UserID' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'UserID' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'UserID' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'UserID' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'UserID' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: note: add stubs for conformance
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(UserID, UserID) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
SwiftCompile normal arm64 Compiling\ TimeInterval.swift,\ TimeIntervalMicroseconds.swift,\ TimeIntervalNanoseconds.swift,\ UserID.swift,\ Util.swift,\ UtilConsumers.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalMicroseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalNanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemPackage (in target 'SystemPackage' from project 'swift-system')
EmitSwiftModule normal arm64 (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ TimeInterval.swift,\ TimeIntervalMicroseconds.swift,\ TimeIntervalNanoseconds.swift,\ UserID.swift,\ Util.swift,\ UtilConsumers.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalMicroseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalNanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
Building workspace spi-builder-workspace with scheme swift-system
(4 failures)
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-system: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-system
{
"dependencies" : [
],
"manifest_display_name" : "swift-system",
"name" : "swift-system",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemPackage",
"targets" : [
"SystemPackage"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Tests/SystemTests",
"sources" : [
"ErrnoTest.swift",
"FileOperationsTest.swift",
"FilePathTests/FilePathComponentsTest.swift",
"FilePathTests/FilePathExtras.swift",
"FilePathTests/FilePathParsingTest.swift",
"FilePathTests/FilePathSyntaxTest.swift",
"FilePathTests/FilePathTest.swift",
"FileTypesTest.swift",
"InternetProtocolTests.swift",
"MockingTest.swift",
"SystemCharTest.swift",
"SystemStringTests.swift",
"TestingInfrastructure.swift",
"TimeTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SystemPackage"
],
"type" : "test"
},
{
"c99name" : "SystemPackage",
"module_type" : "SwiftTarget",
"name" : "SystemPackage",
"path" : "Sources/System",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"AsyncFileOperations.swift",
"Errno.swift",
"FileChange.swift",
"FileDescriptor.swift",
"FileDescriptorSet.swift",
"FileEvent.swift",
"FileHelpers.swift",
"FileOperations.swift",
"FilePath/FilePath.swift",
"FilePath/FilePathComponentView.swift",
"FilePath/FilePathComponents.swift",
"FilePath/FilePathParsing.swift",
"FilePath/FilePathString.swift",
"FilePath/FilePathSyntax.swift",
"FilePath/FilePathWindows.swift",
"FilePermissions.swift",
"InputOutput/IOControl.swift",
"InputOutput/IODirection.swift",
"InputOutput/IOOperations.swift",
"InputOutput/IOType.swift",
"InputOutput/TerminalIO.swift",
"Internals/CInternetAddress.swift",
"Internals/CInterop.swift",
"Internals/CSocketAddress.swift",
"Internals/Compatibility.swift",
"Internals/Constants.swift",
"Internals/Exports.swift",
"Internals/IOCTL.swift",
"Internals/Mocking.swift",
"Internals/NetworkOrder.swift",
"Internals/Syscalls.swift",
"Internals/WindowsSyscallAdapters.swift",
"InternetProtocol.swift",
"PlatformString.swift",
"ProcessID.swift",
"Signal/Signal.swift",
"Signal/SignalAction.swift",
"Signal/SignalHandler.swift",
"Signal/SignalInformation.swift",
"Signal/SignalSet.swift",
"Socket/AsyncSocketOperations.swift",
"Socket/MessageFlags.swift",
"Socket/Poll.swift",
"Socket/SocketAddress.swift",
"Socket/SocketAddressFamily.swift",
"Socket/SocketFlags.swift",
"Socket/SocketOperations.swift",
"Socket/SocketOption.swift",
"Socket/SocketOptionID.swift",
"Socket/SocketOptionLevel.swift",
"Socket/SocketProtocol.swift",
"Socket/SocketType.swift",
"SystemInfo.swift",
"SystemString.swift",
"Time/Clock.swift",
"Time/Microseconds.swift",
"Time/Nanoseconds.swift",
"Time/ProcessorTime.swift",
"Time/Time.swift",
"Time/TimeComponents.swift",
"Time/TimeInterval.swift",
"Time/TimeIntervalMicroseconds.swift",
"Time/TimeIntervalNanoseconds.swift",
"UserID.swift",
"Util.swift",
"UtilConsumers.swift"
],
"target_dependencies" : [
"CSystem"
],
"type" : "library"
},
{
"c99name" : "CSystem",
"module_type" : "ClangTarget",
"name" : "CSystem",
"path" : "Sources/CSystem",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swift-system"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-system -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme swift-system -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
swift-system: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'SystemPackage' in project 'swift-system'
➜ Explicit dependency on target 'CSystem' in project 'swift-system'
Target 'CSystem' in project 'swift-system' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7ec179d3fa0c5aef982f1d2a01721470
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7ec179d3fa0c5aef982f1d2a01721470.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver SystemPackage normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SystemPackage -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSYSTEM_PACKAGE -DENABLE_MOCKING -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CSystem/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -Xcc -D_CRT_SECURE_NO_WARNINGS -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ CInternetAddress.swift,\ CInterop.swift,\ CSocketAddress.swift,\ Compatibility.swift,\ Constants.swift,\ Exports.swift,\ IOCTL.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CSocketAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Compatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/IOCTL.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CSocketAddress.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Compatibility.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Exports.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/IOCTL.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AsyncFileOperations.swift,\ Errno.swift,\ FileChange.swift,\ FileDescriptor.swift,\ FileDescriptorSet.swift,\ FileEvent.swift,\ FileHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/System/AsyncFileOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileChange.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileHelpers.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/AsyncFileOperations.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Errno.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FileChange.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptor.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FileEvent.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FileHelpers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FileOperations.swift,\ FilePath.swift,\ FilePathComponentView.swift,\ FilePathComponents.swift,\ FilePathParsing.swift,\ FilePathString.swift,\ FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathSyntax.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FileOperations.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePath.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponentView.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathParsing.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathSyntax.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FilePathWindows.swift,\ FilePermissions.swift,\ IOControl.swift,\ IODirection.swift,\ IOOperations.swift,\ IOType.swift,\ TerminalIO.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOControl.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IODirection.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOType.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/TerminalIO.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathWindows.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOControl.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IODirection.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOOperations.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOType.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/TerminalIO.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Signal.swift,\ SignalAction.swift,\ SignalHandler.swift,\ SignalInformation.swift,\ SignalSet.swift,\ AsyncSocketOperations.swift,\ MessageFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/AsyncSocketOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/MessageFlags.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/Signal.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalInformation.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/AsyncSocketOperations.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/MessageFlags.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Poll.swift,\ SocketAddress.swift,\ SocketAddressFamily.swift,\ SocketFlags.swift,\ SocketOperations.swift,\ SocketOption.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/Poll.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddressFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOption.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/Poll.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddressFamily.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOperations.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOption.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Mocking.swift,\ NetworkOrder.swift,\ Syscalls.swift,\ WindowsSyscallAdapters.swift,\ InternetProtocol.swift,\ PlatformString.swift,\ ProcessID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/NetworkOrder.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/NetworkOrder.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/WindowsSyscallAdapters.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/PlatformString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TimeInterval.swift,\ TimeIntervalMicroseconds.swift,\ TimeIntervalNanoseconds.swift,\ UserID.swift,\ Util.swift,\ UtilConsumers.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalMicroseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalNanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeInterval.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalMicroseconds.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalNanoseconds.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Util.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemPackage (in target 'SystemPackage' from project 'swift-system')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/System/AsyncFileOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileChange.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileDescriptorSet.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOControl.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IODirection.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/IOType.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InputOutput/TerminalIO.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInternetAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CSocketAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Compatibility.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/IOCTL.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/NetworkOrder.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/Signal.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalInformation.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/AsyncSocketOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/MessageFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/Poll.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddress.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketAddressFamily.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketFlags.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOperations.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOption.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOptionID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOptionLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketType.swift /Users/admin/builder/spi-builder-workspace/Sources/System/SystemInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Nanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeInterval.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalMicroseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeIntervalNanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/Sources/System/UtilConsumers.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SYSTEM_PACKAGE -D ENABLE_MOCKING -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/CSystem/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -Xcc -D_CRT_SECURE_NO_WARNINGS -module-name SystemPackage -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemPackage.abi.json
EmitSwiftModule normal arm64 (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:96:40: error: cannot find type 'fd_set' in scope
public typealias FileDescriptorSet = fd_set
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:77:37: error: cannot find type 'tm' in scope
public typealias TimeComponents = tm
^~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:35:27: error: cannot find type 'mode_t' in scope
public typealias Mode = mode_t
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Decodable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:24:14: note: cannot automatically synthesize 'Decodable' because 'CInterop.Mode' does not conform to 'Decodable'
public let rawValue: CInterop.Mode
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Hashable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:24:14: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'FilePermissions' to 'Hashable'
public let rawValue: CInterop.Mode
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Encodable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:24:14: note: cannot automatically synthesize 'Encodable' because 'CInterop.Mode' does not conform to 'Encodable'
public let rawValue: CInterop.Mode
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'RawRepresentable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'SetAlgebra'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.OptionSet.init:2:19: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public init()}
^
Swift.OptionSet.formUnion:2:33: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public mutating func formUnion(_ other: Self)}
^
Swift.OptionSet.formIntersection:2:33: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public mutating func formIntersection(_ other: Self)}
^
Swift.OptionSet.formSymmetricDifference:2:33: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public mutating func formSymmetricDifference(_ other: Self)}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Equatable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:24:14: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'FilePermissions' to 'Equatable'
public let rawValue: CInterop.Mode
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'FilePermissions' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'FilePermissions.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'FilePermissions' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'FilePermissions' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'FilePermissions' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'FilePermissions' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'FilePermissions' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'FilePermissions' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'FilePermissions' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: note: add stubs for conformance
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.SetAlgebra.init:2:1: note: protocol requires initializer 'init()' with type '()'
init()}
^
Swift.SetAlgebra.formUnion:2:15: note: protocol requires function 'formUnion' with type '(__owned FilePermissions) -> ()'
mutating func formUnion(_ other: __owned Self)}
^
Swift.SetAlgebra.formIntersection:2:15: note: protocol requires function 'formIntersection' with type '(FilePermissions) -> ()'
mutating func formIntersection(_ other: Self)}
^
Swift.SetAlgebra.formSymmetricDifference:2:15: note: protocol requires function 'formSymmetricDifference' with type '(__owned FilePermissions) -> ()'
mutating func formSymmetricDifference(_ other: __owned Self)}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(FilePermissions, FilePermissions) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Decodable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:24:14: note: cannot automatically synthesize 'Decodable' because 'CInterop.Mode' does not conform to 'Decodable'
public let rawValue: CInterop.Mode
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:31:49: error: extraneous argument label 'rawValue:' in call
private init(_ raw: CInterop.Mode) { self.init(rawValue: raw) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:35:50: error: no exact matches in call to initializer
public static var otherRead: FilePermissions { FilePermissions(0o4) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:35:50: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherRead: FilePermissions { FilePermissions(0o4) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:39:51: error: no exact matches in call to initializer
public static var otherWrite: FilePermissions { FilePermissions(0o2) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:39:51: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherWrite: FilePermissions { FilePermissions(0o2) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:43:53: error: no exact matches in call to initializer
public static var otherExecute: FilePermissions { FilePermissions(0o1) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:43:53: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherExecute: FilePermissions { FilePermissions(0o1) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:47:55: error: no exact matches in call to initializer
public static var otherReadWrite: FilePermissions { FilePermissions(0o6) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:47:55: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherReadWrite: FilePermissions { FilePermissions(0o6) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:51:57: error: no exact matches in call to initializer
public static var otherReadExecute: FilePermissions { FilePermissions(0o5) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:51:57: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherReadExecute: FilePermissions { FilePermissions(0o5) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:55:58: error: no exact matches in call to initializer
public static var otherWriteExecute: FilePermissions { FilePermissions(0o3) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:55:58: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherWriteExecute: FilePermissions { FilePermissions(0o3) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:59:62: error: no exact matches in call to initializer
public static var otherReadWriteExecute: FilePermissions { FilePermissions(0o7) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:59:62: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var otherReadWriteExecute: FilePermissions { FilePermissions(0o7) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:63:50: error: no exact matches in call to initializer
public static var groupRead: FilePermissions { FilePermissions(0o40) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:63:50: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupRead: FilePermissions { FilePermissions(0o40) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:67:51: error: no exact matches in call to initializer
public static var groupWrite: FilePermissions { FilePermissions(0o20) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:67:51: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupWrite: FilePermissions { FilePermissions(0o20) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:71:53: error: no exact matches in call to initializer
public static var groupExecute: FilePermissions { FilePermissions(0o10) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:71:53: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupExecute: FilePermissions { FilePermissions(0o10) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:75:55: error: no exact matches in call to initializer
public static var groupReadWrite: FilePermissions { FilePermissions(0o60) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:75:55: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupReadWrite: FilePermissions { FilePermissions(0o60) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:79:57: error: no exact matches in call to initializer
public static var groupReadExecute: FilePermissions { FilePermissions(0o50) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:79:57: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupReadExecute: FilePermissions { FilePermissions(0o50) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:83:58: error: no exact matches in call to initializer
public static var groupWriteExecute: FilePermissions { FilePermissions(0o30) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:83:58: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupWriteExecute: FilePermissions { FilePermissions(0o30) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:87:62: error: no exact matches in call to initializer
public static var groupReadWriteExecute: FilePermissions { FilePermissions(0o70) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:87:62: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var groupReadWriteExecute: FilePermissions { FilePermissions(0o70) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:91:50: error: no exact matches in call to initializer
public static var ownerRead: FilePermissions { FilePermissions(0o400) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:91:50: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerRead: FilePermissions { FilePermissions(0o400) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:95:51: error: no exact matches in call to initializer
public static var ownerWrite: FilePermissions { FilePermissions(0o200) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:95:51: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerWrite: FilePermissions { FilePermissions(0o200) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:99:53: error: no exact matches in call to initializer
public static var ownerExecute: FilePermissions { FilePermissions(0o100) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:99:53: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerExecute: FilePermissions { FilePermissions(0o100) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:103:55: error: no exact matches in call to initializer
public static var ownerReadWrite: FilePermissions { FilePermissions(0o600) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:103:55: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerReadWrite: FilePermissions { FilePermissions(0o600) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:107:57: error: no exact matches in call to initializer
public static var ownerReadExecute: FilePermissions { FilePermissions(0o500) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:107:57: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerReadExecute: FilePermissions { FilePermissions(0o500) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:111:58: error: no exact matches in call to initializer
public static var ownerWriteExecute: FilePermissions { FilePermissions(0o300) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:111:58: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerWriteExecute: FilePermissions { FilePermissions(0o300) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:115:62: error: no exact matches in call to initializer
public static var ownerReadWriteExecute: FilePermissions { FilePermissions(0o700) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:115:62: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var ownerReadWriteExecute: FilePermissions { FilePermissions(0o700) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:121:50: error: no exact matches in call to initializer
public static var setUserID: FilePermissions { FilePermissions(0o4000) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:121:50: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var setUserID: FilePermissions { FilePermissions(0o4000) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:127:51: error: no exact matches in call to initializer
public static var setGroupID: FilePermissions { FilePermissions(0o2000) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:127:51: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var setGroupID: FilePermissions { FilePermissions(0o2000) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:135:49: error: no exact matches in call to initializer
public static var saveText: FilePermissions { FilePermissions(0o1000) }
^
Swift.SetAlgebra.init:2:19: note: candidate requires that 'Int' conform to 'Sequence' (requirement specified as 'S' : 'Sequence')
@inlinable public init<S>(_ sequence: __owned S) where S : Sequence, Self.Element == S.Element}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePermissions.swift:135:49: note: candidate expects value of type 'FilePermissions' for parameter #1 (got 'Int')
public static var saveText: FilePermissions { FilePermissions(0o1000) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:162:34: error: cannot find type 'in_addr' in scope
public typealias IPv4Address = in_addr
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:165:34: error: cannot find type 'in6_addr' in scope
public typealias IPv6Address = in6_addr
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:26:8: error: Unsupported Platform
#error("Unsupported Platform")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:68:28: error: cannot find type 'clock_t' in scope
public typealias Clock = clock_t
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:71:30: error: cannot find type 'clockid_t' in scope
public typealias ClockID = clockid_t
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:74:27: error: cannot find type 'time_t' in scope
public typealias Time = time_t
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:80:47: error: cannot find type 'timeval' in scope
public typealias TimeIntervalMicroseconds = timeval
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:83:46: error: cannot find type 'timespec' in scope
public typealias TimeIntervalNanoseconds = timespec
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:93:29: error: cannot find type 'uid_t' in scope
public typealias UserID = uid_t
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:98:41: error: cannot find type 'pollfd' in scope
public typealias PollFileDescriptor = pollfd
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:100:42: error: cannot find type 'nfds_t' in scope
public typealias FileDescriptorCount = nfds_t
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:106:32: error: cannot find type 'sigset_t' in scope
public typealias SignalSet = sigset_t
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:115:35: error: cannot find type 'sigaction' in scope
public typealias SignalAction = sigaction
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:117:40: error: cannot find type 'siginfo_t' in scope
public typealias SignalInformation = siginfo_t
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:119:34: error: cannot find type 'sigval' in scope
public typealias SignalValue = sigval
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:124:32: error: cannot find type 'pid_t' in scope
public typealias ProcessID = pid_t
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:146:36: error: cannot find type 'msghdr' in scope
public typealias MessageHeader = msghdr
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:149:42: error: cannot find type 'sa_family_t' in scope
public typealias SocketAddressFamily = sa_family_t
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:159:34: error: cannot find type 'addrinfo' in scope
public typealias AddressInfo = addrinfo
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:168:36: error: cannot find type 'sockaddr' in scope
public typealias SocketAddress = sockaddr
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:171:40: error: cannot find type 'sockaddr_un' in scope
public typealias UnixSocketAddress = sockaddr_un
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:174:40: error: cannot find type 'sockaddr_in' in scope
public typealias IPv4SocketAddress = sockaddr_in
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:177:40: error: cannot find type 'sockaddr_in6' in scope
public typealias IPv6SocketAddress = sockaddr_in6
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:23:8: error: Unsupported Platform
#error("Unsupported Platform")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:665:33: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
internal var _SIG_IGN: CInterop.SignalHandler { SIG_IGN }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:668:33: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
internal var _SIG_ERR: CInterop.SignalHandler { SIG_ERR }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:671:34: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
internal var _SIG_HOLD: CInterop.SignalHandler { SIG_HOLD }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:674:33: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
internal var _SIG_DFL: CInterop.SignalHandler? { SIG_DFL }
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:33:29: error: cannot find 'EPERM' in scope
internal var _EPERM: CInt { EPERM }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:36:30: error: cannot find 'ENOENT' in scope
internal var _ENOENT: CInt { ENOENT }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:39:29: error: cannot find 'ESRCH' in scope
internal var _ESRCH: CInt { ESRCH }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:42:29: error: cannot find 'EINTR' in scope
internal var _EINTR: CInt { EINTR }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:45:27: error: cannot find 'EIO' in scope
internal var _EIO: CInt { EIO }
^~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:48:29: error: cannot find 'ENXIO' in scope
internal var _ENXIO: CInt { ENXIO }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:51:29: error: cannot find 'E2BIG' in scope
internal var _E2BIG: CInt { E2BIG }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:54:31: error: cannot find 'ENOEXEC' in scope
internal var _ENOEXEC: CInt { ENOEXEC }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:57:29: error: cannot find 'EBADF' in scope
internal var _EBADF: CInt { EBADF }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:60:30: error: cannot find 'ECHILD' in scope
internal var _ECHILD: CInt { ECHILD }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:63:31: error: cannot find 'EDEADLK' in scope
internal var _EDEADLK: CInt { EDEADLK }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:66:30: error: cannot find 'ENOMEM' in scope
internal var _ENOMEM: CInt { ENOMEM }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:69:30: error: cannot find 'EACCES' in scope
internal var _EACCES: CInt { EACCES }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:72:30: error: cannot find 'EFAULT' in scope
internal var _EFAULT: CInt { EFAULT }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:76:31: error: cannot find 'ENOTBLK' in scope
internal var _ENOTBLK: CInt { ENOTBLK }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:80:29: error: cannot find 'EBUSY' in scope
internal var _EBUSY: CInt { EBUSY }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:83:30: error: cannot find 'EEXIST' in scope
internal var _EEXIST: CInt { EEXIST }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:86:29: error: cannot find 'EXDEV' in scope
internal var _EXDEV: CInt { EXDEV }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:89:30: error: cannot find 'ENODEV' in scope
internal var _ENODEV: CInt { ENODEV }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:92:31: error: cannot find 'ENOTDIR' in scope
internal var _ENOTDIR: CInt { ENOTDIR }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:95:30: error: cannot find 'EISDIR' in scope
internal var _EISDIR: CInt { EISDIR }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:98:30: error: cannot find 'EINVAL' in scope
internal var _EINVAL: CInt { EINVAL }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:101:30: error: cannot find 'ENFILE' in scope
internal var _ENFILE: CInt { ENFILE }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:104:30: error: cannot find 'EMFILE' in scope
internal var _EMFILE: CInt { EMFILE }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:108:30: error: cannot find 'ENOTTY' in scope
internal var _ENOTTY: CInt { ENOTTY }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:111:31: error: cannot find 'ETXTBSY' in scope
internal var _ETXTBSY: CInt { ETXTBSY }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:115:29: error: cannot find 'EFBIG' in scope
internal var _EFBIG: CInt { EFBIG }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:118:30: error: cannot find 'ENOSPC' in scope
internal var _ENOSPC: CInt { ENOSPC }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:121:30: error: cannot find 'ESPIPE' in scope
internal var _ESPIPE: CInt { ESPIPE }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:124:29: error: cannot find 'EROFS' in scope
internal var _EROFS: CInt { EROFS }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:127:30: error: cannot find 'EMLINK' in scope
internal var _EMLINK: CInt { EMLINK }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:130:29: error: cannot find 'EPIPE' in scope
internal var _EPIPE: CInt { EPIPE }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:133:28: error: cannot find 'EDOM' in scope
internal var _EDOM: CInt { EDOM }
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:136:30: error: cannot find 'ERANGE' in scope
internal var _ERANGE: CInt { ERANGE }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:139:30: error: cannot find 'EAGAIN' in scope
internal var _EAGAIN: CInt { EAGAIN }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:142:35: error: cannot find 'EWOULDBLOCK' in scope
internal var _EWOULDBLOCK: CInt { EWOULDBLOCK }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:145:35: error: cannot find 'EINPROGRESS' in scope
internal var _EINPROGRESS: CInt { EINPROGRESS }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:148:32: error: cannot find 'EALREADY' in scope
internal var _EALREADY: CInt { EALREADY }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:151:32: error: cannot find 'ENOTSOCK' in scope
internal var _ENOTSOCK: CInt { ENOTSOCK }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:154:36: error: cannot find 'EDESTADDRREQ' in scope
internal var _EDESTADDRREQ: CInt { EDESTADDRREQ }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:157:32: error: cannot find 'EMSGSIZE' in scope
internal var _EMSGSIZE: CInt { EMSGSIZE }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:160:34: error: cannot find 'EPROTOTYPE' in scope
internal var _EPROTOTYPE: CInt { EPROTOTYPE }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:163:35: error: cannot find 'ENOPROTOOPT' in scope
internal var _ENOPROTOOPT: CInt { ENOPROTOOPT }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:166:39: error: cannot find 'EPROTONOSUPPORT' in scope
internal var _EPROTONOSUPPORT: CInt { EPROTONOSUPPORT }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:173:10: error: cannot find 'ESOCKTNOSUPPORT' in scope
return ESOCKTNOSUPPORT
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:182:10: error: cannot find 'ENOTSUP' in scope
return ENOTSUP
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:191:10: error: cannot find 'EPFNOSUPPORT' in scope
return EPFNOSUPPORT
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:196:36: error: cannot find 'EAFNOSUPPORT' in scope
internal var _EAFNOSUPPORT: CInt { EAFNOSUPPORT }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:199:34: error: cannot find 'EADDRINUSE' in scope
internal var _EADDRINUSE: CInt { EADDRINUSE }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:202:37: error: cannot find 'EADDRNOTAVAIL' in scope
internal var _EADDRNOTAVAIL: CInt { EADDRNOTAVAIL }
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:205:32: error: cannot find 'ENETDOWN' in scope
internal var _ENETDOWN: CInt { ENETDOWN }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:208:35: error: cannot find 'ENETUNREACH' in scope
internal var _ENETUNREACH: CInt { ENETUNREACH }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:211:33: error: cannot find 'ENETRESET' in scope
internal var _ENETRESET: CInt { ENETRESET }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:214:36: error: cannot find 'ECONNABORTED' in scope
internal var _ECONNABORTED: CInt { ECONNABORTED }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:217:34: error: cannot find 'ECONNRESET' in scope
internal var _ECONNRESET: CInt { ECONNRESET }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:220:31: error: cannot find 'ENOBUFS' in scope
internal var _ENOBUFS: CInt { ENOBUFS }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:223:31: error: cannot find 'EISCONN' in scope
internal var _EISCONN: CInt { EISCONN }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:226:32: error: cannot find 'ENOTCONN' in scope
internal var _ENOTCONN: CInt { ENOTCONN }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:233:10: error: cannot find 'ESHUTDOWN' in scope
return ESHUTDOWN
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:242:10: error: cannot find 'ETOOMANYREFS' in scope
return ETOOMANYREFS
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:247:33: error: cannot find 'ETIMEDOUT' in scope
internal var _ETIMEDOUT: CInt { ETIMEDOUT }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:250:36: error: cannot find 'ECONNREFUSED' in scope
internal var _ECONNREFUSED: CInt { ECONNREFUSED }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:253:29: error: cannot find 'ELOOP' in scope
internal var _ELOOP: CInt { ELOOP }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:256:36: error: cannot find 'ENAMETOOLONG' in scope
internal var _ENAMETOOLONG: CInt { ENAMETOOLONG }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:263:10: error: cannot find 'EHOSTDOWN' in scope
return EHOSTDOWN
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:268:36: error: cannot find 'EHOSTUNREACH' in scope
internal var _EHOSTUNREACH: CInt { EHOSTUNREACH }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:271:33: error: cannot find 'ENOTEMPTY' in scope
internal var _ENOTEMPTY: CInt { ENOTEMPTY }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:283:10: error: cannot find 'EUSERS' in scope
return EUSERS
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:292:10: error: cannot find 'EDQUOT' in scope
return EDQUOT
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:301:10: error: cannot find 'ESTALE' in scope
return ESTALE
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:310:10: error: cannot find 'EREMOTE' in scope
return EREMOTE
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:332:30: error: cannot find 'ENOLCK' in scope
internal var _ENOLCK: CInt { ENOLCK }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:335:30: error: cannot find 'ENOSYS' in scope
internal var _ENOSYS: CInt { ENOSYS }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:356:33: error: cannot find 'EOVERFLOW' in scope
internal var _EOVERFLOW: CInt { EOVERFLOW }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:374:33: error: cannot find 'ECANCELED' in scope
internal var _ECANCELED: CInt { ECANCELED }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:378:29: error: cannot find 'EIDRM' in scope
internal var _EIDRM: CInt { EIDRM }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:381:30: error: cannot find 'ENOMSG' in scope
internal var _ENOMSG: CInt { ENOMSG }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:385:30: error: cannot find 'EILSEQ' in scope
internal var _EILSEQ: CInt { EILSEQ }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:394:31: error: cannot find 'EBADMSG' in scope
internal var _EBADMSG: CInt { EBADMSG }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:397:33: error: cannot find 'EMULTIHOP' in scope
internal var _EMULTIHOP: CInt { EMULTIHOP }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:400:31: error: cannot find 'ENODATA' in scope
internal var _ENODATA: CInt { ENODATA }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:403:31: error: cannot find 'ENOLINK' in scope
internal var _ENOLINK: CInt { ENOLINK }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:406:29: error: cannot find 'ENOSR' in scope
internal var _ENOSR: CInt { ENOSR }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:409:30: error: cannot find 'ENOSTR' in scope
internal var _ENOSTR: CInt { ENOSTR }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:412:30: error: cannot find 'EPROTO' in scope
internal var _EPROTO: CInt { EPROTO }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:415:29: error: cannot find 'ETIME' in scope
internal var _ETIME: CInt { ETIME }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:419:34: error: cannot find 'EOPNOTSUPP' in scope
internal var _EOPNOTSUPP: CInt { EOPNOTSUPP }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:428:39: error: cannot find 'ENOTRECOVERABLE' in scope
internal var _ENOTRECOVERABLE: CInt { ENOTRECOVERABLE }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:431:34: error: cannot find 'EOWNERDEAD' in scope
internal var _EOWNERDEAD: CInt { EOWNERDEAD }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:445:32: error: cannot find 'O_RDONLY' in scope
internal var _O_RDONLY: CInt { O_RDONLY }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:448:32: error: cannot find 'O_WRONLY' in scope
internal var _O_WRONLY: CInt { O_WRONLY }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:451:30: error: cannot find 'O_RDWR' in scope
internal var _O_RDWR: CInt { O_RDWR }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:456:33: error: cannot find 'O_ACCMODE' in scope
internal var _O_ACCMODE: CInt { O_ACCMODE }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:459:34: error: cannot find 'O_NONBLOCK' in scope
internal var _O_NONBLOCK: CInt { O_NONBLOCK }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:463:32: error: cannot find 'O_APPEND' in scope
internal var _O_APPEND: CInt { O_APPEND }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:476:31: error: cannot find 'O_ASYNC' in scope
internal var _O_ASYNC: CInt { O_ASYNC }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:479:34: error: cannot find 'O_NOFOLLOW' in scope
internal var _O_NOFOLLOW: CInt { O_NOFOLLOW }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:483:31: error: cannot find 'O_CREAT' in scope
internal var _O_CREAT: CInt { O_CREAT }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:486:31: error: cannot find 'O_TRUNC' in scope
internal var _O_TRUNC: CInt { O_TRUNC }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:489:30: error: cannot find 'O_EXCL' in scope
internal var _O_EXCL: CInt { O_EXCL }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:499:32: error: cannot find 'O_NOCTTY' in scope
internal var _O_NOCTTY: CInt { O_NOCTTY }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:502:35: error: cannot find 'O_DIRECTORY' in scope
internal var _O_DIRECTORY: CInt { O_DIRECTORY }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:512:33: error: cannot find 'O_CLOEXEC' in scope
internal var _O_CLOEXEC: CInt { O_CLOEXEC }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:516:32: error: cannot find 'SEEK_SET' in scope
internal var _SEEK_SET: CInt { SEEK_SET }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:519:32: error: cannot find 'SEEK_CUR' in scope
internal var _SEEK_CUR: CInt { SEEK_CUR }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:522:32: error: cannot find 'SEEK_END' in scope
internal var _SEEK_END: CInt { SEEK_END }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:570:30: error: cannot find 'SIGHUP' in scope
internal var _SIGHUP: CInt { SIGHUP }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:573:30: error: cannot find 'SIGINT' in scope
internal var _SIGINT: CInt { SIGINT }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:576:31: error: cannot find 'SIGQUIT' in scope
internal var _SIGQUIT: CInt { SIGQUIT }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:579:30: error: cannot find 'SIGILL' in scope
internal var _SIGILL: CInt { SIGILL }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:582:31: error: cannot find 'SIGTRAP' in scope
internal var _SIGTRAP: CInt { SIGTRAP }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:585:31: error: cannot find 'SIGABRT' in scope
internal var _SIGABRT: CInt { SIGABRT }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:596:30: error: cannot find 'SIGFPE' in scope
internal var _SIGFPE: CInt { SIGFPE }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:599:31: error: cannot find 'SIGKILL' in scope
internal var _SIGKILL: CInt { SIGKILL }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:602:30: error: cannot find 'SIGBUS' in scope
internal var _SIGBUS: CInt { SIGBUS }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:605:31: error: cannot find 'SIGSEGV' in scope
internal var _SIGSEGV: CInt { SIGSEGV }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:608:30: error: cannot find 'SIGSYS' in scope
internal var _SIGSYS: CInt { SIGSYS }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:611:31: error: cannot find 'SIGPIPE' in scope
internal var _SIGPIPE: CInt { SIGPIPE }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:614:31: error: cannot find 'SIGALRM' in scope
internal var _SIGALRM: CInt { SIGALRM }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:617:31: error: cannot find 'SIGTERM' in scope
internal var _SIGTERM: CInt { SIGTERM }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:620:30: error: cannot find 'SIGURG' in scope
internal var _SIGURG: CInt { SIGURG }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:623:31: error: cannot find 'SIGSTOP' in scope
internal var _SIGSTOP: CInt { SIGSTOP }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:626:31: error: cannot find 'SIGTSTP' in scope
internal var _SIGTSTP: CInt { SIGTSTP }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:629:31: error: cannot find 'SIGCONT' in scope
internal var _SIGCONT: CInt { SIGCONT }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:632:31: error: cannot find 'SIGCHLD' in scope
internal var _SIGCHLD: CInt { SIGCHLD }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:635:31: error: cannot find 'SIGTTIN' in scope
internal var _SIGTTIN: CInt { SIGTTIN }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:638:31: error: cannot find 'SIGTTOU' in scope
internal var _SIGTTOU: CInt { SIGTTOU }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:641:29: error: cannot find 'SIGIO' in scope
internal var _SIGIO: CInt { SIGIO }
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:644:31: error: cannot find 'SIGXCPU' in scope
internal var _SIGXCPU: CInt { SIGXCPU }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:647:31: error: cannot find 'SIGXFSZ' in scope
internal var _SIGXFSZ: CInt { SIGXFSZ }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:650:33: error: cannot find 'SIGVTALRM' in scope
internal var _SIGVTALRM: CInt { SIGVTALRM }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:653:31: error: cannot find 'SIGPROF' in scope
internal var _SIGPROF: CInt { SIGPROF }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:656:32: error: cannot find 'SIGWINCH' in scope
internal var _SIGWINCH: CInt { SIGWINCH }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:659:31: error: cannot find 'SIGUSR1' in scope
internal var _SIGUSR1: CInt { SIGUSR1 }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:662:31: error: cannot find 'SIGUSR2' in scope
internal var _SIGUSR2: CInt { SIGUSR2 }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:677:36: error: cannot find 'SA_NOCLDSTOP' in scope
internal var _SA_NOCLDSTOP: CInt { SA_NOCLDSTOP }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:680:36: error: cannot find 'SA_NOCLDWAIT' in scope
internal var _SA_NOCLDWAIT: CInt { SA_NOCLDWAIT }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:683:34: error: cannot find 'SA_NODEFER' in scope
internal var _SA_NODEFER: CInt { SA_NODEFER }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:686:34: error: cannot find 'SA_ONSTACK' in scope
internal var _SA_ONSTACK: CInt { SA_ONSTACK }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:689:48: error: cannot find 'SA_RESETHAND' in scope
internal var _SA_RESETHAND: CInt { numericCast(SA_RESETHAND) }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:692:34: error: cannot find 'SA_RESTART' in scope
internal var _SA_RESTART: CInt { SA_RESTART }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:695:34: error: cannot find 'SA_SIGINFO' in scope
internal var _SA_SIGINFO: CInt { SA_SIGINFO }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:698:34: error: cannot find 'FD_CLOEXEC' in scope
internal var _FD_CLOEXEC: CInt { FD_CLOEXEC }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:701:31: error: cannot find 'F_DUPFD' in scope
internal var _F_DUPFD: CInt { F_DUPFD }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:704:39: error: cannot find 'F_DUPFD_CLOEXEC' in scope
internal var _F_DUPFD_CLOEXEC: CInt { F_DUPFD_CLOEXEC }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:707:31: error: cannot find 'F_GETFD' in scope
internal var _F_GETFD: CInt { F_GETFD }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:710:31: error: cannot find 'F_SETFD' in scope
internal var _F_SETFD: CInt { F_SETFD }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:713:31: error: cannot find 'F_GETFL' in scope
internal var _F_GETFL: CInt { F_GETFL }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:716:31: error: cannot find 'F_SETFL' in scope
internal var _F_SETFL: CInt { F_SETFL }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:719:30: error: cannot find 'POLLIN' in scope
internal var _POLLIN: CInt { POLLIN }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:722:31: error: cannot find 'POLLPRI' in scope
internal var _POLLPRI: CInt { POLLPRI }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:725:31: error: cannot find 'POLLOUT' in scope
internal var _POLLOUT: CInt { POLLOUT }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:728:34: error: cannot find 'POLLRDNORM' in scope
internal var _POLLRDNORM: CInt { POLLRDNORM }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:731:34: error: cannot find 'POLLWRNORM' in scope
internal var _POLLWRNORM: CInt { POLLWRNORM }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:734:34: error: cannot find 'POLLRDBAND' in scope
internal var _POLLRDBAND: CInt { POLLRDBAND }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:737:34: error: cannot find 'POLLWRBAND' in scope
internal var _POLLWRBAND: CInt { POLLWRBAND }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:740:31: error: cannot find 'POLLERR' in scope
internal var _POLLERR: CInt { POLLERR }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:743:31: error: cannot find 'POLLHUP' in scope
internal var _POLLHUP: CInt { POLLHUP }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:746:32: error: cannot find 'POLLNVAL' in scope
internal var _POLLNVAL: CInt { POLLNVAL }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:749:39: error: cannot find 'INET_ADDRSTRLEN' in scope
internal var _INET_ADDRSTRLEN: CInt { INET_ADDRSTRLEN }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:752:40: error: cannot find 'INET6_ADDRSTRLEN' in scope
internal var _INET6_ADDRSTRLEN: CInt { INET6_ADDRSTRLEN }
^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:767:31: error: cannot find 'AF_UNIX' in scope
internal var _AF_UNIX: CInt { AF_UNIX }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:770:31: error: cannot find 'AF_INET' in scope
internal var _AF_INET: CInt { AF_INET }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:773:32: error: cannot find 'AF_INET6' in scope
internal var _AF_INET6: CInt { AF_INET6 }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:776:30: error: cannot find 'AF_IPX' in scope
internal var _AF_IPX: CInt { AF_IPX }
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:779:36: error: cannot find 'AF_APPLETALK' in scope
internal var _AF_APPLETALK: CInt { AF_APPLETALK }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:783:33: error: cannot find 'AF_DECnet' in scope
internal var _AF_DECnet: CInt { AF_DECnet }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:786:32: error: cannot find 'AF_VSOCK' in scope
internal var _AF_VSOCK: CInt { AF_VSOCK }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:789:31: error: cannot find 'AF_ISDN' in scope
internal var _AF_ISDN: CInt { AF_ISDN }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:904:50: error: cannot find 'SOCK_STREAM' in scope
internal var _SOCK_STREAM: CInterop.SocketType { SOCK_STREAM }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:907:49: error: cannot find 'SOCK_DGRAM' in scope
internal var _SOCK_DGRAM: CInterop.SocketType { SOCK_DGRAM }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:910:47: error: cannot find 'SOCK_RAW' in scope
internal var _SOCK_RAW: CInterop.SocketType { SOCK_RAW }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:913:47: error: cannot find 'SOCK_RDM' in scope
internal var _SOCK_RDM: CInterop.SocketType { SOCK_RDM }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:916:53: error: cannot find 'SOCK_SEQPACKET' in scope
internal var _SOCK_SEQPACKET: CInterop.SocketType { SOCK_SEQPACKET }
^~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:930:47: error: cannot find 'IPPROTO_RAW' in scope
internal var _IPPROTO_RAW: CInt { numericCast(IPPROTO_RAW) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:933:47: error: cannot find 'IPPROTO_TCP' in scope
internal var _IPPROTO_TCP: CInt { numericCast(IPPROTO_TCP) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:936:47: error: cannot find 'IPPROTO_UDP' in scope
internal var _IPPROTO_UDP: CInt { numericCast(IPPROTO_UDP) }
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:939:34: error: cannot find 'SOL_SOCKET' in scope
internal var _SOL_SOCKET: CInt { SOL_SOCKET }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:942:32: error: cannot find 'SO_DEBUG' in scope
internal var _SO_DEBUG: CInt { SO_DEBUG }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:945:37: error: cannot find 'SO_ACCEPTCONN' in scope
internal var _SO_ACCEPTCONN: CInt { SO_ACCEPTCONN }
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:948:36: error: cannot find 'SO_REUSEADDR' in scope
internal var _SO_REUSEADDR: CInt { SO_REUSEADDR }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:951:36: error: cannot find 'SO_KEEPALIVE' in scope
internal var _SO_KEEPALIVE: CInt { SO_KEEPALIVE }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:954:36: error: cannot find 'SO_DONTROUTE' in scope
internal var _SO_DONTROUTE: CInt { SO_DONTROUTE }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:957:36: error: cannot find 'SO_BROADCAST' in scope
internal var _SO_BROADCAST: CInt { SO_BROADCAST }
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:965:33: error: cannot find 'SO_LINGER' in scope
internal var _SO_LINGER: CInt { SO_LINGER }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:979:49: error: cannot find 'MSG_DONTROUTE' in scope
internal var _MSG_DONTROUTE: CInt { numericCast(MSG_DONTROUTE) } /* send without using routing tables */
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:982:43: error: cannot find 'MSG_EOR' in scope
internal var _MSG_EOR: CInt { numericCast(MSG_EOR) } /* data completes record */
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:985:43: error: cannot find 'MSG_OOB' in scope
internal var _MSG_OOB: CInt { numericCast(MSG_OOB) } /* process out-of-band data */
^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:988:44: error: cannot find 'MSG_PEEK' in scope
internal var _MSG_PEEK: CInt { numericCast(MSG_PEEK) } /* peek at incoming message */
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:990:45: error: cannot find 'MSG_TRUNC' in scope
internal var _MSG_TRUNC: CInt { numericCast(MSG_TRUNC) } /* data discarded before delivery */
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:992:46: error: cannot find 'MSG_CTRUNC' in scope
internal var _MSG_CTRUNC: CInt { numericCast(MSG_CTRUNC) } /* control data lost before delivery */
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:994:47: error: cannot find 'MSG_WAITALL' in scope
internal var _MSG_WAITALL: CInt { numericCast(MSG_WAITALL) } /* wait for full request or error */
^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:997:48: error: cannot find 'MSG_DONTWAIT' in scope
internal var _MSG_DONTWAIT: CInt { numericCast(MSG_DONTWAIT) } /* this message should be nonblocking */
^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:1068:53: error: cannot find 'TIOCSBRK' in scope
internal var _TIOCSBRK: CUnsignedLong { numericCast(TIOCSBRK) }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:1071:53: error: cannot find 'TIOCCBRK' in scope
internal var _TIOCCBRK: CUnsignedLong { numericCast(TIOCCBRK) }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:1074:53: error: cannot find 'TIOCEXCL' in scope
internal var _TIOCEXCL: CUnsignedLong { numericCast(TIOCEXCL) }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:1077:53: error: cannot find 'TIOCNXCL' in scope
internal var _TIOCNXCL: CUnsignedLong { numericCast(TIOCNXCL) }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:1080:53: error: cannot find 'TIOCGETD' in scope
internal var _TIOCGETD: CUnsignedLong { numericCast(TIOCGETD) }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Constants.swift:1083:53: error: cannot find 'TIOCSETD' in scope
internal var _TIOCSETD: CUnsignedLong { numericCast(TIOCSETD) }
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Exports.swift:24:8: error: Unsupported Platform
#error("Unsupported Platform")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Exports.swift:27:29: error: cannot find type 'off_t' in scope
internal typealias _COffT = off_t
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Exports.swift:132:38: error: cannot find type 'pthread_key_t' in scope
internal typealias _PlatformTLSKey = pthread_key_t
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:17:8: error: Unsupported Platform
#error("Unsupported Platform")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:114:73: error: cannot find type 'off_t' in scope
_ fd: Int32, _ buf: UnsafeMutableRawPointer!, _ nbyte: Int, _ offset: off_t
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:125:6: error: cannot find type 'off_t' in scope
) -> off_t {
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:124:23: error: cannot find type 'off_t' in scope
_ fd: Int32, _ off: off_t, _ whence: Int32
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:144:66: error: cannot find type 'off_t' in scope
_ fd: Int32, _ buf: UnsafeRawPointer!, _ nbyte: Int, _ offset: off_t
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:222:25: error: cannot find type 'timezone' in scope
_ tz: UnsafePointer<timezone>?
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:341:25: error: cannot find type 'sockaddr' in scope
_ addr: UnsafePointer<sockaddr>?,
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:342:10: error: cannot find type 'socklen_t' in scope
_ len: socklen_t
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:352:32: error: cannot find type 'sockaddr' in scope
_ addr: UnsafeMutablePointer<sockaddr>?,
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:353:31: error: cannot find type 'socklen_t' in scope
_ len: UnsafeMutablePointer<socklen_t>?
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:640:90: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
internal func system_signal(_ sig: CInt, _ handler: CInterop.SignalHandler?) -> CInterop.SignalHandler? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/Syscalls.swift:640:62: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
internal func system_signal(_ sig: CInt, _ handler: CInterop.SignalHandler?) -> CInterop.SignalHandler? {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:89:14: error: no exact matches in call to initializer
self.init(unsafeBitCast((byte0, byte1, byte2, byte3), to: CInterop.IPv4Address.self))
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:114:12: note: incorrect labels for candidate (have: '(_:)', expected: '(rawValue:)')
public init?(rawValue: String) {
^
Swift.RawRepresentable.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
public init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:105:47: error: missing argument label 'from:' in call
static var any: IPv4Address { IPv4Address(_INADDR_ANY) }
^
from:
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:108:52: error: missing argument label 'from:' in call
static var loopback: IPv4Address { IPv4Address(_INADDR_LOOPBACK) }
^
from:
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:118:14: error: no exact matches in call to initializer
self.init(bytes)
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:114:12: note: incorrect labels for candidate (have: '(_:)', expected: '(rawValue:)')
public init?(rawValue: String) {
^
Swift.RawRepresentable.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
public init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:161:14: error: no exact matches in call to initializer
self.init(unsafeBitCast((byte0.bigEndian, byte1.bigEndian, byte2.bigEndian, byte3.bigEndian, byte4.bigEndian, byte5.bigEndian, byte6.bigEndian, byte7.bigEndian), to: CInterop.IPv6Address.self))
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:186:12: note: incorrect labels for candidate (have: '(_:)', expected: '(rawValue:)')
public init?(rawValue: String) {
^
Swift.RawRepresentable.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
public init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:177:47: error: missing argument label 'from:' in call
static var any: IPv6Address { IPv6Address(_INADDR6_ANY) }
^
from:
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:180:52: error: missing argument label 'from:' in call
static var loopback: IPv6Address { IPv6Address(_INADDR6_LOOPBACK) }
^
from:
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:190:14: error: no exact matches in call to initializer
self.init(bytes)
^
/Users/admin/builder/spi-builder-workspace/Sources/System/InternetProtocol.swift:186:12: note: incorrect labels for candidate (have: '(_:)', expected: '(rawValue:)')
public init?(rawValue: String) {
^
Swift.RawRepresentable.init:2:8: note: incorrect labels for candidate (have: '(_:)', expected: '(from:)')
public init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: error: type 'ProcessID' does not conform to protocol 'Decodable'
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:16:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.ProcessID' does not conform to 'Decodable'
public let rawValue: CInterop.ProcessID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: error: type 'ProcessID' does not conform to protocol 'Hashable'
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'ProcessID' to 'Hashable'
public let rawValue: CInterop.ProcessID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: error: type 'ProcessID' does not conform to protocol 'Encodable'
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:16:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.ProcessID' does not conform to 'Encodable'
public let rawValue: CInterop.ProcessID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: error: type 'ProcessID' does not conform to protocol 'RawRepresentable'
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: error: type 'ProcessID' does not conform to protocol 'Equatable'
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ProcessID' to 'Equatable'
public let rawValue: CInterop.ProcessID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'ProcessID' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'ProcessID.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ProcessID' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ProcessID' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'ProcessID' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'ProcessID' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'ProcessID' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ProcessID' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'ProcessID' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: note: add stubs for conformance
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ProcessID, ProcessID) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:12:15: error: type 'ProcessID' does not conform to protocol 'Decodable'
public struct ProcessID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:16:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.ProcessID' does not conform to 'Decodable'
public let rawValue: CInterop.ProcessID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:26:37: error: no exact matches in call to initializer
static var current: ProcessID { ProcessID(rawValue: system_getpid()) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:26:37: note: found candidate with type '(any Decoder) throws -> ProcessID'
static var current: ProcessID { ProcessID(rawValue: system_getpid()) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:29:36: error: no exact matches in call to initializer
static var parent: ProcessID { ProcessID(rawValue: system_getppid()) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/ProcessID.swift:29:36: note: found candidate with type '(any Decoder) throws -> ProcessID'
static var parent: ProcessID { ProcessID(rawValue: system_getppid()) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:51:21: error: @escaping attribute only applies to function types
_ body: @escaping CInterop.SignalActionHandler
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:23: error: missing argument label 'mask:' in call
self.init(CInterop.SignalAction())
^
mask:
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:73:46: error: missing argument for parameter 'handler' in call
self.init(CInterop.SignalAction())
^
, handler: <#Signal.Handler#>
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:25:16: note: 'init(mask:flags:handler:)' declared here
public init(
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalAction.swift:87:27: error: missing argument label 'arrayLiteral:' in call
return Signal.Set(bytes.sa_mask)
^
arrayLiteral:
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:16:39: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
public let rawValue: CInterop.SignalHandler?
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:19:40: error: 'SignalHandler' is not a member type of enum 'SystemPackage.CInterop'
public init(rawValue: CInterop.SignalHandler?) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:14:12: error: type 'Signal.Handler' does not conform to protocol 'RawRepresentable'
struct Handler: RawRepresentable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:14:12: note: add stubs for conformance
struct Handler: RawRepresentable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:29:44: error: no exact matches in call to initializer
static var `default`: Signal.Handler { Signal.Handler(rawValue: _SIG_DFL) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:29:44: note: found candidate with type '(any Decoder) throws -> Signal.Handler'
static var `default`: Signal.Handler { Signal.Handler(rawValue: _SIG_DFL) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:33:41: error: no exact matches in call to initializer
static var ignore: Signal.Handler { Signal.Handler(rawValue: _SIG_IGN) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:33:41: note: found candidate with type '(any Decoder) throws -> Signal.Handler'
static var ignore: Signal.Handler { Signal.Handler(rawValue: _SIG_IGN) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:37:49: error: no exact matches in call to initializer
internal static var error: Signal.Handler { Signal.Handler(rawValue: _SIG_ERR) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:37:49: note: found candidate with type '(any Decoder) throws -> Signal.Handler'
internal static var error: Signal.Handler { Signal.Handler(rawValue: _SIG_ERR) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:41:39: error: no exact matches in call to initializer
static var hold: Signal.Handler { Signal.Handler(rawValue: _SIG_HOLD) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalHandler.swift:41:39: note: found candidate with type '(any Decoder) throws -> Signal.Handler'
static var hold: Signal.Handler { Signal.Handler(rawValue: _SIG_HOLD) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift:107:53: error: passing non-escaping parameter 'body' to function expecting an @escaping closure
try Swift.withUnsafePointer(to: self.bytes, body)
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift:105:11: note: parameter 'body' is implicitly non-escaping
_ body: (UnsafePointer<CInterop.SignalSet>) throws -> T
^
@escaping
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift:107:19: error: generic parameter 'E' could not be inferred
try Swift.withUnsafePointer(to: self.bytes, body)
^
Swift.withUnsafePointer:1:13: note: in call to function 'withUnsafePointer(to:_:)'
public func withUnsafePointer<T, E, Result>(to value: borrowing T, _ body: (UnsafePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift:114:61: error: passing non-escaping parameter 'body' to function expecting an @escaping closure
try Swift.withUnsafeMutablePointer(to: &self.bytes, body)
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift:112:11: note: parameter 'body' is implicitly non-escaping
_ body: (UnsafeMutablePointer<CInterop.SignalSet>) throws -> T
^
@escaping
/Users/admin/builder/spi-builder-workspace/Sources/System/Signal/SignalSet.swift:114:19: error: generic parameter 'E' could not be inferred
try Swift.withUnsafeMutablePointer(to: &self.bytes, body)
^
Swift.withUnsafeMutablePointer:1:13: note: in call to function 'withUnsafeMutablePointer(to:_:)'
public func withUnsafeMutablePointer<T, E, Result>(to value: inout T, _ body: (UnsafeMutablePointer<T>) throws(E) -> Result) throws(E) -> Result where E : Error, T : ~Copyable, Result : ~Copyable
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: error: type 'Clock' does not conform to protocol 'Decodable'
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:21:16: note: cannot automatically synthesize 'Decodable' because 'RawValue' does not conform to 'Decodable'
public let rawValue: RawValue
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: error: type 'Clock' does not conform to protocol 'Hashable'
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:21:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'Clock' to 'Hashable'
public let rawValue: RawValue
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: error: type 'Clock' does not conform to protocol 'Encodable'
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:21:16: note: cannot automatically synthesize 'Encodable' because 'RawValue' does not conform to 'Encodable'
public let rawValue: RawValue
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: error: type 'Clock' does not conform to protocol 'RawRepresentable'
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: error: type 'Clock' does not conform to protocol 'Equatable'
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:21:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Clock' to 'Equatable'
public let rawValue: RawValue
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'Clock' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'Clock.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'Clock' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'Clock' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'Clock' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'Clock' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'Clock' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'Clock' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'Clock' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: note: add stubs for conformance
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(Clock, Clock) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:13:15: error: type 'Clock' does not conform to protocol 'Decodable'
public struct Clock: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:21:16: note: cannot automatically synthesize 'Decodable' because 'RawValue' does not conform to 'Decodable'
public let rawValue: RawValue
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:150:34: error: no exact matches in call to initializer
static var realtime: Clock { Clock(_CLOCK_REALTIME) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:150:34: note: found candidate with type '(any Decoder) throws -> Clock'
static var realtime: Clock { Clock(_CLOCK_REALTIME) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:154:35: error: no exact matches in call to initializer
static var monotonic: Clock { Clock(_CLOCK_MONOTONIC) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:154:35: note: found candidate with type '(any Decoder) throws -> Clock'
static var monotonic: Clock { Clock(_CLOCK_MONOTONIC) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:158:40: error: no exact matches in call to initializer
static var processCPUTime: Clock { Clock(_CLOCK_PROCESS_CPUTIME_ID) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:158:40: note: found candidate with type '(any Decoder) throws -> Clock'
static var processCPUTime: Clock { Clock(_CLOCK_PROCESS_CPUTIME_ID) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:162:39: error: no exact matches in call to initializer
static var threadCPUTime: Clock { Clock(_CLOCK_THREAD_CPUTIME_ID) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:162:39: note: found candidate with type '(any Decoder) throws -> Clock'
static var threadCPUTime: Clock { Clock(_CLOCK_THREAD_CPUTIME_ID) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:166:38: error: no exact matches in call to initializer
static var monotonicRaw: Clock { Clock(_CLOCK_MONOTONIC_RAW) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift:166:38: note: found candidate with type '(any Decoder) throws -> Clock'
static var monotonicRaw: Clock { Clock(_CLOCK_MONOTONIC_RAW) }
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:18:40: error: 'Microseconds' is not a member type of enum 'SystemPackage.CInterop'
public init(rawValue: CInterop.Microseconds) {
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:16:39: error: 'Microseconds' is not a member type of enum 'SystemPackage.CInterop'
public var rawValue: CInterop.Microseconds
~~~~~~~~ ^
/Users/admin/builder/spi-builder-workspace/Sources/System/Internals/CInterop.swift:31:13: note: 'CInterop' declared here
public enum CInterop {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: error: type 'Time.Microseconds' does not conform to protocol 'Decodable'
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:16:20: note: cannot automatically synthesize 'Decodable' because 'CInterop.Microseconds' does not conform to 'Decodable'
public var rawValue: CInterop.Microseconds
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: error: type 'Time.Microseconds' does not conform to protocol 'Hashable'
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:16:20: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'Time.Microseconds' to 'Hashable'
public var rawValue: CInterop.Microseconds
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: error: type 'Time.Microseconds' does not conform to protocol 'Encodable'
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:16:20: note: cannot automatically synthesize 'Encodable' because 'CInterop.Microseconds' does not conform to 'Encodable'
public var rawValue: CInterop.Microseconds
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: error: type 'Time.Microseconds' does not conform to protocol 'RawRepresentable'
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: error: type 'Time.Microseconds' does not conform to protocol 'Equatable'
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:16:20: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Time.Microseconds' to 'Equatable'
public var rawValue: CInterop.Microseconds
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'Time.Microseconds' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'Time.Microseconds.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'Time.Microseconds' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'Time.Microseconds' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'Time.Microseconds' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'Time.Microseconds' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:14:12: note: add stubs for conformance
struct Microseconds: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(Time.Microseconds, Time.Microseconds) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:41:1: error: type 'Time.Microseconds' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Time.Microseconds: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift:41:1: note: add stubs for conformance
extension Time.Microseconds: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Decodable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.Clock' does not conform to 'Decodable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Hashable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'ProcessorTime' to 'Hashable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Encodable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.Clock' does not conform to 'Encodable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'RawRepresentable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: error: type 'ProcessorTime' does not conform to protocol 'Equatable'
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'ProcessorTime' to 'Equatable'
public let rawValue: CInterop.Clock
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'ProcessorTime' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'ProcessorTime.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'ProcessorTime' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'ProcessorTime' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'ProcessorTime' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'ProcessorTime' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'ProcessorTime' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'ProcessorTime' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'ProcessorTime' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:12:15: note: add stubs for conformance
public struct ProcessorTime: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(ProcessorTime, ProcessorTime) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:77:1: error: type 'ProcessorTime' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension ProcessorTime: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift:77:1: note: add stubs for conformance
extension ProcessorTime: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Decodable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.Time' does not conform to 'Decodable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Hashable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'Time' to 'Hashable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Encodable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.Time' does not conform to 'Encodable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'RawRepresentable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Equatable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'Time' to 'Equatable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'Time' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'Time.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'Time' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'Time' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'Time' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'Time' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'Time' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'Time' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'Time' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: note: add stubs for conformance
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(Time, Time) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:38:1: error: type 'Time' does not conform to protocol 'ExpressibleByIntegerLiteral'
extension Time: ExpressibleByIntegerLiteral {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:38:1: note: add stubs for conformance
extension Time: ExpressibleByIntegerLiteral {
^
Swift.ExpressibleByIntegerLiteral.IntegerLiteralType:2:16: note: protocol requires nested type 'IntegerLiteralType'
associatedtype IntegerLiteralType : _ExpressibleByBuiltinIntegerLiteral}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:12:15: error: type 'Time' does not conform to protocol 'Decodable'
public struct Time: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift:14:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.Time' does not conform to 'Decodable'
public var rawValue: CInterop.Time
^
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:35:19: error: missing argument label 'time:' in call
self.init(.init(utc: time.rawValue))
^
time:
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:35:24: error: incorrect argument label in call (have 'utc:', expected 'components:')
self.init(.init(utc: time.rawValue))
^~~~
components
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:43:18: error: incorrect argument label in call (have 'rawValue:', expected 'components:')
self.init(rawValue: .init(utc: .init(components)))
^~~~~~~~~
components
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:43:34: error: incorrect argument label in call (have 'utc:', expected 'time:')
self.init(rawValue: .init(utc: .init(components)))
^~~~
time
/Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift:43:46: error: missing argument label 'components:' in call
self.init(rawValue: .init(utc: .init(components)))
^
components:
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Decodable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Decodable.init:2:1: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: cannot automatically synthesize 'Decodable' because 'CInterop.UserID' does not conform to 'Decodable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Hashable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Hashable', preventing synthesized conformance of 'UserID' to 'Hashable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Encodable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.Encodable.encode:2:6: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: cannot automatically synthesize 'Encodable' because 'CInterop.UserID' does not conform to 'Encodable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'RawRepresentable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: error: type 'UserID' does not conform to protocol 'Equatable'
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:16:16: note: stored property type '<<error type>>' does not conform to protocol 'Equatable', preventing synthesized conformance of 'UserID' to 'Equatable'
public let rawValue: CInterop.UserID
^
/Users/admin/builder/spi-builder-workspace/Sources/System/FilePath/FilePathComponents.swift:169:22: note: candidate would match if 'UserID' conformed to '_StrSlice'
public static func == (lhs: Self, rhs: Self) -> Bool {
^
Swift.==:1:24: note: candidate would match if 'UserID.RawValue' conformed to 'Equatable'
@inlinable public func == <T>(lhs: T, rhs: T) -> Bool where T : RawRepresentable, T.RawValue : Equatable
^
Swift.FloatingPoint.==:2:20: note: candidate would match if 'UserID' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift.BinaryInteger.==:2:20: note: candidate would match if 'UserID' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger}
^
Swift._Pointer.==:2:20: note: candidate would match if 'UserID' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool}
^
Swift._Pointer.==:2:31: note: candidate would match if 'UserID' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer}
^
Swift.Strideable.==:2:31: note: candidate would match if 'UserID' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool}
^
Swift.StringProtocol.==:2:31: note: candidate would match if 'UserID' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol}
^
Swift.SIMD.==:2:20: note: candidate would match if 'UserID' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool}
^
/Users/admin/builder/spi-builder-workspace/Sources/System/UserID.swift:12:15: note: add stubs for conformance
public struct UserID: RawRepresentable, Equatable, Hashable, Codable {
^
Swift.RawRepresentable.RawValue:2:16: note: protocol requires nested type 'RawValue'
associatedtype RawValue}
^
Swift.Equatable.==:2:13: note: protocol requires function '==' with type '(UserID, UserID) -> Bool'
static func == (lhs: Self, rhs: Self) -> Bool}
^
SwiftCompile normal arm64 Compiling\ SocketOptionID.swift,\ SocketOptionLevel.swift,\ SocketProtocol.swift,\ SocketType.swift,\ SystemInfo.swift,\ SystemString.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOptionID.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOptionLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketType.swift /Users/admin/builder/spi-builder-workspace/Sources/System/SystemInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/System/SystemString.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOptionID.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketOptionLevel.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketProtocol.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/Socket/SocketType.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/SystemInfo.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/System/SystemString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Clock.swift,\ Microseconds.swift,\ Nanoseconds.swift,\ ProcessorTime.swift,\ Time.swift,\ TimeComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Nanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift (in target 'SystemPackage' from project 'swift-system')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ SystemPackage (in target 'SystemPackage' from project 'swift-system')
EmitSwiftModule normal arm64 (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ Clock.swift,\ Microseconds.swift,\ Nanoseconds.swift,\ ProcessorTime.swift,\ Time.swift,\ TimeComponents.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Clock.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Microseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Nanoseconds.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/ProcessorTime.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/Time.swift /Users/admin/builder/spi-builder-workspace/Sources/System/Time/TimeComponents.swift (in target 'SystemPackage' from project 'swift-system')
Building workspace spi-builder-workspace with scheme swift-system
(4 failures)
BUILD FAILURE 6.1 visionOS