The Swift Package Index logo.Swift Package Index

Build Information

Successful build of JSONDecodeKit 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/yume190/JSONDecodeKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/yume190/JSONDecodeKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at fc93e14 pod fix
Cloned https://github.com/yume190/JSONDecodeKit.git
Revision (git rev-parse @):
fc93e14b1b1e3a3113efd5eaff74537ea9f4b221
SUCCESS checkout https://github.com/yume190/JSONDecodeKit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "jsondecodekit",
      "name": "JSONDecodeKit",
      "url": "https://github.com/yume190/JSONDecodeKit.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/JSONDecodeKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yume190/JSONDecodeKit.git
[1/893] Fetching jsondecodekit
Fetched https://github.com/yume190/JSONDecodeKit.git (0.38s)
Creating working copy for https://github.com/yume190/JSONDecodeKit.git
Working copy of https://github.com/yume190/JSONDecodeKit.git resolved at master
warning: '.resolve-product-dependencies': dependency 'jsondecodekit' 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/16] Compiling JSONDecodeKit Operators.swift
[2/16] Compiling JSONDecodeKit PrimitiveType.swift
[3/16] Compiling JSONDecodeKit JSONEncodable.swift
[4/16] Compiling JSONDecodeKit JSONSerializable.swift
[5/17] Compiling JSONDecodeKit JSONDecodable.swift
[6/17] Compiling JSONDecodeKit JSONDecodeError.swift
[7/17] Compiling JSONDecodeKit JSON+PrimitiveType.swift
[8/17] Compiling JSONDecodeKit JSON+RawRepresentable.swift
[9/17] Compiling JSONDecodeKit JSON+Dictionary.swift
[10/17] Compiling JSONDecodeKit JSON+JSONDecodable.swift
[11/17] Compiling JSONDecodeKit JSON+Array.swift
[12/17] Compiling JSONDecodeKit JSON+Dictionary+ValueArray.swift
[13/17] Emitting module JSONDecodeKit
[14/17] Compiling JSONDecodeKit JSON+Subscript.swift
[15/17] Compiling JSONDecodeKit JSON.swift
[16/17] Compiling JSONDecodeKit RawRepresentableExtension.swift
[16/17] Archiving libJSONDecodeKit.a
Build complete! (7.78s)
Build complete.
Done.