The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Bruynet 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/barisuyar/Bruynet.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/barisuyar/Bruynet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e5b8ec0 Readme.md arranged.
Cloned https://github.com/barisuyar/Bruynet.git
Revision (git rev-parse @):
e5b8ec0b64a983e95b843f80b5c06920fc56c7f2
SUCCESS checkout https://github.com/barisuyar/Bruynet.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bruynet",
      "name": "Bruynet",
      "url": "https://github.com/barisuyar/Bruynet.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bruynet",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/barisuyar/Bruynet.git
[1/45] Fetching bruynet
Fetched https://github.com/barisuyar/Bruynet.git (0.24s)
Creating working copy for https://github.com/barisuyar/Bruynet.git
Working copy of https://github.com/barisuyar/Bruynet.git resolved at main
warning: '.resolve-product-dependencies': dependency 'bruynet' is not used by any target
Found 0 product dependencies
========================================
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/5] Compiling Bruynet Requestable.swift
[2/5] Compiling Bruynet URLSession+Extensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Compiling Bruynet Endpoint.swift
[4/5] Emitting module Bruynet
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:66: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
                                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:10: note: add @available attribute to enclosing instance method
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:4:17: note: add @available attribute to enclosing protocol
public protocol Calling {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:62: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
[5/5] Compiling Bruynet Bruynet.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:66: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
                                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:10: note: add @available attribute to enclosing instance method
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:4:17: note: add @available attribute to enclosing protocol
public protocol Calling {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:62: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:21:24: error: 'dataTaskPublisher(for:)' is only available in macOS 10.15 or newer
        return session.dataTaskPublisher(for: request)
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:21:24: note: add 'if #available' version check
        return session.dataTaskPublisher(for: request)
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:22:14: error: 'tryMap' is only available in macOS 10.15 or newer
            .tryMap {
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:22:14: note: add 'if #available' version check
            .tryMap {
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:25:14: error: 'receive(on:options:)' is only available in macOS 10.15 or newer
            .receive(on: DispatchQueue.main)
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:25:14: note: add 'if #available' version check
            .receive(on: DispatchQueue.main)
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:26:14: error: 'eraseToAnyPublisher()' is only available in macOS 10.15 or newer
            .eraseToAnyPublisher()
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:26:14: note: add 'if #available' version check
            .eraseToAnyPublisher()
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
error: fatalError
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/2] Emitting module Bruynet
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:66: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
                                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:10: note: add @available attribute to enclosing instance method
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:4:17: note: add @available attribute to enclosing protocol
public protocol Calling {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:62: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
[2/2] Compiling Bruynet Bruynet.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:66: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
                                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:5:10: note: add @available attribute to enclosing instance method
    func call<T: Decodable>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error>
         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:4:17: note: add @available attribute to enclosing protocol
public protocol Calling {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:62: error: 'AnyPublisher' is only available in macOS 10.15 or newer
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:21:24: error: 'dataTaskPublisher(for:)' is only available in macOS 10.15 or newer
        return session.dataTaskPublisher(for: request)
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:21:24: note: add 'if #available' version check
        return session.dataTaskPublisher(for: request)
                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:22:14: error: 'tryMap' is only available in macOS 10.15 or newer
            .tryMap {
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:22:14: note: add 'if #available' version check
            .tryMap {
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:25:14: error: 'receive(on:options:)' is only available in macOS 10.15 or newer
            .receive(on: DispatchQueue.main)
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:25:14: note: add 'if #available' version check
            .receive(on: DispatchQueue.main)
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:26:14: error: 'eraseToAnyPublisher()' is only available in macOS 10.15 or newer
            .eraseToAnyPublisher()
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:26:14: note: add 'if #available' version check
            .eraseToAnyPublisher()
             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:13:17: note: add @available attribute to enclosing instance method
    public func call<T>(type: T.Type, endpoint: Endpoint) -> AnyPublisher<T, Error> where T: Decodable {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Bruynet/Bruynet.swift:8:15: note: add @available attribute to enclosing struct
public struct Bruynet: Calling {
              ^
error: fatalError
BUILD FAILURE 5.9 macosSpm