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

Build Command

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