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

Successful build of Netable with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/steamclock/netable.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/steamclock/netable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d1dc982 fix changelog missing 2.2.0, update interceptor stuff to 2.3.0
Cloned https://github.com/steamclock/netable.git
Revision (git rev-parse @):
d1dc982cd6a0ec0db37e6d3873069f929422c074
SUCCESS checkout https://github.com/steamclock/netable.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/steamclock/netable.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/23] Compiling Netable Config.swift
[4/23] Compiling Netable DecodingError+Logging.swift
[5/23] Compiling Netable Error.swift
[6/25] Compiling Netable AdaptedRequest.swift
[7/25] Compiling Netable Interceptor.swift
[8/25] Compiling Netable InterceptorList.swift
[9/25] Compiling Netable SmartUnwrap.swift
[10/25] Compiling Netable URLRequest+EncodeParameters.swift
[11/25] Compiling Netable Request.swift
[12/25] Compiling Netable RequestFailedDelegate.swift
[13/25] Compiling Netable RetryConfiguration.swift
[14/25] Compiling Netable Netable+Equatable.swift
[15/25] Compiling Netable Netable+Error.swift
[16/25] Compiling Netable String+FullyQualifiedURL.swift
[17/25] Emitting module Netable
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct FailableDecodable<Element: Decodable>: Decodable {
                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
                         ^
[18/25] Compiling Netable GraphQLRequest.swift
[19/25] Compiling Netable HTTPMethod.swift
[20/25] Compiling Netable ArrayDecodeStrategy.swift
[21/25] Compiling Netable LogDestination.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct FailableDecodable<Element: Decodable>: Decodable {
                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
                         ^
[22/25] Compiling Netable LossyArray.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct FailableDecodable<Element: Decodable>: Decodable {
                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
                         ^
[23/25] Compiling Netable Netable.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:26:37: warning: generic parameter 'Element' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public struct FailableDecodable<Element: Decodable>: Decodable {
                                    ^
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Netable/Netable/LossyArray.swift:15:26: note: 'Element' previously declared here
public struct LossyArray<Element>: Sendable where Element: Sendable {
                         ^
[24/25] Compiling Netable URLRequest+EncodeURL.swift
[25/25] Compiling Netable URLRequest+Multipart.swift
Build complete! (3.79s)
Build complete.
Done.