The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-system, reference main (99feed), with Swift 5.10 for macOS (SPM) on 22 May 2025 18:09:06 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/swift-system
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99feed6 Merge pull request #225 from marcprux/main
Cloned https://github.com/apple/swift-system.git
Revision (git rev-parse @):
99feed67fe96e2ca549dd8d602bdc550e9f91f51
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/swift-system.git at main
========================================
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 FilePathString.swift
[5/31] Compiling SystemPackage FilePathSyntax.swift
[6/31] Compiling SystemPackage FilePathTemp.swift
[7/34] Compiling SystemPackage FilePathTempPosix.swift
[8/34] Compiling SystemPackage FilePathTempWindows.swift
[9/34] Compiling SystemPackage FilePathWindows.swift
[10/34] Emitting module SystemPackage
[11/34] Compiling SystemPackage FileHelpers.swift
[12/34] Compiling SystemPackage FileOperations.swift
[13/34] Compiling SystemPackage FilePath.swift
[14/34] Compiling SystemPackage FilePathComponentView.swift
[15/34] Compiling SystemPackage FilePathComponents.swift
[16/34] Compiling SystemPackage FilePathParsing.swift
[17/34] Compiling SystemPackage FilePermissions.swift
[18/34] Compiling SystemPackage Backcompat.swift
[19/34] Compiling SystemPackage CInterop.swift
[20/34] Compiling SystemPackage Util+StringArray.swift
[21/34] Compiling SystemPackage Util.swift
[22/34] Compiling SystemPackage UtilConsumers.swift
[23/34] Compiling SystemPackage Constants.swift
[24/34] Compiling SystemPackage Exports.swift
[25/34] Compiling SystemPackage Mocking.swift
[26/34] Compiling SystemPackage Errno.swift
[27/34] Compiling SystemPackage ErrnoWindows.swift
[28/34] Compiling SystemPackage FileDescriptor.swift
[29/34] Compiling SystemPackage RawBuffer.swift
[30/34] Compiling SystemPackage Syscalls.swift
[31/34] Compiling SystemPackage WindowsSyscallAdapters.swift
[32/34] Compiling SystemPackage MachPort.swift
[33/34] Compiling SystemPackage PlatformString.swift
[34/34] Compiling SystemPackage SystemString.swift
Build complete! (2.96s)
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.