The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SPARQLSyntax, reference master (9ebf4a), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 21:24:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/swift-sparql-syntax.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kasei/swift-sparql-syntax
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9ebf4ab Fix off-by-one error in reformatting SPARQL with trailing invalid content.
Cloned https://github.com/kasei/swift-sparql-syntax.git
Revision (git rev-parse @):
9ebf4abe84e326bd9f9d89be9a80712f5c6fa8dc
SUCCESS checkout https://github.com/kasei/swift-sparql-syntax.git at master
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.64s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (1.30s)
Creating working copy for https://github.com/kasei/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swift-sparql-syntax",
      "name": "SPARQLSyntax",
      "url": "https://github.com/kasei/swift-sparql-syntax.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-sparql-syntax",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-serd",
          "name": "Cserd",
          "url": "https://github.com/kasei/swift-serd.git",
          "version": "0.0.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-serd",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/kasei/swift-sparql-syntax.git
[1/2483] Fetching swift-sparql-syntax
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (0.88s)
Fetching https://github.com/kasei/swift-serd.git from cache
Fetched https://github.com/kasei/swift-serd.git from cache (0.44s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.50s)
Creating working copy for https://github.com/kasei/swift-serd.git
Working copy of https://github.com/kasei/swift-serd.git resolved at 0.0.4
Creating working copy for https://github.com/kasei/swift-sparql-syntax.git
Working copy of https://github.com/kasei/swift-sparql-syntax.git resolved at master (9ebf4ab)
Found 1 product dependencies
  - Cserd
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/kasei/swift-sparql-syntax.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/20] Write sources
[0/20] Write sparqllint-entitlement.plist
[3/20] Write sparql-parser-entitlement.plist
[4/20] Write sources
[5/20] Write swift-version--6988338F2F200930.txt
[6/20] Compiling serd string.c
[7/20] Compiling serd byte_source.c
[8/20] Compiling serd uri.c
[9/20] Compiling serd reader.c
[10/20] Compiling serd writer.c
[11/20] Compiling serd env.c
[12/20] Compiling serd node.c
[13/20] Compiling serd n3.c
[15/35] Compiling SPARQLSyntax SPARQLSyntax.swift
[16/35] Compiling SPARQLSyntax Window.swift
[17/36] Compiling SPARQLSyntax XSD.swift
[18/36] Compiling SPARQLSyntax SPARQLParser.swift
[19/36] Compiling SPARQLSyntax RDFSerialization.swift
[20/36] Compiling SPARQLSyntax SPARQLLexer.swift
[21/36] Compiling SPARQLSyntax RDF.swift
[22/36] Compiling SPARQLSyntax RDFPatterns.swift
[23/36] Compiling SPARQLSyntax PropertyPath.swift
[24/36] Compiling SPARQLSyntax Query.swift
[25/36] Compiling SPARQLSyntax Expression.swift
[26/36] Compiling SPARQLSyntax IRI.swift
[27/36] Emitting module SPARQLSyntax
[28/36] Compiling SPARQLSyntax Aggregation.swift
[29/36] Compiling SPARQLSyntax Algebra.swift
[30/36] Compiling SPARQLSyntax SPARQLSerializer.swift
[31/40] Compiling sparqllint main.swift
/Users/admin/builder/spi-builder-workspace/Sources/sparqllint/main.swift:65:9: warning: variable 's' was never mutated; consider changing to 'let' constant
 63 |
 64 | func reformat(_ sparql: String, config: Config) -> String {
 65 |     var s = SPARQLSerializer(prettyPrint: config.pretty)
    |         `- warning: variable 's' was never mutated; consider changing to 'let' constant
 66 |     return s.reformat(sparql)
 67 | }
[32/40] Emitting module sparqllint
[32/40] Write Objects.LinkFileList
[34/40] Emitting module sparql_parser
[35/40] Compiling sparql_parser main.swift
[35/40] Write Objects.LinkFileList
[36/40] Linking sparqllint
[37/40] Applying sparqllint
[38/40] Linking sparql-parser
[39/40] Applying sparql-parser
Build complete! (9.13s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-serd",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.4",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kasei/swift-serd.git"
    }
  ],
  "manifest_display_name" : "SPARQLSyntax",
  "name" : "SPARQLSyntax",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SPARQLSyntax",
      "targets" : [
        "SPARQLSyntax"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "sparqllint",
      "targets" : [
        "sparqllint"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "sparql-parser",
      "targets" : [
        "sparql-parser"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "sparqllint",
      "module_type" : "SwiftTarget",
      "name" : "sparqllint",
      "path" : "Sources/sparqllint",
      "product_memberships" : [
        "sparqllint"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "sparql_parser",
      "module_type" : "SwiftTarget",
      "name" : "sparql-parser",
      "path" : "Sources/sparql-parser",
      "product_memberships" : [
        "sparql-parser"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SPARQLSyntaxTests",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntaxTests",
      "path" : "Tests/SPARQLSyntaxTests",
      "sources" : [
        "AlgebraTests.swift",
        "ExpressionTests.swift",
        "IRITests.swift",
        "PropertyPathTests.swift",
        "RDFPatternsTests.swift",
        "RDFTests.swift",
        "SPARQLParserTests.swift",
        "SPARQLParserWindowTests.swift",
        "SPARQLReformattingTests.swift",
        "SPARQLRewriting.swift",
        "SPARQLSerializationTests.swift",
        "XCTestManifests.swift",
        "XSDTests.swift"
      ],
      "target_dependencies" : [
        "SPARQLSyntax"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SPARQLSyntax",
      "module_type" : "SwiftTarget",
      "name" : "SPARQLSyntax",
      "path" : "Sources/SPARQLSyntax",
      "product_dependencies" : [
        "serd"
      ],
      "product_memberships" : [
        "SPARQLSyntax",
        "sparqllint",
        "sparql-parser"
      ],
      "sources" : [
        "Aggregation.swift",
        "Algebra.swift",
        "Expression.swift",
        "IRI.swift",
        "PropertyPath.swift",
        "Query.swift",
        "RDF.swift",
        "RDFPatterns.swift",
        "RDFSerialization.swift",
        "SPARQLLexer.swift",
        "SPARQLParser.swift",
        "SPARQLSerializer.swift",
        "SPARQLSyntax.swift",
        "Window.swift",
        "XSD.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.