The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HTTPCodable with Swift 5.9 for macOS (SPM).

Build Command

Build command unavailable

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/terwanerik/httpcodable.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/terwanerik/httpcodable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6b40e00 Merge pull request #1 from terwanerik/passing-current-session
Cloned https://github.com/terwanerik/httpcodable.git
Revision (git rev-parse @):
6b40e00b7dad02c8010e0bc98ca1006d11fd0f5b
SUCCESS checkout https://github.com/terwanerik/httpcodable.git at master
Fetching https://github.com/formbound/Futures.git
[1/972] Fetching futures
Fetched https://github.com/formbound/Futures.git (0.49s)
Computing version for https://github.com/formbound/Futures.git
Computed https://github.com/formbound/Futures.git at 1.6.1 (0.49s)
Creating working copy for https://github.com/formbound/Futures.git
Working copy of https://github.com/formbound/Futures.git resolved at 1.6.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "httpcodable",
      "name": "HTTPCodable",
      "url": "https://github.com/terwanerik/httpcodable.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/httpcodable",
      "dependencies": [
        {
          "identity": "futures",
          "name": "Futures",
          "url": "https://github.com/formbound/Futures.git",
          "version": "1.6.1",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Futures",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/terwanerik/httpcodable.git
[1/229] Fetching httpcodable
Fetched https://github.com/terwanerik/httpcodable.git (0.45s)
Fetching https://github.com/formbound/Futures.git from cache
Fetched https://github.com/formbound/Futures.git (0.23s)
Computing version for https://github.com/formbound/Futures.git
Computed https://github.com/formbound/Futures.git at 1.6.1 (0.02s)
Creating working copy for https://github.com/formbound/Futures.git
Working copy of https://github.com/formbound/Futures.git resolved at 1.6.1
Creating working copy for https://github.com/terwanerik/httpcodable.git
Working copy of https://github.com/terwanerik/httpcodable.git resolved at master
warning: '.resolve-product-dependencies': dependency 'httpcodable' is not used by any target
Found 1 product dependencies
  - Futures
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling Futures PromisesExtended.swift
[2/6] Compiling Futures Promise.swift
[3/6] Compiling Futures DispatchQueue+Futures.swift
[4/6] Emitting module Futures
[5/6] Compiling Futures AnyFuture.swift
[6/6] Compiling Futures Future.swift
[7/15] Compiling HTTPCodable HTTPCodableMethod.swift
[8/16] Compiling HTTPCodable HTTPCodable.swift
[9/16] Compiling HTTPCodable CodableClient.swift
[10/16] Compiling HTTPCodable HTTPCodableError.swift
[11/16] Compiling HTTPCodable CodableClient+Request.swift
[12/16] Compiling HTTPCodable Client.swift
[13/16] Compiling HTTPCodable CodableClient+Codable.swift
[14/16] Emitting module HTTPCodable
[15/16] Compiling HTTPCodable Encodable+Query.swift
[16/16] Compiling HTTPCodable CodableClient+Rest.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:10:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:27:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:44:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:61:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:77:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
error: fatalError
[0/1] Planning build
Building for debugging...
[1/2] Emitting module HTTPCodable
[2/2] Compiling HTTPCodable CodableClient+Rest.swift
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:10:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:27:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:44:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:61:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/HTTPCodable/CodableClient/CodableClient+Rest.swift:77:45: error: invalid conversion from throwing function of type '(Data) throws -> T' to non-throwing function type '(Data) -> T'
        return (future: response.future.map { data in
                                            ^
error: fatalError
BUILD FAILURE 5.9 macosSpm