The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CleanJSON 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/Pircate/CleanJSON.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Pircate/CleanJSON
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8cfc48a build: 新增 swiftlint
Cloned https://github.com/Pircate/CleanJSON.git
Revision (git rev-parse @):
8cfc48a79934e772f7d8ed36eb95916cfed8156c
SUCCESS checkout https://github.com/Pircate/CleanJSON.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": "cleanjson",
      "name": "CleanJSON",
      "url": "https://github.com/Pircate/CleanJSON.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CleanJSON",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Pircate/CleanJSON.git from cache
Fetched https://github.com/Pircate/CleanJSON.git (0.18s)
Creating working copy for https://github.com/Pircate/CleanJSON.git
Working copy of https://github.com/Pircate/CleanJSON.git resolved at master
warning: '.resolve-product-dependencies': dependency 'cleanjson' 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] Emitting module CleanJSON
[2/18] Compiling CleanJSON _CleanJSONDecoder+Unbox.swift
[3/18] Compiling CleanJSON _CleanJSONDecoder.swift
[4/18] Compiling CleanJSON _CleanJSONDecoder+Decode.swift
[5/18] Compiling CleanJSON _CleanJSONDecoder+SingleValueDecodingContainer.swift
[6/18] Compiling CleanJSON CleanJSONDecodingStorage.swift
[7/18] Compiling CleanJSON CleanJSONKey.swift
[8/18] Compiling CleanJSON CodingKeysConverter.swift
[9/18] Compiling CleanJSON DecodingError+CleanJSON.swift
[10/18] Compiling CleanJSON CaseDefaultable.swift
[11/18] Compiling CleanJSON CleanDecoder.swift
[12/18] Compiling CleanJSON CleanJSONDecoder.swift
[13/18] Compiling CleanJSON JSONAdapter.swift
[14/18] Compiling CleanJSON ToJSON.swift
[15/18] Compiling CleanJSON CleanJSONKeyedDecodingContainer.swift
[16/18] Compiling CleanJSON CleanJSONUnkeyedDecodingContainer.swift
[17/18] Compiling CleanJSON DecodingStrategy.swift
[18/18] Compiling CleanJSON Defaultable.swift
Build complete! (9.72s)
Build complete.
Done.