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 Server, reference 2.1.3 (734306), with Swift 6.0 for macOS (SPM) on 14 Oct 2024 20:48:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.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.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bteapot/Server.git
Reference: 2.1.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bteapot/Server
 * tag               2.1.3      -> FETCH_HEAD
HEAD is now at 734306f Значения заголовков и запроса в конфиге теперь извлекаются асинхронно.
Cloned https://github.com/bteapot/Server.git
Revision (git rev-parse @):
734306fa4a85edd1da5fd00fcafcfe59afdcbbf4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bteapot/Server.git at 2.1.3
========================================
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": "server",
      "name": "Server",
      "url": "https://github.com/bteapot/Server.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Server",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bteapot/Server.git
[1/617] Fetching server
Fetched https://github.com/bteapot/Server.git from cache (0.98s)
Creating working copy for https://github.com/bteapot/Server.git
Working copy of https://github.com/bteapot/Server.git resolved at 2.1.3 (734306f)
warning: '.resolve-product-dependencies': dependency 'server' 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/bteapot/Server.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.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--4A847ED0836F2485.txt
[3/12] Compiling Server Server.swift
[4/13] Compiling Server Tools.swift
[5/13] Compiling Server Send.swift
[6/13] Compiling Server Take.swift
[7/13] Compiling Server Method.swift
[8/13] Compiling Server Delegate.swift
[9/13] Compiling Server Errors.swift
[10/13] Compiling Server Config.swift
[11/13] Compiling Server Catcher.swift
[12/13] Emitting module Server
[13/13] Compiling Server Reachable.swift
Build complete! (17.69s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
  ],
  "manifest_display_name" : "Server",
  "name" : "Server",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Server",
      "targets" : [
        "Server"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Server",
      "module_type" : "SwiftTarget",
      "name" : "Server",
      "path" : "Sources/Server",
      "product_memberships" : [
        "Server"
      ],
      "sources" : [
        "Catcher.swift",
        "Config.swift",
        "Delegate.swift",
        "Errors.swift",
        "Method.swift",
        "Reachable.swift",
        "Send.swift",
        "Server.swift",
        "Take.swift",
        "Tools.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.