Build Information
Successful build of swift-system, reference 1.5.0 (61e4ca
), with Swift 5.10 for macOS (SPM) on 31 May 2025 05:41:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-system.git
Reference: 1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-system
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at 61e4ca4 Merge pull request #231 from apple/main
Cloned https://github.com/apple/swift-system.git
Revision (git rev-parse @):
61e4ca4b81b9e09e2ec863b00c340eb13497dac6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-system.git at 1.5.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/apple/swift-system.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Compiling CSystem shims.c
[2/3] Write swift-version-33747A42983211AE.txt
[4/31] Compiling SystemPackage FilePathComponentView.swift
[5/31] Compiling SystemPackage FilePathComponents.swift
[6/31] Compiling SystemPackage FilePathParsing.swift
[7/31] Compiling SystemPackage FileHelpers.swift
[8/31] Compiling SystemPackage FileOperations.swift
[9/31] Compiling SystemPackage FilePath.swift
[10/34] Emitting module SystemPackage
[11/34] Compiling SystemPackage Util+StringArray.swift
[12/34] Compiling SystemPackage Util.swift
[13/34] Compiling SystemPackage UtilConsumers.swift
[14/34] Compiling SystemPackage Constants.swift
[15/34] Compiling SystemPackage Exports.swift
[16/34] Compiling SystemPackage Mocking.swift
[17/34] Compiling SystemPackage RawBuffer.swift
[18/34] Compiling SystemPackage Syscalls.swift
[19/34] Compiling SystemPackage WindowsSyscallAdapters.swift
[20/34] Compiling SystemPackage Errno.swift
[21/34] Compiling SystemPackage ErrnoWindows.swift
[22/34] Compiling SystemPackage FileDescriptor.swift
[23/34] Compiling SystemPackage FilePathTempPosix.swift
[24/34] Compiling SystemPackage FilePathTempWindows.swift
[25/34] Compiling SystemPackage FilePathWindows.swift
[26/34] Compiling SystemPackage FilePermissions.swift
[27/34] Compiling SystemPackage Backcompat.swift
[28/34] Compiling SystemPackage CInterop.swift
[29/34] Compiling SystemPackage MachPort.swift
[30/34] Compiling SystemPackage PlatformString.swift
[31/34] Compiling SystemPackage SystemString.swift
[32/34] Compiling SystemPackage FilePathString.swift
[33/34] Compiling SystemPackage FilePathSyntax.swift
[34/34] Compiling SystemPackage FilePathTemp.swift
Build complete! (2.79s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-system",
"name" : "swift-system",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemPackage",
"targets" : [
"SystemPackage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemTests",
"module_type" : "SwiftTarget",
"name" : "SystemTests",
"path" : "Tests/SystemTests",
"sources" : [
"ErrnoTest.swift",
"FileDescriptorExtras.swift",
"FileOperationsTest.swift",
"FileOperationsTestWindows.swift",
"FilePathTests/FilePathComponentsTest.swift",
"FilePathTests/FilePathDecodable.swift",
"FilePathTests/FilePathExtras.swift",
"FilePathTests/FilePathParsingTest.swift",
"FilePathTests/FilePathSyntaxTest.swift",
"FilePathTests/FilePathTempTest.swift",
"FilePathTests/FilePathTest.swift",
"FileTypesTest.swift",
"MachPortTests.swift",
"MockingTest.swift",
"SystemCharTest.swift",
"SystemStringTests.swift",
"TestingInfrastructure.swift",
"UtilTests.swift"
],
"target_dependencies" : [
"SystemPackage"
],
"type" : "test"
},
{
"c99name" : "SystemPackage",
"module_type" : "SwiftTarget",
"name" : "SystemPackage",
"path" : "Sources/System",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"Errno.swift",
"ErrnoWindows.swift",
"FileDescriptor.swift",
"FileHelpers.swift",
"FileOperations.swift",
"FilePath/FilePath.swift",
"FilePath/FilePathComponentView.swift",
"FilePath/FilePathComponents.swift",
"FilePath/FilePathParsing.swift",
"FilePath/FilePathString.swift",
"FilePath/FilePathSyntax.swift",
"FilePath/FilePathTemp.swift",
"FilePath/FilePathTempPosix.swift",
"FilePath/FilePathTempWindows.swift",
"FilePath/FilePathWindows.swift",
"FilePermissions.swift",
"Internals/Backcompat.swift",
"Internals/CInterop.swift",
"Internals/Constants.swift",
"Internals/Exports.swift",
"Internals/Mocking.swift",
"Internals/RawBuffer.swift",
"Internals/Syscalls.swift",
"Internals/WindowsSyscallAdapters.swift",
"MachPort.swift",
"PlatformString.swift",
"SystemString.swift",
"Util+StringArray.swift",
"Util.swift",
"UtilConsumers.swift"
],
"target_dependencies" : [
"CSystem"
],
"type" : "library"
},
{
"c99name" : "CSystem",
"module_type" : "ClangTarget",
"name" : "CSystem",
"path" : "Sources/CSystem",
"product_memberships" : [
"SystemPackage"
],
"sources" : [
"shims.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.