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 AppRemoteConfig, reference 0.3.0 (13d7fa), with Swift 5.9 for macOS (SPM) on 18 Sep 2024 13:14:57 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/egeniq/app-remote-config.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/egeniq/app-remote-config
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at 13d7fab Sendable
Cloned https://github.com/egeniq/app-remote-config.git
Revision (git rev-parse @):
13d7fab57b522d05b5fc540a6f784c9fb461de67
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/egeniq/app-remote-config.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/egeniq/app-remote-config.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Compiling AppRemoteConfig Config.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:17: error: type annotation missing in pattern
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                ^
[2/10] Compiling AppRemoteConfig Schedule.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:17: error: type annotation missing in pattern
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Schedule' has non-sendable type '<<error type>>'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                ^
[3/11] Compiling AppRemoteConfig Error.swift
[4/11] Compiling AppRemoteConfig Platform.swift
[5/11] Compiling AppRemoteConfig Config+Resolve.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                       ^
                       ;
[6/11] Compiling AppRemoteConfig Version.swift
[7/11] Compiling AppRemoteConfig Override.swift
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:17: error: type annotation missing in pattern
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/11] Compiling AppRemoteConfig BuildVariant.swift
[9/11] Compiling AppRemoteConfig Condition.swift
[10/11] Emitting module AppRemoteConfig
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:16: error: expected 'var' keyword in property declaration
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
               ^
               var
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:24: error: consecutive declarations on a line must be separated by ';'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                       ^
                       ;
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:17: error: type annotation missing in pattern
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:5: error: 'nonisolated' can not be applied to stored properties
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
    ^~~~~~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/AppRemoteConfig/Schedule.swift:15:17: warning: stored property 'unsafe' of 'Sendable'-conforming struct 'Schedule' has non-sendable type '<<error type>>'
    nonisolated(unsafe) static let dateFormatter = ISO8601DateFormatter()
                ^
[11/11] Compiling AppRemoteConfig VersionRange.swift
error: fatalError
BUILD FAILURE 5.9 macosSpm