The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-cwinrt, reference v0.1.2 (601287), with Swift 6.2 for macOS (SPM) on 11 Apr 2026 12:43:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.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/moreSwift/swift-cwinrt.git
Reference: v0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/moreSwift/swift-cwinrt
 * tag               v0.1.2     -> FETCH_HEAD
HEAD is now at 601287a Generate C ABI for XamlToolkit (WinRT port of CommunityToolkit)
Cloned https://github.com/moreSwift/swift-cwinrt.git
Revision (git rev-parse @):
601287a2a89e8e56e8aa53782b6054db8be0bce8
SUCCESS checkout https://github.com/moreSwift/swift-cwinrt.git at v0.1.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/moreSwift/swift-cwinrt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Compiling CWinRT shim.c
[2/5] Write swift-version--3CB7CFEC50E0D141.txt
[4/7] Emitting module SwiftDummy
[5/7] Compiling SwiftDummy Dummy.swift
[5/7] Write Objects.LinkFileList
[6/7] Linking libCWinRT.dylib
Build complete! (1.75s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-cwinrt",
  "name" : "swift-cwinrt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CWinRT",
      "targets" : [
        "CWinRT",
        "SwiftDummy"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftDummy",
      "module_type" : "SwiftTarget",
      "name" : "SwiftDummy",
      "path" : "Sources/SwiftDummy",
      "product_memberships" : [
        "CWinRT"
      ],
      "sources" : [
        "Dummy.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CWinRT",
      "module_type" : "ClangTarget",
      "name" : "CWinRT",
      "path" : "Sources/CWinRT",
      "product_memberships" : [
        "CWinRT"
      ],
      "sources" : [
        "shim.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.