The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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:             6.0
Building package at path:  $PWD
https://github.com/jmespath/jmespath.swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/21] Compiling JMESPath Lexer.swift
[4/21] Compiling JMESPath Number.swift
[5/21] Compiling JMESPath Runtime.swift
[6/21] Compiling JMESPath Token.swift
[7/23] Compiling JMESPath Object.swift
[8/23] Compiling JMESPath Parser.swift
[9/23] Compiling JMESPath JSONScanner.swift
[10/23] Compiling JMESPath JSONUtilities.swift
[11/23] Compiling JMESPath BufferViewIndex.swift
[12/23] Compiling JMESPath BufferViewIterator.swift
[13/23] Compiling JMESPath BufferView.swift
[14/23] Compiling JMESPath BufferViewCompatibility.swift
[15/23] Compiling JMESPath Array.swift
[16/23] Compiling JMESPath Ast.swift
[17/23] Compiling JMESPath Functions.swift
[18/23] Compiling JMESPath Interpreter.swift
[19/23] Compiling JMESPath Error.swift
[20/23] Compiling JMESPath Expression.swift
[21/23] Emitting module JMESPath
[22/23] Compiling JMESPath Variable.swift
[23/23] Compiling JMESPath json.swift
Build complete! (3.70s)
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.