The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Server, reference master (4a2c8d), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 17:24:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bteapot/Server.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bteapot/Server
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bteapot/Server.git
[1/669] Fetching server
Fetched https://github.com/bteapot/Server.git from cache (0.93s)
Creating working copy for https://github.com/bteapot/Server.git
Working copy of https://github.com/bteapot/Server.git resolved at master (4a2c8d0)
warning: '.resolve-product-dependencies': dependency 'server' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/bteapot/Server.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Server Method.swift
[4/12] Compiling Server Take.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server/Take.swift:48:72: warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
 46 |             .init(
 47 |                 mimeType: "application/json",
 48 |                 decode: { config, data, response in try config.decoder.decode(T.self, from: data) }
    |                                                                        `- warning: capture of non-Sendable type 'T.Type' in an isolated closure; this is an error in the Swift 6 language mode [#SendableMetatypes]
 49 |             )
 50 |         }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[5/12] Compiling Server Server.swift
[6/13] Compiling Server Tools.swift
[7/13] Compiling Server Send.swift
[8/13] Compiling Server Errors.swift
[9/13] Compiling Server Delegate.swift
[10/13] Compiling Server Catcher.swift
[11/13] Emitting module Server
/Users/admin/builder/spi-builder-workspace/Sources/Server/Config.swift:123:20: warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-Sendable type 'any Catcher.Type'
121 |         public let encoder:  JSONEncoder
122 |         public let decoder:  JSONDecoder
123 |         public let catcher:  Catcher.Type
    |                    `- warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-Sendable type 'any Catcher.Type'
124 |
125 |         public let session:  URLSession
[12/13] Compiling Server Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/Server/Config.swift:123:20: warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-Sendable type 'any Catcher.Type'
121 |         public let encoder:  JSONEncoder
122 |         public let decoder:  JSONDecoder
123 |         public let catcher:  Catcher.Type
    |                    `- warning: stored property 'catcher' of 'Sendable'-conforming struct 'Config' has non-Sendable type 'any Catcher.Type'
124 |
125 |         public let session:  URLSession
[13/13] Compiling Server Reachable.swift
Build complete! (9.23s)
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.