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.22.1 (02a6bb), with Swift 6.0 for macOS (SPM) on 26 Jan 2025 13:17:04 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paiv/uklatn.git
Reference: 1.22.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paiv/uklatn
 * tag               1.22.1     -> FETCH_HEAD
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 1.22.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/1564] Fetching uklatn
Fetched https://github.com/paiv/uklatn.git from cache (0.85s)
Creating working copy for https://github.com/paiv/uklatn.git
Working copy of https://github.com/paiv/uklatn.git resolved at 1.22.1 (02a6bbf)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/paiv/uklatn.git
https://github.com/paiv/uklatn.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[2/7] Write uklatn-entitlement.plist
[3/7] Write swift-version-5BDAB9E9C0126B9D.txt
[5/9] Compiling UkrainianLatin UKLatn.swift
[6/9] Emitting module UkrainianLatin
[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.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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/paiv/uklatn/1.22.1
Repository:               paiv/uklatn
Swift version used:       6.0
Target:                   UkrainianLatin
Extracting symbol information for 'UkrainianLatin'...
Finished extracting symbol information for 'UkrainianLatin'. (2.52s)
Building documentation for 'UkrainianLatin'...
Finished building documentation for 'UkrainianLatin' (0.35s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/paiv/uklatn/1.22.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3267] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Compiling SymbolKit Mixin+Equals.swift
[7/53] Compiling SymbolKit Mixin+Hash.swift
[8/53] Compiling SymbolKit Mixin.swift
[9/53] Compiling SymbolKit LineList.swift
[10/53] Compiling SymbolKit Position.swift
[11/57] Compiling SymbolKit SourceRange.swift
[12/57] Compiling SymbolKit Metadata.swift
[13/57] Compiling SymbolKit Module.swift
[14/57] Compiling SymbolKit OperatingSystem.swift
[15/57] Compiling SymbolKit Platform.swift
[16/57] Compiling SymbolKit Identifier.swift
[17/57] Compiling SymbolKit KindIdentifier.swift
[18/57] Compiling SymbolKit Location.swift
[19/57] Compiling SymbolKit Mutability.swift
[20/57] Compiling SymbolKit Names.swift
[21/57] Compiling SymbolKit SPI.swift
[22/57] Compiling SymbolKit Snippet.swift
[23/57] Compiling SymbolKit Extension.swift
[24/57] Emitting module SymbolKit
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit GenericConstraint.swift
[36/57] Compiling SymbolKit GenericParameter.swift
[37/57] Compiling SymbolKit Generics.swift
[38/57] Compiling SymbolKit Namespace.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit DeclarationFragments.swift
[44/57] Compiling SymbolKit Fragment.swift
[45/57] Compiling SymbolKit FragmentKind.swift
[46/57] Compiling SymbolKit FunctionParameter.swift
[47/57] Compiling SymbolKit FunctionSignature.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.68s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/3] Emitting module UkrainianLatin
[3/3] Compiling UkrainianLatin UKLatn.swift
Build of target: 'UkrainianLatin' complete! (0.53s)
      78
2	/Users/admin/builder/spi-builder-workspace/.docs/paiv/uklatn/1.22.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/paiv/uklatn/1.22.1
File count: 78
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-paiv-uklatn-1.22.1-1355098e.zip to s3://spi-docs-inbox/prod-paiv-uklatn-1.22.1-1355098e.zip
Copying... [19%]
Copying... [38%]
Copying... [57%]
Copying... [76%]
Copying... [96%]
Copying... [100%]
Done.