Build Information
Successful build of SimpleGraph, reference master (0e08d3
), with Swift 6.0 for Linux on 18 Feb 2025 13:31:59 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Jomy10/SimpleGraph.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/Jomy10/SimpleGraph
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 0e08d33 add dot graph output function
Submodule path 'Sources/SimpleGraph/simple-graph': checked out '5e375013b404846230cbe10b087239db7620f057'
Submodule 'Sources/SimpleGraph/simple-graph' (https://github.com/dpapathanasiou/simple-graph.git) registered for path 'Sources/SimpleGraph/simple-graph'
Cloning into '/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph'...
Cloned https://github.com/Jomy10/SimpleGraph.git
Revision (git rev-parse @):
0e08d3364ae9d4a01634aa72008df99b3d378baa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Jomy10/SimpleGraph.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Jomy10/SimpleGraph.git
https://github.com/Jomy10/SimpleGraph.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "jinja",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnmai-dev/Jinja.git"
}
],
"manifest_display_name" : "SimpleGraph",
"name" : "SimpleGraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SimpleGraph",
"targets" : [
"SimpleGraph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSQLite3",
"targets" : [
"CSQLite3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleGraphTests",
"module_type" : "SwiftTarget",
"name" : "SimpleGraphTests",
"path" : "Tests/SimpleGraphTests",
"sources" : [
"SimpleGraphTest.swift"
],
"target_dependencies" : [
"SimpleGraph"
],
"type" : "test"
},
{
"c99name" : "SimpleGraph",
"module_type" : "SwiftTarget",
"name" : "SimpleGraph",
"path" : "Sources/SimpleGraph",
"product_dependencies" : [
"Jinja"
],
"product_memberships" : [
"SimpleGraph"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-incoming-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-node.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-outgoing-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-node.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/schema.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-inbound.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-outbound.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-node.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-where.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/traverse.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-node.sql",
"rule" : {
"embed_in_code" : {
}
}
}
],
"sources" : [
"Node.swift",
"SQLiteStatement.swift",
"SimpleGraph+dot.swift",
"SimpleGraph.swift",
"Utils.swift"
],
"target_dependencies" : [
"CSQLiteShim"
],
"type" : "library"
},
{
"c99name" : "CSQLiteShim",
"module_type" : "SwiftTarget",
"name" : "CSQLiteShim",
"path" : "Sources/CSQLiteShim",
"product_memberships" : [
"SimpleGraph"
],
"sources" : [
"import.swift"
],
"target_dependencies" : [
"CSQLite3"
],
"type" : "library"
},
{
"c99name" : "CSQLite3",
"module_type" : "SystemLibraryTarget",
"name" : "CSQLite3",
"path" : "Sources/CSQLite3",
"product_memberships" : [
"SimpleGraph",
"CSQLite3"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/johnmai-dev/Jinja.git
[1/356] Fetching jinja
Fetched https://github.com/johnmai-dev/Jinja.git from cache (0.23s)
Computing version for https://github.com/johnmai-dev/Jinja.git
Computed https://github.com/johnmai-dev/Jinja.git at 1.1.1 (0.77s)
Fetching https://github.com/apple/swift-collections.git
[1/15655] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.10s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.13s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/johnmai-dev/Jinja.git
Working copy of https://github.com/johnmai-dev/Jinja.git resolved at 1.1.1
Building for debugging...
[0/7] Write sources
[4/7] Write embedded_resources.swift
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/26] Emitting module InternalCollectionsUtilities
[9/28] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/28] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/28] Emitting module CSQLiteShim
[12/28] Compiling CSQLiteShim import.swift
[14/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[15/29] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[16/29] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[17/29] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[18/29] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[19/29] Compiling InternalCollectionsUtilities Debugging.swift
[20/29] Compiling InternalCollectionsUtilities Descriptions.swift
[21/29] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[22/29] Compiling InternalCollectionsUtilities Specialize.swift
[23/29] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/29] Compiling InternalCollectionsUtilities Integer rank.swift
[25/29] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/29] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/29] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[28/29] Compiling InternalCollectionsUtilities _SortedCollection.swift
[29/29] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[31/85] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[32/85] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[33/85] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[34/85] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[35/85] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[36/85] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/85] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[38/85] Compiling OrderedCollections OrderedDictionary+Values.swift
[39/92] Compiling OrderedCollections OrderedDictionary.swift
[40/92] Compiling OrderedCollections OrderedSet+Codable.swift
[41/92] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[42/92] Compiling OrderedCollections OrderedSet+Descriptions.swift
[43/92] Compiling OrderedCollections OrderedSet+Diffing.swift
[44/92] Compiling OrderedCollections OrderedSet+Equatable.swift
[45/92] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[46/92] Compiling OrderedCollections OrderedSet+Hashable.swift
[47/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[48/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[49/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[50/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[51/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[52/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[53/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[54/92] Compiling OrderedCollections OrderedDictionary+Codable.swift
[55/92] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[56/92] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[57/92] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[58/92] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[59/92] Compiling OrderedCollections OrderedDictionary+Elements.swift
[60/92] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[61/92] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[62/92] Compiling OrderedCollections OrderedSet+Initializers.swift
[63/92] Compiling OrderedCollections OrderedSet+Insertions.swift
[64/92] Compiling OrderedCollections OrderedSet+Invariants.swift
[65/92] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[66/92] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[67/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[68/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[69/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[70/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[71/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[72/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[73/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[74/92] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[75/92] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[76/92] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[77/92] Compiling OrderedCollections _HashTable+Bucket.swift
[78/92] Compiling OrderedCollections _HashTable+BucketIterator.swift
[79/92] Compiling OrderedCollections _HashTable+Constants.swift
[80/92] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[81/92] Compiling OrderedCollections _HashTable+Testing.swift
[82/92] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[83/92] Compiling OrderedCollections _HashTable.swift
[84/92] Compiling OrderedCollections _Hashtable+Header.swift
[85/92] Compiling OrderedCollections OrderedSet+Sendable.swift
[86/92] Compiling OrderedCollections OrderedSet+SubSequence.swift
[87/92] Compiling OrderedCollections OrderedSet+Testing.swift
[88/92] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[89/92] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[90/92] Compiling OrderedCollections OrderedSet.swift
[91/92] Compiling OrderedCollections _UnsafeBitset.swift
[92/92] Emitting module OrderedCollections
[94/102] Compiling Jinja Lexer.swift
[95/102] Compiling Jinja StringExtension.swift
[96/102] Compiling Jinja Parser.swift
[97/102] Compiling Jinja Runtime.swift
[98/102] Compiling Jinja Template.swift
[99/103] Compiling Jinja Error.swift
[100/103] Compiling Jinja Ast.swift
[101/103] Compiling Jinja Environment.swift
[102/103] Emitting module Jinja
[103/103] Compiling Jinja Utilities.swift
[105/111] Compiling SimpleGraph embedded_resources.swift
[106/111] Emitting module SimpleGraph
[107/111] Compiling SimpleGraph Node.swift
[108/111] Compiling SimpleGraph Utils.swift
[109/111] Compiling SimpleGraph SQLiteStatement.swift
[110/111] Compiling SimpleGraph SimpleGraph+dot.swift
[111/111] Compiling SimpleGraph SimpleGraph.swift
Build complete! (23.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "jinja",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnmai-dev/Jinja.git"
}
],
"manifest_display_name" : "SimpleGraph",
"name" : "SimpleGraph",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
}
],
"products" : [
{
"name" : "SimpleGraph",
"targets" : [
"SimpleGraph"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CSQLite3",
"targets" : [
"CSQLite3"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleGraphTests",
"module_type" : "SwiftTarget",
"name" : "SimpleGraphTests",
"path" : "Tests/SimpleGraphTests",
"sources" : [
"SimpleGraphTest.swift"
],
"target_dependencies" : [
"SimpleGraph"
],
"type" : "test"
},
{
"c99name" : "SimpleGraph",
"module_type" : "SwiftTarget",
"name" : "SimpleGraph",
"path" : "Sources/SimpleGraph",
"product_dependencies" : [
"Jinja"
],
"product_memberships" : [
"SimpleGraph"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-incoming-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-node.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/delete-outgoing-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/insert-node.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/schema.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-inbound.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges-outbound.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-edges.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-node.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/search-where.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/traverse.template",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-edge.sql",
"rule" : {
"embed_in_code" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SimpleGraph/simple-graph/sql/update-node.sql",
"rule" : {
"embed_in_code" : {
}
}
}
],
"sources" : [
"Node.swift",
"SQLiteStatement.swift",
"SimpleGraph+dot.swift",
"SimpleGraph.swift",
"Utils.swift"
],
"target_dependencies" : [
"CSQLiteShim"
],
"type" : "library"
},
{
"c99name" : "CSQLiteShim",
"module_type" : "SwiftTarget",
"name" : "CSQLiteShim",
"path" : "Sources/CSQLiteShim",
"product_memberships" : [
"SimpleGraph"
],
"sources" : [
"import.swift"
],
"target_dependencies" : [
"CSQLite3"
],
"type" : "library"
},
{
"c99name" : "CSQLite3",
"module_type" : "SystemLibraryTarget",
"name" : "CSQLite3",
"path" : "Sources/CSQLite3",
"product_memberships" : [
"SimpleGraph",
"CSQLite3"
],
"sources" : [
],
"type" : "system-target"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.