The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build LightSessionKit with Swift 5.8 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Arafo/LightSessionKit.git
Reference: 0.0.2
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Arafo/LightSessionKit
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at 1ac7c52 Add async to RequestAdapter
Cloned https://github.com/Arafo/LightSessionKit.git
Revision (git rev-parse @):
1ac7c5254c296d42c5b983df305601a857806d4c
SUCCESS checkout https://github.com/Arafo/LightSessionKit.git at 0.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling LightSessionKit InternalError.swift
[2/7] Compiling LightSessionKit HTTPMethod.swift
[3/7] Compiling LightSessionKit RequestEncoder.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:120: error: 'TopLevelDecoder' is only available in macOS 10.15 or newer
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                                                                                                                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:17: note: add @available attribute to enclosing instance method
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:10:1: note: add @available attribute to enclosing extension
extension Response {
^
[4/7] Compiling LightSessionKit Response+Decode.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:120: error: 'TopLevelDecoder' is only available in macOS 10.15 or newer
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                                                                                                                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:17: note: add @available attribute to enclosing instance method
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:10:1: note: add @available attribute to enclosing extension
extension Response {
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/8] Emitting module LightSessionKit
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:120: error: 'TopLevelDecoder' is only available in macOS 10.15 or newer
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                                                                                                                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:17: note: add @available attribute to enclosing instance method
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:10:1: note: add @available attribute to enclosing extension
extension Response {
^
[6/8] Compiling LightSessionKit LightSessionManager.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:148:54: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
        let (data, httpResponse) = try await session.data(for: self)
                                                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:148:54: note: add 'if #available' version check
        let (data, httpResponse) = try await session.data(for: self)
                                                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:147:10: note: add @available attribute to enclosing instance method
    func fetch(with session: URLSession) async throws -> Response {
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:142:9: note: add @available attribute to enclosing extension
private extension URLRequest {
        ^
[7/8] Compiling LightSessionKit RequestAdapter.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:148:54: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
        let (data, httpResponse) = try await session.data(for: self)
                                                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:148:54: note: add 'if #available' version check
        let (data, httpResponse) = try await session.data(for: self)
                                                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:147:10: note: add @available attribute to enclosing instance method
    func fetch(with session: URLSession) async throws -> Response {
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:142:9: note: add @available attribute to enclosing extension
private extension URLRequest {
        ^
[8/8] Compiling LightSessionKit Response.swift
[0/1] Planning build
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/4] Compiling LightSessionKit RequestAdapter.swift
[2/4] Compiling LightSessionKit RequestEncoder.swift
[3/4] Emitting module LightSessionKit
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:120: error: 'TopLevelDecoder' is only available in macOS 10.15 or newer
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                                                                                                                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:17: note: add @available attribute to enclosing instance method
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:10:1: note: add @available attribute to enclosing extension
extension Response {
^
[4/4] Compiling LightSessionKit LightSessionManager.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:148:54: error: 'data(for:delegate:)' is only available in macOS 12.0 or newer
        let (data, httpResponse) = try await session.data(for: self)
                                                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:148:54: note: add 'if #available' version check
        let (data, httpResponse) = try await session.data(for: self)
                                                     ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:147:10: note: add @available attribute to enclosing instance method
    func fetch(with session: URLSession) async throws -> Response {
         ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/LightSessionManager.swift:142:9: note: add @available attribute to enclosing extension
private extension URLRequest {
        ^
[5/5] Compiling LightSessionKit Response+Decode.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:120: error: 'TopLevelDecoder' is only available in macOS 10.15 or newer
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                                                                                                                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:18:17: note: add @available attribute to enclosing instance method
    public func decode<Item, Coder>(_ type: Item.Type, decoder: Coder) throws -> Item? where Item : Decodable, Coder : TopLevelDecoder {
                ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LightSessionKit/Response/Response+Decode.swift:10:1: note: add @available attribute to enclosing extension
extension Response {
^
BUILD FAILURE 5.8 macosSpm