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 Typer, reference v1.7.0 (c5d17b), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 23:18:26 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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Samasaur1/Typer.git
Reference: v1.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Samasaur1/Typer
 * tag               v1.7.0     -> FETCH_HEAD
HEAD is now at c5d17b1 Change LICENSE to AFLv3.0
Cloned https://github.com/Samasaur1/Typer.git
Revision (git rev-parse @):
c5d17b1a5893fc173ed267d6edd04bdfb51196ef
SUCCESS checkout https://github.com/Samasaur1/Typer.git at v1.7.0
========================================
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": "typer",
      "name": "Typer",
      "url": "https://github.com/Samasaur1/Typer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Typer",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Samasaur1/Typer.git
[1/334] Fetching typer
Fetched https://github.com/Samasaur1/Typer.git from cache (0.76s)
Creating working copy for https://github.com/Samasaur1/Typer.git
Working copy of https://github.com/Samasaur1/Typer.git resolved at v1.7.0 (c5d17b1)
warning: '.resolve-product-dependencies': dependency 'typer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/Samasaur1/Typer.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/4] Emitting module Typer
[4/4] Compiling Typer Typer.swift
Build complete! (5.48s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Typer",
  "name" : "Typer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Typer",
      "targets" : [
        "Typer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TyperTests",
      "module_type" : "SwiftTarget",
      "name" : "TyperTests",
      "path" : "Tests/TyperTests",
      "sources" : [
        "TyperTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Typer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Typer",
      "module_type" : "SwiftTarget",
      "name" : "Typer",
      "path" : "Sources/Typer",
      "product_memberships" : [
        "Typer"
      ],
      "sources" : [
        "Typer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.