The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of jmespath.swift, reference main (588a6e), with Swift 5.10 for macOS (SPM) on 3 Jul 2025 06:31:59 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jmespath/jmespath.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jmespath/jmespath.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 588a6ee Use a version of json scanner from Foundation source code to load json files (#11)
Cloned https://github.com/jmespath/jmespath.swift.git
Revision (git rev-parse @):
588a6eec0fb6f34d22f5bfec7b751fd904694711
SUCCESS checkout https://github.com/jmespath/jmespath.swift.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/jmespath/jmespath.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/21] Compiling JMESPath Runtime.swift
[4/21] Compiling JMESPath Token.swift
[5/21] Compiling JMESPath Object.swift
[6/21] Compiling JMESPath Parser.swift
[7/23] Compiling JMESPath Variable.swift
[8/23] Compiling JMESPath json.swift
[9/23] Compiling JMESPath Lexer.swift
[10/23] Compiling JMESPath Number.swift
[11/23] Compiling JMESPath BufferViewIndex.swift
[12/23] Compiling JMESPath BufferViewIterator.swift
[13/23] Compiling JMESPath Functions.swift
[14/23] Compiling JMESPath Interpreter.swift
[15/23] Compiling JMESPath JSONScanner.swift
[16/23] Compiling JMESPath JSONUtilities.swift
[17/23] Compiling JMESPath BufferView.swift
[18/23] Compiling JMESPath BufferViewCompatibility.swift
[19/23] Emitting module JMESPath
[20/23] Compiling JMESPath Error.swift
[21/23] Compiling JMESPath Expression.swift
[22/23] Compiling JMESPath Array.swift
[23/23] Compiling JMESPath Ast.swift
Build complete! (6.26s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "jmespath.swift",
  "name" : "jmespath.swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "JMESPath",
      "targets" : [
        "JMESPath"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "JMESPathTests",
      "module_type" : "SwiftTarget",
      "name" : "JMESPathTests",
      "path" : "Tests/JMESPathTests",
      "sources" : [
        "ComplianceTests.swift",
        "ErrorTests.swift",
        "JSONTests.swift",
        "LexerTests.swift",
        "MirrorTests.swift"
      ],
      "target_dependencies" : [
        "JMESPath"
      ],
      "type" : "test"
    },
    {
      "c99name" : "JMESPath",
      "module_type" : "SwiftTarget",
      "name" : "JMESPath",
      "path" : "Sources/JMESPath",
      "product_memberships" : [
        "JMESPath"
      ],
      "sources" : [
        "Array.swift",
        "Ast.swift",
        "Error.swift",
        "Expression.swift",
        "Functions.swift",
        "Interpreter.swift",
        "JSON/BufferView.swift",
        "JSON/BufferViewCompatibility.swift",
        "JSON/BufferViewIndex.swift",
        "JSON/BufferViewIterator.swift",
        "JSON/JSONScanner.swift",
        "JSON/JSONUtilities.swift",
        "Lexer.swift",
        "Number.swift",
        "Object.swift",
        "Parser.swift",
        "Runtime.swift",
        "Token.swift",
        "Variable.swift",
        "json.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.