The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of uklatn, reference main (02a6bb), with Swift 5.10 for macOS (SPM) on 26 Jan 2025 13:19:27 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.60.1
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 02a6bbf update github runners
Cloned https://github.com/paiv/uklatn.git
Revision (git rev-parse @):
02a6bbff041d60c62e99822fcc192704d947cc13
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/paiv/uklatn.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/paiv/uklatn.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write uklatn-entitlement.plist
[3/7] Write swift-version-33747A42983211AE.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.56s)
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.