The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-clang, reference 0.2.0 (f92a83), with Swift 6.3 for macOS (SPM) on 19 Apr 2026 07:14:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MxIris-DeveloperTool/swift-clang.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MxIris-DeveloperTool/swift-clang
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at f92a834 refactor: improve API surface and access control across Clang module
Cloned https://github.com/MxIris-DeveloperTool/swift-clang.git
Revision (git rev-parse @):
f92a834ed33249612d9ef30a41d8254d32a7602a
SUCCESS checkout https://github.com/MxIris-DeveloperTool/swift-clang.git at 0.2.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-clang",
      "name": "swift-clang",
      "url": "https://github.com/MxIris-DeveloperTool/swift-clang.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-clang",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/MxIris-DeveloperTool/swift-clang.git
[1/165] Fetching swift-clang
Fetched https://github.com/MxIris-DeveloperTool/swift-clang.git from cache (0.90s)
Creating working copy for https://github.com/MxIris-DeveloperTool/swift-clang.git
Working copy of https://github.com/MxIris-DeveloperTool/swift-clang.git resolved at 0.2.0 (f92a834)
warning: '.resolve-product-dependencies': dependency 'swift-clang' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/MxIris-DeveloperTool/swift-clang.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Write swift-version--6988338F2F200930.txt
[3/4] Compiling Cclang clang.c
[5/7] Compiling CclangWrapper library_wrapper.swift
[6/7] Compiling CclangWrapper library_wrapper_Clang_C.swift
[7/7] Emitting module CclangWrapper
[8/24] Compiling Clang Language.swift
[9/24] Compiling Clang NameRefOptions.swift
[10/24] Compiling Clang TranslationUnit.swift
[11/24] Compiling Clang EvalResult.swift
[12/24] Compiling Clang File.swift
[13/24] Compiling Clang FunctionDecl.swift
[14/24] Compiling Clang Index.swift
[15/24] Compiling Clang Token.swift
[16/25] Compiling Clang Utilities.swift
[17/25] Compiling Clang Comment.swift
[18/25] Compiling Clang Cursor.swift
[19/25] Compiling Clang Availability.swift
[20/25] Compiling Clang CType.swift
[21/25] Emitting module Clang
[22/25] Compiling Clang CTypes.swift
[23/25] Compiling Clang ClangError.swift
[24/25] Compiling Clang Cursors.swift
[25/25] Compiling Clang Diagnostic.swift
Build complete! (5.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-clang",
  "name" : "swift-clang",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Clang",
      "targets" : [
        "Clang"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ClangTests",
      "module_type" : "SwiftTarget",
      "name" : "ClangTests",
      "path" : "Tests/ClangTests",
      "sources" : [
        "AvailabilityTests.swift",
        "CTypeTests.swift",
        "CommentTests.swift",
        "ConcreteCursorTests.swift",
        "CppFeatureTests.swift",
        "CursorTests.swift",
        "DiagnosticTests.swift",
        "ErrorTypeTests.swift",
        "EvalResultTests.swift",
        "FileTests.swift",
        "FunctionDeclTests.swift",
        "IndexTests.swift",
        "LanguageTests.swift",
        "NameRefOptionsTests.swift",
        "SourceLocationTests.swift",
        "StorageAccessTests.swift",
        "TestHelpers.swift",
        "TokenTests.swift",
        "TranslationUnitTests.swift"
      ],
      "target_dependencies" : [
        "Clang"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Clang",
      "module_type" : "SwiftTarget",
      "name" : "Clang",
      "path" : "Sources/Clang",
      "product_memberships" : [
        "Clang"
      ],
      "sources" : [
        "Availability.swift",
        "CType.swift",
        "CTypes.swift",
        "ClangError.swift",
        "Comment.swift",
        "Cursor.swift",
        "Cursors.swift",
        "Diagnostic.swift",
        "EvalResult.swift",
        "File.swift",
        "FunctionDecl.swift",
        "Index.swift",
        "Language.swift",
        "NameRefOptions.swift",
        "Token.swift",
        "TranslationUnit.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "Cclang",
        "CclangWrapper"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CclangWrapper",
      "module_type" : "SwiftTarget",
      "name" : "CclangWrapper",
      "path" : "Sources/CclangWrapper",
      "product_memberships" : [
        "Clang"
      ],
      "sources" : [
        "library_wrapper.swift",
        "library_wrapper_Clang_C.swift"
      ],
      "target_dependencies" : [
        "Cclang"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Cclang",
      "module_type" : "ClangTarget",
      "name" : "Cclang",
      "path" : "Sources/Cclang",
      "product_memberships" : [
        "Clang"
      ],
      "sources" : [
        "clang.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.