Build Information
Failed to build xcparse, reference master (fdba6f
), with Swift 5.10 for visionOS using Xcode 15.4 on 29 Oct 2024 00:08:13 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme xcparse-Package -destination generic/platform=xrOS
Build Log
return EDQUOT
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:301:10: error: cannot find 'ESTALE' in scope
return ESTALE
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:310:10: error: cannot find 'EREMOTE' in scope
return EREMOTE
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:332:30: error: cannot find 'ENOLCK' in scope
internal var _ENOLCK: CInt { ENOLCK }
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:335:30: error: cannot find 'ENOSYS' in scope
internal var _ENOSYS: CInt { ENOSYS }
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:356:33: error: cannot find 'EOVERFLOW' in scope
internal var _EOVERFLOW: CInt { EOVERFLOW }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:374:33: error: cannot find 'ECANCELED' in scope
internal var _ECANCELED: CInt { ECANCELED }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:378:29: error: cannot find 'EIDRM' in scope
internal var _EIDRM: CInt { EIDRM }
^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:381:30: error: cannot find 'ENOMSG' in scope
internal var _ENOMSG: CInt { ENOMSG }
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:385:30: error: cannot find 'EILSEQ' in scope
internal var _EILSEQ: CInt { EILSEQ }
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:394:31: error: cannot find 'EBADMSG' in scope
internal var _EBADMSG: CInt { EBADMSG }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:397:33: error: cannot find 'EMULTIHOP' in scope
internal var _EMULTIHOP: CInt { EMULTIHOP }
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:400:31: error: cannot find 'ENODATA' in scope
internal var _ENODATA: CInt { ENODATA }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:403:31: error: cannot find 'ENOLINK' in scope
internal var _ENOLINK: CInt { ENOLINK }
^~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:406:29: error: cannot find 'ENOSR' in scope
internal var _ENOSR: CInt { ENOSR }
^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:409:30: error: cannot find 'ENOSTR' in scope
internal var _ENOSTR: CInt { ENOSTR }
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:412:30: error: cannot find 'EPROTO' in scope
internal var _EPROTO: CInt { EPROTO }
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:415:29: error: cannot find 'ETIME' in scope
internal var _ETIME: CInt { ETIME }
^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:419:34: error: cannot find 'EOPNOTSUPP' in scope
internal var _EOPNOTSUPP: CInt { EOPNOTSUPP }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:428:39: error: cannot find 'ENOTRECOVERABLE' in scope
internal var _ENOTRECOVERABLE: CInt { ENOTRECOVERABLE }
^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:431:34: error: cannot find 'EOWNERDEAD' in scope
internal var _EOWNERDEAD: CInt { EOWNERDEAD }
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift:522:32: error: cannot find 'SEEK_END' in scope
internal var _SEEK_END: CInt { SEEK_END }
^~~~~~~~
SwiftCompile normal arm64 Compiling\ Exports.swift,\ Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:24:8: error: Unsupported Platform
#error("Unsupported Platform")
^~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:50:9: error: cannot find 'Glibc' in scope
get { Glibc.errno }
^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:51:9: error: cannot find 'Glibc' in scope
set { Glibc.errno = newValue }
^~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:60:3: error: cannot find 'strerror' in scope
strerror(__errnum)
^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:64:3: error: cannot find 'strlen' in scope
strlen(s)
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:77:10: error: cannot find 'strlen' in scope
return strlen(s)
^~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:143:13: error: cannot find 'pthread_key_t' in scope
var raw = pthread_key_t()
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:144:14: error: cannot find 'pthread_key_create' in scope
guard 0 == pthread_key_create(&raw, nil) else {
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:144:39: error: 'nil' requires a contextual type
guard 0 == pthread_key_create(&raw, nil) else {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:156:14: error: cannot find 'pthread_setspecific' in scope
guard 0 == pthread_setspecific(key, p) else {
^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift:165:10: error: cannot find 'pthread_getspecific' in scope
return pthread_getspecific(key)
^~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Exports.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Mocking.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift:93:27: error: 'nil' requires a contextual type
setTLS(driverKey, nil)
^
SwiftCompile normal arm64 Compiling\ Util.swift,\ UtilConsumers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Util.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/UtilConsumers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FilePathWindows.swift,\ FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathWindows.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePermissions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Decodable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Encodable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.Encodable:2:10: note: protocol requires function 'encode(to:)' with type 'Encodable'
func encode(to encoder: any Encoder) throws
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'SetAlgebra'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.OptionSet:2:23: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public init()
^
Swift.OptionSet:3:37: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public mutating func formUnion(_ other: Self)
^
Swift.OptionSet:4:37: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public mutating func formIntersection(_ other: Self)
^
Swift.OptionSet:5:37: note: candidate would match if 'FilePermissions.RawValue' conformed to 'FixedWidthInteger'
@inlinable public mutating func formSymmetricDifference(_ other: Self)
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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:24: note: candidate would match if 'FilePermissions' conformed to 'FloatingPoint'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift.BinaryInteger:2:24: note: candidate would match if 'FilePermissions' conformed to 'BinaryInteger'
public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : BinaryInteger
^
Swift._Pointer:2:24: note: candidate would match if 'FilePermissions' conformed to '_Pointer'
public static func == (lhs: Self, rhs: Self) -> Bool
^
Swift._Pointer:3:35: note: candidate would match if 'FilePermissions' conformed to '_Pointer'
@inlinable public static func == <Other>(lhs: Self, rhs: Other) -> Bool where Other : _Pointer
^
Swift.Strideable:3:35: note: candidate would match if 'FilePermissions' conformed to 'Strideable'
@inlinable public static func == (x: Self, y: Self) -> Bool
^
Swift.StringProtocol:2:35: note: candidate would match if 'FilePermissions' conformed to 'StringProtocol'
@inlinable public static func == <RHS>(lhs: Self, rhs: RHS) -> Bool where RHS : StringProtocol
^
Swift.SIMD:4:24: note: candidate would match if 'FilePermissions' conformed to 'SIMD'
public static func == (a: Self, b: Self) -> Bool
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:21:15: note: add stubs for conformance
public struct FilePermissions: OptionSet, Hashable, Codable {
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:21:15: error: type 'FilePermissions' does not conform to protocol 'Decodable'
public struct FilePermissions: OptionSet, Hashable, Codable {
^
Swift.Decodable:2:5: note: protocol requires initializer 'init(from:)' with type 'Decodable'
init(from decoder: any Decoder) throws
^
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:35:50: error: no exact matches in call to initializer
public static var otherRead: FilePermissions { FilePermissions(0o4) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:39:51: error: no exact matches in call to initializer
public static var otherWrite: FilePermissions { FilePermissions(0o2) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:43:53: error: no exact matches in call to initializer
public static var otherExecute: FilePermissions { FilePermissions(0o1) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:47:55: error: no exact matches in call to initializer
public static var otherReadWrite: FilePermissions { FilePermissions(0o6) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:51:57: error: no exact matches in call to initializer
public static var otherReadExecute: FilePermissions { FilePermissions(0o5) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:55:58: error: no exact matches in call to initializer
public static var otherWriteExecute: FilePermissions { FilePermissions(0o3) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:59:62: error: no exact matches in call to initializer
public static var otherReadWriteExecute: FilePermissions { FilePermissions(0o7) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:63:50: error: no exact matches in call to initializer
public static var groupRead: FilePermissions { FilePermissions(0o40) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:67:51: error: no exact matches in call to initializer
public static var groupWrite: FilePermissions { FilePermissions(0o20) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:71:53: error: no exact matches in call to initializer
public static var groupExecute: FilePermissions { FilePermissions(0o10) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:75:55: error: no exact matches in call to initializer
public static var groupReadWrite: FilePermissions { FilePermissions(0o60) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:79:57: error: no exact matches in call to initializer
public static var groupReadExecute: FilePermissions { FilePermissions(0o50) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:83:58: error: no exact matches in call to initializer
public static var groupWriteExecute: FilePermissions { FilePermissions(0o30) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:87:62: error: no exact matches in call to initializer
public static var groupReadWriteExecute: FilePermissions { FilePermissions(0o70) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:91:50: error: no exact matches in call to initializer
public static var ownerRead: FilePermissions { FilePermissions(0o400) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:95:51: error: no exact matches in call to initializer
public static var ownerWrite: FilePermissions { FilePermissions(0o200) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:99:53: error: no exact matches in call to initializer
public static var ownerExecute: FilePermissions { FilePermissions(0o100) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:103:55: error: no exact matches in call to initializer
public static var ownerReadWrite: FilePermissions { FilePermissions(0o600) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:107:57: error: no exact matches in call to initializer
public static var ownerReadExecute: FilePermissions { FilePermissions(0o500) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:111:58: error: no exact matches in call to initializer
public static var ownerWriteExecute: FilePermissions { FilePermissions(0o300) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:115:62: error: no exact matches in call to initializer
public static var ownerReadWriteExecute: FilePermissions { FilePermissions(0o700) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:121:50: error: no exact matches in call to initializer
public static var setUserID: FilePermissions { FilePermissions(0o4000) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:127:51: error: no exact matches in call to initializer
public static var setGroupID: FilePermissions { FilePermissions(0o2000) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift:135:49: error: no exact matches in call to initializer
public static var saveText: FilePermissions { FilePermissions(0o1000) }
^
Swift.SetAlgebra:2:23: 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/.dependencies/checkouts/swift-system/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) }
^
SwiftCompile normal arm64 Compiling\ PlatformString.swift,\ SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
/Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/PlatformString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/SystemString.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Errno.swift,\ FileDescriptor.swift,\ FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/supplementaryOutputs-1 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Errno.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FileDescriptor.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FileHelpers.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/Errno.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FileDescriptor.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FileHelpers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FilePathString.swift,\ FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathString.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathString.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathString.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathString.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathSyntax.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathSyntax.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathSyntax.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathSyntax.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathString.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathSyntax.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathString.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathSyntax.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FileOperations.swift,\ FilePath.swift,\ FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/supplementaryOutputs-2 -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FileOperations.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePath.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponentView.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FileOperations.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePath.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponentView.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ FilePathComponents.swift,\ FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift (in target 'SystemPackage' from project 'swift-system')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system
builtin-swiftTaskExecution -- /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Errno.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileDescriptor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileHelpers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FileOperations.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePath.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponentView.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathSyntax.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/PlatformString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/SystemString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Util.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/UtilConsumers.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponents.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponents.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponents.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponents.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathParsing.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathParsing.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathParsing.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathParsing.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.4.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-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -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 -empty-abi-descriptor -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/.dependencies/checkouts/swift-system -resource-dir /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros1.2-21O5565d-70e6a4b4e6ce75e0f2056db95c07d51a.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/.dependencies/checkouts/swift-system/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 1.2 -target-sdk-name xros1.2 -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.2.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponents.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathParsing.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathComponents.o -index-unit-output-path /swift-system.build/Debug-xros/SystemPackage.build/Objects-normal/arm64/FilePathParsing.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
SwiftCompile normal arm64 Compiling\ Syscalls.swift,\ WindowsSyscallAdapters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/WindowsSyscallAdapters.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Syscalls.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ CInterop.swift,\ Constants.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/CInterop.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Constants.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ Exports.swift,\ Mocking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Exports.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/Internals/Mocking.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ FilePathWindows.swift,\ FilePermissions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathWindows.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePermissions.swift (in target 'SystemPackage' from project 'swift-system')
SwiftCompile normal arm64 Compiling\ FilePathComponents.swift,\ FilePathParsing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathComponents.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-system/Sources/System/FilePath/FilePathParsing.swift (in target 'SystemPackage' from project 'swift-system')
(11 failures)
BUILD FAILURE 5.10 visionOS