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 Linux on 30 Jul 2024 20:22:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             5.8
Building package at path:  $PWD
https://github.com/kasei/swift-sparql-syntax.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.8-latest: Pulling from finestructure/spi-images
Digest: sha256:19633894bf055e559614dd1a7a19c1cea1efcb05f852dd20ac30d89a57019563
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.8-latest
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git (0.15s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.31s)
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
Building for debugging...
[0/13] Compiling serd env.c
[1/13] Compiling serd uri.c
[2/13] Compiling serd string.c
[3/13] Compiling serd reader.c
[4/13] Compiling serd writer.c
[5/13] Compiling serd node.c
[6/13] Compiling serd byte_source.c
[7/13] Compiling serd n3.c
[9/28] Compiling SPARQLSyntax RDF.swift
[10/28] Compiling SPARQLSyntax RDFPatterns.swift
[11/29] Compiling SPARQLSyntax SPARQLSyntax.swift
[12/29] Compiling SPARQLSyntax Window.swift
[13/29] Compiling SPARQLSyntax Expression.swift
[14/29] Compiling SPARQLSyntax IRI.swift
[15/29] Compiling SPARQLSyntax Aggregation.swift
[16/29] Compiling SPARQLSyntax Algebra.swift
[17/29] Compiling SPARQLSyntax PropertyPath.swift
[18/29] Compiling SPARQLSyntax Query.swift
[19/29] Compiling SPARQLSyntax SPARQLParser.swift
[20/29] Compiling SPARQLSyntax SPARQLSerializer.swift
[21/29] Compiling SPARQLSyntax XSD.swift
[22/29] Emitting module SPARQLSyntax
[23/29] Compiling SPARQLSyntax RDFSerialization.swift
[24/29] Compiling SPARQLSyntax SPARQLLexer.swift
[26/31] Wrapping AST for SPARQLSyntax for debugging
[28/35] Emitting module sparql_parser
[29/35] Emitting module sparqllint
[30/35] Compiling sparqllint main.swift
/host/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
[31/36] Compiling sparql_parser main.swift
[35/39] Wrapping AST for sparqllint for debugging
[36/39] Wrapping AST for sparql-parser for debugging
[37/39] Linking sparqllint
[38/39] Linking sparql-parser
Build complete! (20.27s)
Build complete.
Done.