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 1.14.1 (d836ec), with Swift 6.0 for macOS (SPM) on 17 Nov 2024 15:43:14 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paiv/uklatn.git
Reference: 1.14.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paiv/uklatn
 * tag               1.14.1     -> FETCH_HEAD
HEAD is now at d836ec3 bump version
Cloned https://github.com/paiv/uklatn.git
Revision (git rev-parse @):
d836ec371bcb5dd7db449c40b3d46bfb197d86f2
SUCCESS checkout https://github.com/paiv/uklatn.git at 1.14.1
========================================
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",
  "dependencies": [
    {
      "identity": "uklatn",
      "name": "uklatn",
      "url": "https://github.com/paiv/uklatn.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/uklatn",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/paiv/uklatn.git
[1/853] Fetching uklatn
Fetched https://github.com/paiv/uklatn.git from cache (1.06s)
Creating working copy for https://github.com/paiv/uklatn.git
Working copy of https://github.com/paiv/uklatn.git resolved at 1.14.1 (d836ec3)
Found 0 product dependencies
========================================
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.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/7] Write sources
[2/7] Write uklatn-entitlement.plist
[3/7] Write swift-version--7754E27361AE5C74.txt
[5/9] Emitting module UkrainianLatin
[6/9] Compiling UkrainianLatin UKLatn.swift
[7/11] Emitting module cli
[8/11] Compiling cli uklatn.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking uklatn
[10/11] Applying uklatn
Build complete! (6.61s)
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.