The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftGraphQLParser 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/ryanbillard/swiftgraphqlparser.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/ryanbillard/swiftgraphqlparser
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0fcadd4 add more useful errors
Cloned https://github.com/ryanbillard/swiftgraphqlparser.git
Revision (git rev-parse @):
0fcadd4bf9a348c6af97fed05d1c25302e86e1ec
SUCCESS checkout https://github.com/ryanbillard/swiftgraphqlparser.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": "swiftgraphqlparser",
      "name": "SwiftGraphQLParser",
      "url": "https://github.com/ryanbillard/swiftgraphqlparser.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swiftgraphqlparser",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ryanbillard/swiftgraphqlparser.git
[1/86] Fetching swiftgraphqlparser
Fetched https://github.com/ryanbillard/swiftgraphqlparser.git (0.24s)
Creating working copy for https://github.com/ryanbillard/swiftgraphqlparser.git
Working copy of https://github.com/ryanbillard/swiftgraphqlparser.git resolved at master
warning: '.resolve-product-dependencies': dependency 'swiftgraphqlparser' 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/5] Compiling SwiftGraphQLParser GraphQLLexer.swift
[2/5] Compiling SwiftGraphQLParser GraphQLVisitor.swift
[3/5] Emitting module SwiftGraphQLParser
[4/5] Compiling SwiftGraphQLParser GraphQLDocument.swift
[5/5] Compiling SwiftGraphQLParser GraphQLParser.swift
Build complete! (7.66s)
Build complete.
Done.