The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SPARQLSyntax, reference master (9ebf4a), with Swift 5.10 for macOS (SPM) on 30 Jul 2024 20:28:34 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.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 (1.18s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.58s)
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",
  "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",
      "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",
          "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.96s)
Fetching https://github.com/kasei/swift-serd.git from cache
Fetched https://github.com/kasei/swift-serd.git from cache (0.45s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.02s)
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)
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
Found 1 product dependencies
  - Cserd
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/kasei/swift-sparql-syntax.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/20] Write sources
[2/20] Write sparqllint-entitlement.plist
[2/20] Write sparql-parser-entitlement.plist
[4/20] Write sources
[5/20] Write swift-version-33747A42983211AE.txt
[6/20] Compiling serd node.c
[7/20] Compiling serd writer.c
[8/20] Compiling serd string.c
[9/20] Compiling serd uri.c
[10/20] Compiling serd byte_source.c
[11/20] Compiling serd env.c
[12/20] Compiling serd n3.c
[13/20] Compiling serd reader.c
[15/35] Compiling SPARQLSyntax SPARQLSyntax.swift
[16/36] Compiling SPARQLSyntax Window.swift
[17/36] Compiling SPARQLSyntax XSD.swift
[18/36] Compiling SPARQLSyntax SPARQLSerializer.swift
[19/36] Compiling SPARQLSyntax Expression.swift
[20/36] Compiling SPARQLSyntax IRI.swift
[21/36] Emitting module SPARQLSyntax
[22/36] Compiling SPARQLSyntax RDF.swift
[23/36] Compiling SPARQLSyntax RDFPatterns.swift
[24/36] Compiling SPARQLSyntax RDFSerialization.swift
[25/36] Compiling SPARQLSyntax SPARQLLexer.swift
[26/36] Compiling SPARQLSyntax PropertyPath.swift
[27/36] Compiling SPARQLSyntax Query.swift
[28/36] Compiling SPARQLSyntax SPARQLParser.swift
[29/36] Compiling SPARQLSyntax Aggregation.swift
[30/36] Compiling SPARQLSyntax Algebra.swift
[31/40] Emitting module sparqllint
[32/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
    var s = SPARQLSerializer(prettyPrint: config.pretty)
    ~~~ ^
    let
[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] Linking sparql-parser
[38/40] Applying sparqllint
[39/40] Applying sparql-parser
Build complete! (10.85s)
Build complete.
Done.