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 EZANetwork, reference 1.2.0 (c01665), with Swift 5.10 for macOS (SPM) on 10 Oct 2024 20:25:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/eugene-software/EZANetwork.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/eugene-software/EZANetwork
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at c016654 - add cocoapods support
Cloned https://github.com/eugene-software/EZANetwork.git
Revision (git rev-parse @):
c016654f957b826f3d1cf93ad8d8fa9894b15528
SUCCESS checkout https://github.com/eugene-software/EZANetwork.git at 1.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/eugene-software/EZANetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/16] Compiling EZANetwork EZAResponse.swift
[4/17] Compiling EZANetwork EZARequest.swift
[5/17] Compiling EZANetwork EZAHTTPMethod.swift
[6/17] Compiling EZANetwork EZATask.swift
[7/17] Compiling EZANetwork EZAFilePart.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/17] Compiling EZANetwork EZARequest+Multipart.swift
[9/17] Compiling EZANetwork URLRequest+log.swift
[10/17] Compiling EZANetwork URLSessionProgressTracker.swift
[11/17] Compiling EZANetwork EZALogger.swift
[12/17] Compiling EZANetwork EZARequest+Decodable.swift
[13/17] Compiling EZANetwork EZARequest+Publishers.swift
[14/17] Compiling EZANetwork EZAError.swift
[15/17] Emitting module EZANetwork
/Users/admin/builder/spi-builder-workspace/Sources/EZANetwork/Internal/EZARequest+Internal.swift:169:42: error: unknown attribute 'retroactive'
extension PassthroughSubject: @unchecked @retroactive Sendable { }
                                         ^
[16/17] Compiling EZANetwork EZALogger+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/EZANetwork/Internal/EZARequest+Internal.swift:169:42: error: unknown attribute 'retroactive'
extension PassthroughSubject: @unchecked @retroactive Sendable { }
                                         ^
[17/17] Compiling EZANetwork EZARequest+Internal.swift
/Users/admin/builder/spi-builder-workspace/Sources/EZANetwork/Internal/EZARequest+Internal.swift:169:42: error: unknown attribute 'retroactive'
extension PassthroughSubject: @unchecked @retroactive Sendable { }
                                         ^
error: fatalError
BUILD FAILURE 5.10 macosSpm