Build Information
Failed to build HDT, reference master (0cd118
), with Swift 6.1 for Linux on 25 Apr 2025 12:22:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kasei/swift-hdt.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-hdt
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0cd1183 Updated CryptoSwift dependency version to 1.0.0.
Cloned https://github.com/kasei/swift-hdt.git
Revision (git rev-parse @):
0cd1183ee7a5c60443e5e19693c981e95ccbad8d
SUCCESS checkout https://github.com/kasei/swift-hdt.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/kasei/swift-hdt.git
https://github.com/kasei/swift-hdt.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-sparql-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.92",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/swift-sparql-syntax.git"
},
{
"identity" : "kineo",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.64",
"upper_bound" : "0.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kasei/kineo.git"
},
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "HDT",
"name" : "HDT",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "HDT",
"targets" : [
"HDT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "hdt-write",
"targets" : [
"hdt-write"
],
"type" : {
"executable" : null
}
},
{
"name" : "hdt-parse",
"targets" : [
"hdt-parse"
],
"type" : {
"executable" : null
}
},
{
"name" : "hdt-info",
"targets" : [
"hdt-info"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "swift_hdtTests",
"module_type" : "SwiftTarget",
"name" : "swift-hdtTests",
"path" : "Tests/swift-hdtTests",
"product_dependencies" : [
"Kineo"
],
"sources" : [
"HDTPerformanceTests.swift",
"HDTTests.swift",
"HDTTriplePatternMatching.swift",
"UtilTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "test"
},
{
"c99name" : "hdt_write",
"module_type" : "SwiftTarget",
"name" : "hdt-write",
"path" : "Sources/hdt-write",
"product_dependencies" : [
"Kineo"
],
"product_memberships" : [
"hdt-write"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "executable"
},
{
"c99name" : "hdt_parse",
"module_type" : "SwiftTarget",
"name" : "hdt-parse",
"path" : "Sources/hdt-parse",
"product_dependencies" : [
"Kineo"
],
"product_memberships" : [
"hdt-parse"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "executable"
},
{
"c99name" : "hdt_info",
"module_type" : "SwiftTarget",
"name" : "hdt-info",
"path" : "Sources/hdt-info",
"product_memberships" : [
"hdt-info"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"HDT"
],
"type" : "executable"
},
{
"c99name" : "HDT",
"module_type" : "SwiftTarget",
"name" : "HDT",
"path" : "Sources/HDT",
"product_dependencies" : [
"SPARQLSyntax",
"CryptoSwift"
],
"product_memberships" : [
"HDT",
"hdt-write",
"hdt-parse",
"hdt-info"
],
"sources" : [
"CRC.swift",
"Dictionary.swift",
"HDT.swift",
"HDTParser.swift",
"Triples.swift",
"Util.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kasei/swift-sparql-syntax.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/kasei/kineo.git
[1/2483] Fetching swift-sparql-syntax
[2484/8723] Fetching swift-sparql-syntax, kineo
[2859/21657] Fetching swift-sparql-syntax, kineo, cryptoswift
Fetched https://github.com/kasei/swift-sparql-syntax.git from cache (1.10s)
Fetched https://github.com/kasei/kineo.git from cache (1.33s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.35s)
Computing version for https://github.com/kasei/swift-sparql-syntax.git
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (3.34s)
Fetching https://github.com/kasei/swift-serd.git
[1/68] Fetching swift-serd
Fetched https://github.com/kasei/swift-serd.git from cache (0.25s)
Computing version for https://github.com/kasei/swift-serd.git
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.77s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (0.49s)
Computing version for https://github.com/kasei/kineo.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.52s)
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (0.00s)
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.00s)
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.00s)
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.47s)
Computed https://github.com/kasei/kineo.git at 0.0.92 (0.00s)
Fetching https://github.com/kylef/URITemplate.swift.git
Fetching https://github.com/kasei/diomede.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/812] Fetching uritemplate.swift
[813/10419] Fetching uritemplate.swift, sqlite.swift
[910/11207] Fetching uritemplate.swift, sqlite.swift, diomede
Fetched https://github.com/kasei/diomede.git from cache (0.24s)
[2157/10419] Fetching uritemplate.swift, sqlite.swift
Fetched https://github.com/kylef/URITemplate.swift.git from cache (0.73s)
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (0.74s)
Computed https://github.com/kasei/swift-serd.git at 0.0.4 (0.75s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.11.6 (1.92s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.19s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (0.72s)
Computing version for https://github.com/kylef/URITemplate.swift.git
Computed https://github.com/kylef/URITemplate.swift.git at 3.0.1 (0.48s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[1022/2432] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.29s)
Fetched https://github.com/kylef/Spectre.git from cache (0.29s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.76s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (0.51s)
Computed https://github.com/kasei/swift-sparql-syntax.git at 0.0.117 (0.00s)
Computing version for https://github.com/kasei/diomede.git
warning: 'diomede': /Package.swift:28:4: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
26 | dependencies: [
27 | .package(url: "https://github.com/agisboye/CLMDB.git", from: "0.9.24"),
28 | .package(name: "CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
29 | .package(name: "SPARQLSyntax", url: "https://github.com/kasei/swift-sparql-syntax.git", .upToNextMinor(from: "0.2.0")),
30 | ],
/Package.swift:29:4: warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
27 | .package(url: "https://github.com/agisboye/CLMDB.git", from: "0.9.24"),
28 | .package(name: "CryptoSwift", url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.0")),
29 | .package(name: "SPARQLSyntax", url: "https://github.com/kasei/swift-sparql-syntax.git", .upToNextMinor(from: "0.2.0")),
| `- warning: 'package(name:url:_:)' is deprecated: use package(url:_:) instead
30 | ],
31 | targets: [
Computed https://github.com/kasei/diomede.git at 0.0.52 (0.53s)
Fetching https://github.com/agisboye/CLMDB.git
[1/45] Fetching clmdb
Fetched https://github.com/agisboye/CLMDB.git from cache (0.20s)
Computing version for https://github.com/agisboye/CLMDB.git
Computed https://github.com/agisboye/CLMDB.git at 0.9.33 (0.68s)
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/agisboye/CLMDB.git
Working copy of https://github.com/agisboye/CLMDB.git resolved at 0.9.33
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.11.6
Creating working copy for https://github.com/kasei/diomede.git
Working copy of https://github.com/kasei/diomede.git resolved at 0.0.52
Creating working copy for https://github.com/kylef/URITemplate.swift.git
Working copy of https://github.com/kylef/URITemplate.swift.git resolved at 3.0.1
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
Creating working copy for https://github.com/kasei/kineo.git
Working copy of https://github.com/kasei/kineo.git resolved at 0.0.92
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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 0.0.117
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
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
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
Building for debugging...
[0/39] Write sources
[6/39] Compiling serd n3.c
[7/39] Compiling serd byte_source.c
[8/39] Write sources
[10/39] Compiling serd env.c
[10/39] Compiling serd node.c
[12/39] Write sources
[15/39] Compiling serd uri.c
[16/39] Compiling serd string.c
[17/39] Compiling LMDB midl.c
[18/39] Compiling serd writer.c
[19/39] Compiling serd reader.c
[19/39] Write swift-version-24593BA9C3E375BF.txt
[21/142] Compiling LMDB mdb.c
[23/142] Emitting module CryptoSwift
[24/151] Compiling CryptoSwift NoPadding.swift
[25/151] Compiling CryptoSwift Operators.swift
[26/151] Compiling CryptoSwift PBKDF1.swift
[27/151] Compiling CryptoSwift PBKDF2.swift
[28/151] Compiling CryptoSwift PKCS5.swift
[29/151] Compiling CryptoSwift PKCS7.swift
[30/151] Compiling CryptoSwift PKCS7Padding.swift
[31/151] Compiling CryptoSwift Padding.swift
[32/151] Compiling CryptoSwift Poly1305.swift
[33/151] Compiling CryptoSwift HMAC+Foundation.swift
[34/151] Compiling CryptoSwift Rabbit+Foundation.swift
[35/151] Compiling CryptoSwift String+FoundationExtension.swift
[36/151] Compiling CryptoSwift Utils+Foundation.swift
[37/151] Compiling CryptoSwift Generics.swift
[38/151] Compiling CryptoSwift HKDF.swift
[39/151] Compiling CryptoSwift HMAC.swift
[40/151] Compiling CryptoSwift Int+Extension.swift
[41/151] Compiling CryptoSwift MD5.swift
[42/151] Compiling CryptoSwift AES.swift
[43/151] Compiling CryptoSwift Array+Extension.swift
[44/151] Compiling CryptoSwift Authenticator.swift
[45/153] Compiling CryptoSwift BlockModeOptions.swift
[46/153] Compiling CryptoSwift CBC.swift
[49/154] Compiling CryptoSwift String+Extension.swift
[50/154] Compiling CryptoSwift UInt128.swift
[51/154] Compiling CryptoSwift UInt16+Extension.swift
[52/154] Compiling CryptoSwift UInt32+Extension.swift
[53/154] Compiling CryptoSwift UInt64+Extension.swift
[54/154] Compiling CryptoSwift UInt8+Extension.swift
[55/154] Compiling CryptoSwift Updatable.swift
[56/154] Compiling CryptoSwift Utils.swift
[57/154] Compiling CryptoSwift ZeroPadding.swift
[58/154] Emitting module URITemplate
[59/154] Compiling URITemplate URITemplate.swift
[60/155] Compiling CryptoSwift BatchedCollection.swift
[61/155] Compiling CryptoSwift Bit.swift
[62/155] Compiling CryptoSwift BlockCipher.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/155] Emitting module SPARQLSyntax
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:41: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:29: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:274:54: error: cannot specialize 'Self'
272 | }
273 |
274 | public func projected(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
275 | var bindings = [String:TermType]()
276 | for name in variables {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:320:64: error: cannot specialize 'Self'
318 | }
319 |
320 | public func extended(variable: String, value: TermType) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
321 | var b = bindings
322 | if let existing = b[variable] {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:348:53: error: cannot specialize 'Self'
346 | }
347 |
348 | public func removing(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
349 | var bindings = [String: T]()
350 | for (k, v) in self.bindings {
[64/155] Compiling CryptoSwift AEAD.swift
[65/155] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[66/155] Compiling CryptoSwift CTR.swift
[67/155] Compiling CryptoSwift CipherModeWorker.swift
[68/155] Compiling CryptoSwift BlockDecryptor.swift
[69/155] Compiling CryptoSwift BlockEncryptor.swift
[70/155] Compiling CryptoSwift BlockMode.swift
[72/155] Emitting module SQLite
[75/155] Compiling CryptoSwift AES.Cryptors.swift
[76/155] Compiling CryptoSwift CCM.swift
[77/155] Compiling CryptoSwift CFB.swift
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:41: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:29: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:274:54: error: cannot specialize 'Self'
272 | }
273 |
274 | public func projected(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
275 | var bindings = [String:TermType]()
276 | for name in variables {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:320:64: error: cannot specialize 'Self'
318 | }
319 |
320 | public func extended(variable: String, value: TermType) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
321 | var b = bindings
322 | if let existing = b[variable] {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:348:53: error: cannot specialize 'Self'
346 | }
347 |
348 | public func removing(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
349 | var bindings = [String: T]()
350 | for (k, v) in self.bindings {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:41: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:29: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:274:54: error: cannot specialize 'Self'
272 | }
273 |
274 | public func projected(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
275 | var bindings = [String:TermType]()
276 | for name in variables {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:320:64: error: cannot specialize 'Self'
318 | }
319 |
320 | public func extended(variable: String, value: TermType) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
321 | var b = bindings
322 | if let existing = b[variable] {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:348:53: error: cannot specialize 'Self'
346 | }
347 |
348 | public func removing(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
349 | var bindings = [String: T]()
350 | for (k, v) in self.bindings {
[96/155] Compiling SQLite Schema.swift
[97/155] Compiling SQLite Setter.swift
[98/155] Compiling CryptoSwift OFB.swift
[99/155] Compiling CryptoSwift PCBC.swift
[100/155] Compiling CryptoSwift Blowfish.swift
[101/155] Compiling CryptoSwift CBCMAC.swift
[102/155] Compiling CryptoSwift CMAC.swift
[103/155] Compiling CryptoSwift ChaCha20.swift
[104/155] Compiling CryptoSwift Checksum.swift
[105/155] Compiling CryptoSwift Cipher.swift
[106/155] Compiling CryptoSwift Collection+Extension.swift
[107/155] Compiling CryptoSwift CompactMap.swift
[108/155] Compiling CryptoSwift Cryptor.swift
[109/155] Compiling CryptoSwift Cryptors.swift
[110/155] Compiling CryptoSwift Digest.swift
[111/155] Compiling CryptoSwift DigestType.swift
[112/155] Compiling CryptoSwift AES+Foundation.swift
[113/155] Compiling CryptoSwift Array+Foundation.swift
[114/155] Compiling CryptoSwift Blowfish+Foundation.swift
[115/155] Compiling CryptoSwift ChaCha20+Foundation.swift
[116/155] Compiling CryptoSwift Data+Extension.swift
[116/155] Wrapping AST for URITemplate for debugging
[118/155] Compiling SPARQLSyntax XSD.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
[0/1] Planning build
Building for debugging...
[0/18] Write swift-version-24593BA9C3E375BF.txt
[2/121] Emitting module SQLite
[3/123] Compiling SPARQLSyntax Aggregation.swift
[4/123] Compiling SPARQLSyntax Algebra.swift
[5/123] Compiling SPARQLSyntax Expression.swift
[6/123] Compiling SPARQLSyntax IRI.swift
[7/123] Compiling SPARQLSyntax PropertyPath.swift
[8/123] Compiling SPARQLSyntax Query.swift
[9/123] Compiling SPARQLSyntax RDF.swift
[10/123] Compiling SPARQLSyntax RDFPatterns.swift
[11/123] Compiling SPARQLSyntax SPARQLParser.swift
[12/123] Compiling SPARQLSyntax SPARQLSyntax.swift
[13/123] Compiling SPARQLSyntax Window.swift
[14/124] Emitting module URITemplate
[15/124] Compiling URITemplate URITemplate.swift
[17/124] Compiling SPARQLSyntax XSD.swift
[18/124] Compiling SQLite Schema.swift
[19/124] Compiling SQLite Setter.swift
[20/124] Compiling CryptoSwift Cryptor.swift
[21/124] Compiling CryptoSwift Cryptors.swift
[22/124] Compiling CryptoSwift Digest.swift
[23/124] Compiling CryptoSwift DigestType.swift
[24/124] Compiling CryptoSwift AES+Foundation.swift
[25/124] Compiling CryptoSwift Array+Foundation.swift
[26/124] Compiling CryptoSwift Blowfish+Foundation.swift
[27/124] Compiling CryptoSwift ChaCha20+Foundation.swift
[28/124] Compiling CryptoSwift Data+Extension.swift
[29/124] Compiling CryptoSwift HMAC+Foundation.swift
[30/124] Compiling CryptoSwift Rabbit+Foundation.swift
[31/124] Compiling CryptoSwift String+FoundationExtension.swift
[32/124] Compiling CryptoSwift Utils+Foundation.swift
[33/124] Compiling CryptoSwift Generics.swift
[34/124] Compiling CryptoSwift HKDF.swift
[35/124] Compiling CryptoSwift HMAC.swift
[36/124] Compiling CryptoSwift Int+Extension.swift
[37/124] Compiling CryptoSwift MD5.swift
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:41: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:29: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:274:54: error: cannot specialize 'Self'
272 | }
273 |
274 | public func projected(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
275 | var bindings = [String:TermType]()
276 | for name in variables {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:320:64: error: cannot specialize 'Self'
318 | }
319 |
320 | public func extended(variable: String, value: TermType) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
321 | var b = bindings
322 | if let existing = b[variable] {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:348:53: error: cannot specialize 'Self'
346 | }
347 |
348 | public func removing(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
349 | var bindings = [String: T]()
350 | for (k, v) in self.bindings {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:41: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:29: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:274:54: error: cannot specialize 'Self'
272 | }
273 |
274 | public func projected(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
275 | var bindings = [String:TermType]()
276 | for name in variables {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:320:64: error: cannot specialize 'Self'
318 | }
319 |
320 | public func extended(variable: String, value: TermType) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
321 | var b = bindings
322 | if let existing = b[variable] {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:348:53: error: cannot specialize 'Self'
346 | }
347 |
348 | public func removing(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
349 | var bindings = [String: T]()
350 | for (k, v) in self.bindings {
[46/133] Compiling SPARQLSyntax SPARQLSerializer.swift
[48/133] Compiling CryptoSwift CFB.swift
[49/133] Compiling CryptoSwift CTR.swift
[50/133] Compiling CryptoSwift CipherModeWorker.swift
[52/133] Compiling SPARQLSyntax RDFSerialization.swift
[53/133] Compiling SPARQLSyntax SPARQLLexer.swift
[54/133] Compiling CryptoSwift CCM.swift
[55/134] Compiling CryptoSwift OFB.swift
[56/134] Compiling CryptoSwift PCBC.swift
[57/134] Compiling CryptoSwift Blowfish.swift
[58/134] Compiling CryptoSwift CBCMAC.swift
[59/134] Compiling CryptoSwift CMAC.swift
[60/134] Compiling CryptoSwift ChaCha20.swift
[61/134] Compiling CryptoSwift Checksum.swift
[62/134] Compiling CryptoSwift Cipher.swift
[63/134] Compiling CryptoSwift Collection+Extension.swift
[64/134] Compiling CryptoSwift CompactMap.swift
[75/134] Wrapping AST for SQLite for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[79/134] Emitting module SPARQLSyntax
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:41: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:257:29: error: cannot specialize 'Self'
255 | public var keys: [String] { return Array(self.bindings.keys) }
256 |
257 | public func join(_ rhs: Self<T>) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
258 | let lvars = Set(bindings.keys)
259 | let rvars = Set(rhs.bindings.keys)
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:274:54: error: cannot specialize 'Self'
272 | }
273 |
274 | public func projected(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
275 | var bindings = [String:TermType]()
276 | for name in variables {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:320:64: error: cannot specialize 'Self'
318 | }
319 |
320 | public func extended(variable: String, value: TermType) -> Self<T>? {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
321 | var b = bindings
322 | if let existing = b[variable] {
/host/spi-builder-workspace/.build/checkouts/swift-sparql-syntax/Sources/SPARQLSyntax/Query.swift:348:53: error: cannot specialize 'Self'
346 | }
347 |
348 | public func removing(variables: Set<String>) -> Self<T> {
| |- error: cannot specialize 'Self'
| `- note: did you mean to explicitly reference 'SPARQLResultSolution' instead?
349 | var bindings = [String: T]()
350 | for (k, v) in self.bindings {
[82/134] Compiling CryptoSwift NoPadding.swift
[83/134] Compiling CryptoSwift Operators.swift
[84/134] Compiling CryptoSwift PBKDF1.swift
[85/134] Compiling CryptoSwift PBKDF2.swift
[86/134] Compiling CryptoSwift PKCS5.swift
[87/134] Compiling CryptoSwift PKCS7.swift
[88/134] Compiling CryptoSwift PKCS7Padding.swift
[89/134] Compiling CryptoSwift Padding.swift
[90/134] Compiling CryptoSwift Poly1305.swift
BUILD FAILURE 6.1 linux