The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Server, reference 2.1.7 (4a2c8d), with Swift 6.0 for macOS (SPM) on 8 Aug 2025 11:54:32 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bteapot/Server.git
Reference: 2.1.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bteapot/Server
 * tag               2.1.7      -> FETCH_HEAD
HEAD is now at 4a2c8d0 - В `Mapper` добавлен вариант с безусловным значением. - Подтянута документация.
Cloned https://github.com/bteapot/Server.git
Revision (git rev-parse @):
4a2c8d099998c06ff9e048385d9fe2a58d6fbf1e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/bteapot/Server.git at 2.1.7
========================================
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.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling Server Take.swift
[4/12] Compiling Server Server.swift
[5/13] Compiling Server Tools.swift
[6/13] Compiling Server Send.swift
[7/13] Compiling Server Delegate.swift
[8/13] Compiling Server Method.swift
[9/13] Compiling Server Config.swift
[10/13] Compiling Server Reachable.swift
[11/13] Emitting module Server
[12/13] Compiling Server Catcher.swift
[13/13] Compiling Server Errors.swift
Build complete! (9.02s)
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.