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 uklatn, reference main (f242b6), with Swift 6.0 for macOS (SPM) on 10 Aug 2025 07:30:29 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paiv/uklatn.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paiv/uklatn
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f242b65 julia release
Cloned https://github.com/paiv/uklatn.git
Revision (git rev-parse @):
f242b65079a06f5f6574ba0718779621bf755744
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/paiv/uklatn.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/paiv/uklatn.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write uklatn-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Emitting module UkrainianLatin
[6/9] Compiling UkrainianLatin UKLatn.swift
[7/11] Compiling cli uklatn.swift
[8/11] Emitting module cli
[8/11] Write Objects.LinkFileList
[9/11] Linking uklatn
[10/11] Applying uklatn
Build complete! (4.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "uklatn",
  "name" : "uklatn",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "UkrainianLatin",
      "targets" : [
        "UkrainianLatin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "uklatn",
      "targets" : [
        "cli"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "cli",
      "module_type" : "SwiftTarget",
      "name" : "cli",
      "path" : "swift/Sources/cli",
      "product_memberships" : [
        "uklatn"
      ],
      "sources" : [
        "uklatn.swift"
      ],
      "target_dependencies" : [
        "UkrainianLatin"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "UkrainianLatin",
      "module_type" : "SwiftTarget",
      "name" : "UkrainianLatin",
      "path" : "swift/Sources/UkrainianLatin",
      "product_memberships" : [
        "UkrainianLatin",
        "uklatn"
      ],
      "sources" : [
        "UKLatn.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UKLatnTests",
      "module_type" : "SwiftTarget",
      "name" : "UKLatnTests",
      "path" : "swift/Tests/UkrainianLatinTests",
      "sources" : [
        "UKLatnTests.swift"
      ],
      "target_dependencies" : [
        "UkrainianLatin"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.8"
}
Done.