This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 JSONDecoder 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/asoderman/JSONDecoder.git
Reference: 0.1.5
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/asoderman/JSONDecoder
 * tag               0.1.5      -> FETCH_HEAD
HEAD is now at d829be3 Update for 0.1.5
Cloned https://github.com/asoderman/JSONDecoder.git
Revision (git rev-parse @):
d829be306118e03151cf9340b3e34f7b9ecf45f3
SUCCESS checkout https://github.com/asoderman/JSONDecoder.git at 0.1.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/asoderman/JSONDecoder.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/6] Compiling JSONDecoder JSONToken.swift
[4/6] Compiling JSONDecoder JSONScanner.swift
[5/6] Emitting module JSONDecoder
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
[6/6] Compiling JSONDecoder JSONParser.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: warning: enum element with associated values must have at least one associated value; this will be an error in the future version of Swift
    case ExpectedClosingBrace()
                             ^~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to remove the empty associated value list?
    case ExpectedClosingBrace()
                             ^~

/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:413:30: note: did you mean to explicitly add a 'Void' associated value?
    case ExpectedClosingBrace()
                             ^
                              Void
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: warning: string interpolation produces a debug description for a function value; did you mean to make this explicit?
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:283:47: note: use 'String(describing:)' to silence this warning
            return "JSONParser: parseTree = \(parseTree)"
                                              ^~~~~~~~~
                                              String(describing:  )
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:250:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:158:24: warning: function call causes an infinite recursion
            self.value = s_value
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:180:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:93:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
Build complete! (1.02s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.