The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimpleHTTP, reference v0.0.5 (fbf0f0), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 06:01:04 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/Pattio/SimpleHTTP.git
Reference: v0.0.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Pattio/SimpleHTTP
 * tag               v0.0.5     -> FETCH_HEAD
HEAD is now at fbf0f01 Merge pull request #3 from Pattio/status-validator-error-mapping
Cloned https://github.com/Pattio/SimpleHTTP.git
Revision (git rev-parse @):
fbf0f010dd387bf5748596be63b5bc0d106f4574
SUCCESS checkout https://github.com/Pattio/SimpleHTTP.git at v0.0.5
========================================
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": "simplehttp",
      "name": "SimpleHTTP",
      "url": "https://github.com/Pattio/SimpleHTTP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleHTTP",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Pattio/SimpleHTTP.git
[1/182] Fetching simplehttp
Fetched https://github.com/Pattio/SimpleHTTP.git from cache (0.66s)
Creating working copy for https://github.com/Pattio/SimpleHTTP.git
Working copy of https://github.com/Pattio/SimpleHTTP.git resolved at v0.0.5 (fbf0f01)
warning: '.resolve-product-dependencies': dependency 'simplehttp' 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/Pattio/SimpleHTTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6988338F2F200930.txt
[6/12] Compiling SimpleHTTPCore HTTPRequestOption.swift
[7/12] Compiling SimpleHTTPCore HTTPResponse.swift
[8/12] Compiling SimpleHTTPCore HTTPError.swift
[9/12] Compiling SimpleHTTPCore HTTPHandler.swift
[10/12] Compiling SimpleHTTPCore HTTPBody.swift
[11/12] Emitting module SimpleHTTPCore
[12/12] Compiling SimpleHTTPCore HTTPRequest.swift
[13/24] Compiling SimpleHTTPSugar IdentityHandler.swift
[14/24] Compiling SimpleHTTPSugar HandlerBuilder.swift
[15/24] Compiling SimpleHTTPSugar Collection+HTTPHandlerChain.swift
[16/24] Compiling SimpleHTTPSugar HTTPClient.swift
[17/24] Emitting module SimpleHTTPSugar
[18/24] Compiling SimpleHTTPSauce ServerEnvironment.swift
[19/24] Compiling SimpleHTTPSauce ThrottleHandler.swift
[20/24] Compiling SimpleHTTPSauce URLSessionHandler.swift
[21/24] Compiling SimpleHTTPSauce ServerEnvironmentHandler.swift
[22/24] Compiling SimpleHTTPSauce LoggingHandler.swift
[23/24] Compiling SimpleHTTPSauce HTTPStatusValidatingHandler.swift
[24/24] Emitting module SimpleHTTPSauce
[25/26] Compiling SimpleHTTP SimpleHTTP.swift
[26/26] Emitting module SimpleHTTP
Build complete! (6.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleHTTP",
  "name" : "SimpleHTTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SimpleHTTP",
      "targets" : [
        "SimpleHTTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SimpleHTTPCore",
      "targets" : [
        "SimpleHTTPCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SimpleHTTPSauce",
      "targets" : [
        "SimpleHTTPSauce"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SimpleHTTPSugar",
      "targets" : [
        "SimpleHTTPSugar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleHTTPTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleHTTPTests",
      "path" : "Tests/SimpleHTTPTests",
      "sources" : [
        "Core/HTTPBodyTests.swift",
        "Core/HTTPRequestTests.swift",
        "Mocks/HTTPRequest+mock.swift",
        "Mocks/HTTPResponse+mock.swift",
        "Mocks/MockHTTPHandler.swift",
        "Sauce/Handlers/HTTPStatusValidatingHandlerTests.swift",
        "Sauce/Handlers/ServerEnvironmentHandlerTests.swift",
        "Sauce/Handlers/ThrottleHandlerTests.swift",
        "Sugar/HTTPClientTests.swift"
      ],
      "target_dependencies" : [
        "SimpleHTTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleHTTPSugar",
      "module_type" : "SwiftTarget",
      "name" : "SimpleHTTPSugar",
      "path" : "Sources/Modules/Sugar",
      "product_memberships" : [
        "SimpleHTTP",
        "SimpleHTTPSugar"
      ],
      "sources" : [
        "Extensions/Collection+HTTPHandlerChain.swift",
        "HTTPClient.swift",
        "Handlers/HandlerBuilder.swift",
        "Handlers/IdentityHandler.swift"
      ],
      "target_dependencies" : [
        "SimpleHTTPCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimpleHTTPSauce",
      "module_type" : "SwiftTarget",
      "name" : "SimpleHTTPSauce",
      "path" : "Sources/Modules/Sauce",
      "product_memberships" : [
        "SimpleHTTP",
        "SimpleHTTPSauce"
      ],
      "sources" : [
        "Handlers/HTTPStatusValidatingHandler.swift",
        "Handlers/LoggingHandler.swift",
        "Handlers/ServerEnvironmentHandler.swift",
        "Handlers/ThrottleHandler.swift",
        "Handlers/URLSessionHandler.swift",
        "Options/ServerEnvironment.swift"
      ],
      "target_dependencies" : [
        "SimpleHTTPCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimpleHTTPCore",
      "module_type" : "SwiftTarget",
      "name" : "SimpleHTTPCore",
      "path" : "Sources/Modules/Core",
      "product_memberships" : [
        "SimpleHTTP",
        "SimpleHTTPCore",
        "SimpleHTTPSauce",
        "SimpleHTTPSugar"
      ],
      "sources" : [
        "HTTPBody.swift",
        "HTTPError.swift",
        "HTTPHandler.swift",
        "HTTPRequest.swift",
        "HTTPRequestOption.swift",
        "HTTPResponse.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SimpleHTTP",
      "module_type" : "SwiftTarget",
      "name" : "SimpleHTTP",
      "path" : "Sources/SimpleHTTP",
      "product_memberships" : [
        "SimpleHTTP"
      ],
      "sources" : [
        "SimpleHTTP.swift"
      ],
      "target_dependencies" : [
        "SimpleHTTPCore",
        "SimpleHTTPSauce",
        "SimpleHTTPSugar"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.