The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.9
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rnapier/RNAJSON.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/rnapier/RNAJSON
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bca46d0 Add Compactor
Cloned https://github.com/rnapier/RNAJSON.git
Revision (git rev-parse @):
bca46d077b7e54d42f803bacf779d6854156bbba
SUCCESS checkout https://github.com/rnapier/RNAJSON.git at main
Fetching https://github.com/apple/swift-async-algorithms from cache
Fetched https://github.com/apple/swift-async-algorithms (0.29s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 0.0.2 (0.84s)
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 0.0.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "rnajson",
      "name": "RNAJSON",
      "url": "https://github.com/rnapier/RNAJSON.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RNAJSON",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/rnapier/RNAJSON.git
[1/600] Fetching rnajson
Fetched https://github.com/rnapier/RNAJSON.git (0.31s)
Creating working copy for https://github.com/rnapier/RNAJSON.git
Working copy of https://github.com/rnapier/RNAJSON.git resolved at main
warning: '.resolve-product-dependencies': dependency 'rnajson' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/rnapier/RNAJSON.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling RNAJSON Tokenizer.swift
[2/7] Compiling RNAJSON Error.swift
[3/7] Compiling RNAJSON Token.swift
[4/7] Emitting module RNAJSON
[5/7] Compiling RNAJSON Scanner.swift
[6/7] Compiling RNAJSON AsyncTokenizer.swift
[7/7] Compiling RNAJSON Compactor.swift
[8/16] Compiling JSONValue JSONValue+Dynamic.swift
[9/17] Compiling JSONValue JSONValue+Hashable.swift
[10/17] Compiling JSONValue JSONValue+KeyValues.swift
[11/17] Compiling JSONValue JSONValue.swift
[12/17] Compiling JSONValue JSONValue+Literal.swift
[13/17] Compiling JSONValue JSONValue+Value.swift
[14/17] Emitting module JSONValue
[15/17] Compiling JSONValue JSONValue+Async.swift
[16/17] Compiling JSONValue JSONValue+Codable.swift
[17/17] Compiling JSONValue JSONValueConvertible.swift
Build complete! (10.70s)
Build complete.
Done.