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 (25311f), with Swift 6.0 for macOS (SPM) on 17 Nov 2024 15:43:03 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: 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 25311f7 update readme
Cloned https://github.com/paiv/uklatn.git
Revision (git rev-parse @):
25311f770bdfb35fe62a7469d79a55dd8fe0ce5a
SUCCESS checkout https://github.com/paiv/uklatn.git at main
========================================
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
[18/853] Fetching uklatn
Fetched https://github.com/paiv/uklatn.git from cache (0.94s)
Creating working copy for https://github.com/paiv/uklatn.git
Working copy of https://github.com/paiv/uklatn.git resolved at main (25311f7)
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] Compiling cli uklatn.swift
[8/11] Emitting module cli
[8/11] Write Objects.LinkFileList
[9/11] Linking uklatn
[10/11] Applying uklatn
Build complete! (7.23s)
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.