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.8 for macOS (SPM) on 30 Jul 2024 20:24:53 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD
https://github.com/kasei/swift-sparql-syntax.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Compiling serd reader.c
[1/10] Compiling serd byte_source.c
[2/10] Compiling serd uri.c
[3/10] Compiling serd n3.c
[4/10] Compiling serd env.c
[5/10] Compiling serd node.c
[6/10] Compiling serd writer.c
[7/10] Compiling serd string.c
[9/25] Compiling SPARQLSyntax SPARQLSyntax.swift
[10/26] Compiling SPARQLSyntax Window.swift
[11/26] Compiling SPARQLSyntax SPARQLSerializer.swift
[12/26] Compiling SPARQLSyntax XSD.swift
[13/26] Compiling SPARQLSyntax SPARQLParser.swift
[14/26] Compiling SPARQLSyntax RDF.swift
[15/26] Compiling SPARQLSyntax RDFPatterns.swift
[16/26] Emitting module SPARQLSyntax
[17/26] Compiling SPARQLSyntax PropertyPath.swift
[18/26] Compiling SPARQLSyntax Query.swift
[19/26] Compiling SPARQLSyntax Aggregation.swift
[20/26] Compiling SPARQLSyntax Algebra.swift
[21/26] Compiling SPARQLSyntax Expression.swift
[22/26] Compiling SPARQLSyntax IRI.swift
[23/26] Compiling SPARQLSyntax RDFSerialization.swift
[24/26] Compiling SPARQLSyntax SPARQLLexer.swift
[25/30] Emitting module sparqllint
[26/30] 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
[27/30] Compiling sparql_parser main.swift
[28/30] Emitting module sparql_parser
[28/30] Linking sparqllint
[29/30] Linking sparql-parser
Build complete! (18.45s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git (1.25s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.73s)
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
Build complete.
Done.