The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-sentencepiece, reference main (8d17bf), with Swift 6.0 for macOS (SPM) on 2 Apr 2026 11:18:50 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liuliu/swift-sentencepiece.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/liuliu/swift-sentencepiece
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8d17bf2 update swift-package-support-sentencepiece to 94f570e (#2)
Cloned https://github.com/liuliu/swift-sentencepiece.git
Revision (git rev-parse @):
8d17bf2e017c97563e8805545d676be9739b6c0e
SUCCESS checkout https://github.com/liuliu/swift-sentencepiece.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/liuliu/swift-sentencepiece.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Compiling C_sentencepiece sentencepiece.cc
[4/5] Compiling SentencePiece SentencePiece.swift
[5/5] Emitting module SentencePiece
Build complete! (9.54s)
Fetching https://github.com/weiyanlin117/swift-package-support-sentencepiece
[1/6025] Fetching swift-package-support-sentencepiece
Fetched https://github.com/weiyanlin117/swift-package-support-sentencepiece from cache (2.47s)
Creating working copy for https://github.com/weiyanlin117/swift-package-support-sentencepiece
Working copy of https://github.com/weiyanlin117/swift-package-support-sentencepiece resolved at a39a5be0b3e3ad9bcb19b085af7dd891c00aa3d2
Build complete.
{
  "cxx_language_standard" : "c++17",
  "dependencies" : [
    {
      "identity" : "swift-package-support-sentencepiece",
      "requirement" : {
        "revision" : [
          "a39a5be0b3e3ad9bcb19b085af7dd891c00aa3d2"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weiyanlin117/swift-package-support-sentencepiece"
    }
  ],
  "manifest_display_name" : "swift-sentencepiece",
  "name" : "swift-sentencepiece",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SentencePiece",
      "targets" : [
        "SentencePiece"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SentencePiece",
      "module_type" : "SwiftTarget",
      "name" : "SentencePiece",
      "path" : "Sources",
      "product_memberships" : [
        "SentencePiece"
      ],
      "sources" : [
        "SentencePiece.swift"
      ],
      "target_dependencies" : [
        "C_sentencepiece"
      ],
      "type" : "library"
    },
    {
      "c99name" : "C_sentencepiece",
      "module_type" : "ClangTarget",
      "name" : "C_sentencepiece",
      "path" : "Sources/C_sentencepiece",
      "product_dependencies" : [
        "swift-package-support-sentencepiece"
      ],
      "product_memberships" : [
        "SentencePiece"
      ],
      "sources" : [
        "sentencepiece.cc"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.