The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONDecoder with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/asoderman/JSONDecoder.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/asoderman/JSONDecoder
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsondecoder",
      "name": "JSONDecoder",
      "url": "https://github.com/asoderman/JSONDecoder.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONDecoder",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/asoderman/JSONDecoder.git
[1/215] Fetching jsondecoder
Fetched https://github.com/asoderman/JSONDecoder.git (0.24s)
Creating working copy for https://github.com/asoderman/JSONDecoder.git
Working copy of https://github.com/asoderman/JSONDecoder.git resolved at master
warning: '.resolve-product-dependencies': dependency 'jsondecoder' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling JSONDecoder JSONScanner.swift
[2/4] Compiling JSONDecoder JSONToken.swift
[3/4] Emitting module JSONDecoder
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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
[4/4] Compiling JSONDecoder JSONParser.swift
/Users/builder/builds/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/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/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/JSONDecoder/JSONParser.swift:93:24: warning: function call causes an infinite recursion
            self.value = input
                       ^
Build complete! (4.61s)
Build complete.
Done.