Build Information
Successful build of Dflat, reference unstable (65334e
), with Swift 5.9 for Linux on 18 Jul 2024 23:31:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.46.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liuliu/dflat.git
Reference: unstable
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/liuliu/dflat
* branch unstable -> FETCH_HEAD
* [new branch] unstable -> origin/unstable
HEAD is now at 65334e3 Update binding to the same C counterpart.
Cloned https://github.com/liuliu/dflat.git
Revision (git rev-parse @):
65334e3804e58a3669337bc40eab6673205a43e4
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/liuliu/dflat.git at unstable
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $workDir
https://github.com/liuliu/dflat.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:42089e127179f97bc0ca0c1c313de55254bdfac5dc9c651424c389c16ec35440
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/google/flatbuffers.git
[1/81493] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git (5.17s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/liuliu/swift-sqlite3-support.git
Fetching https://github.com/apple/swift-docc-plugin
[1/113] Fetching swift-sqlite3-support
[67/1722] Fetching swift-sqlite3-support, swift-docc-plugin
[631/3291] Fetching swift-sqlite3-support, swift-docc-plugin, swift-atomics
Fetched https://github.com/apple/swift-atomics.git (0.37s)
[1715/1722] Fetching swift-sqlite3-support, swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin (0.89s)
Fetched https://github.com/liuliu/swift-sqlite3-support.git (0.89s)
Computing version for https://github.com/liuliu/swift-sqlite3-support.git
Computed https://github.com/liuliu/swift-sqlite3-support.git at 3.40.1 (0.36s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.36s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2980] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit (0.30s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.33s)
Creating working copy for https://github.com/liuliu/swift-sqlite3-support.git
Working copy of https://github.com/liuliu/swift-sqlite3-support.git resolved at 3.40.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at c92e78a9f841a6110ec27180d68d1f7f2afda21d
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/12] Compiling _SQLiteDflatOSShim os.c
[3/12] Compiling _AtomicsShims.c
[5/50] Emitting module FlatBuffers
[6/52] Compiling FlatBuffers Struct.swift
[7/52] Compiling FlatBuffers Table.swift
[8/54] Emitting module Atomics
[9/54] Compiling FlatBuffers Mutable.swift
[10/54] Compiling FlatBuffers NativeObject.swift
[11/54] Compiling FlatBuffers TableVerifier.swift
[12/54] Compiling FlatBuffers VeriferOptions.swift
[13/54] Compiling FlatBuffers Offset.swift
[14/54] Compiling FlatBuffers Root.swift
[15/54] Compiling FlatBuffers String+extension.swift
[16/54] Compiling Atomics Primitives.shims.swift
[17/54] Compiling Atomics AtomicInteger.swift
[18/54] Compiling Atomics AtomicOptionalWrappable.swift
[19/54] Compiling FlatBuffers FlatbuffersErrors.swift
[20/54] Compiling FlatBuffers Int+extension.swift
[21/54] Compiling FlatBuffers Message.swift
[22/54] Compiling Atomics IntegerConformances.swift
[23/54] Compiling Atomics PointerConformances.swift
[24/54] Compiling Atomics Primitives.native.swift
[25/54] Compiling Atomics IntegerOperations.swift
[26/54] Compiling Atomics Unmanaged extensions.swift
[28/56] Wrapping AST for Atomics for debugging
[51/58] Wrapping AST for FlatBuffers for debugging
[53/96] Compiling Dflat Atom.swift
[54/96] Compiling Dflat ChangeRequest.swift
[55/96] Compiling Dflat Expr.swift
[56/96] Compiling Dflat FetchedResult.swift
[57/96] Compiling Dflat FlatBuffersCodable.swift
[58/96] Compiling Dflat Publisher.swift
[59/101] Compiling Dflat LessThan.swift
[60/101] Compiling Dflat LessThanOrEqualTo.swift
[61/101] Compiling Dflat Mod.swift
[62/101] Compiling Dflat Not.swift
[63/101] Compiling Dflat NotEqualTo.swift
[64/101] Compiling Dflat EqualTo.swift
[65/101] Compiling Dflat Field.swift
[66/101] Compiling Dflat In.swift
[67/101] Compiling Dflat IsNotNull.swift
[68/101] Compiling Dflat IsNull.swift
[69/101] Compiling Dflat NotIn.swift
[70/101] Compiling Dflat Or.swift
[71/101] Compiling Dflat Subtraction.swift
[72/101] Compiling Dflat Value.swift
[73/101] Compiling Dflat SQLiteAddition.swift
[74/101] Compiling Dflat SQLiteAnd.swift
[75/101] Compiling Dflat SQLiteEqualTo.swift
[76/101] Compiling Dflat SQLiteField.swift
[77/101] Compiling Dflat SQLiteIn.swift
[78/101] Compiling Dflat SQLiteIsNotNull.swift
[79/101] Compiling Dflat SQLiteIsNull.swift
[80/101] Compiling Dflat SQLiteLessThan.swift
[81/101] Compiling Dflat SQLiteLessThanOrEqualTo.swift
[82/101] Compiling Dflat SQLiteMod.swift
[83/101] Compiling Dflat SQLiteNot.swift
[84/101] Compiling Dflat QueryBuilder.swift
[85/101] Compiling Dflat SQLiteExpr.swift
[86/101] Compiling Dflat TransactionContext.swift
[87/101] Compiling Dflat Workspace.swift
[88/101] Compiling Dflat Addition.swift
[89/101] Compiling Dflat And.swift
[90/101] Compiling Dflat SQLiteNotEqualTo.swift
[91/101] Compiling Dflat SQLiteNotIn.swift
[92/101] Compiling Dflat SQLiteOr.swift
[93/101] Compiling Dflat SQLiteSubtraction.swift
[94/101] Compiling Dflat SQLiteValue.swift
[95/101] Emitting module Dflat
[97/103] Wrapping AST for Dflat for debugging
[98/103] Archiving libDflat.a
[99/103] Compiling SQLite3 sqlite3.c
[100/103] Archiving libSQLite3.a
[102/124] Compiling SQLiteDflat OSShim.swift
[103/124] Compiling SQLiteDflat SQLiteAtom.swift
[104/124] Compiling SQLiteDflat SQLiteConnection.swift
[105/124] Compiling SQLiteDflat SQLiteConnectionPool.swift
[106/124] Compiling SQLiteDflat SQLiteExpr.swift
[107/124] Compiling SQLiteDflat SQLiteFetchedResult.swift
[108/126] Emitting module SQLiteDflat
[109/126] Compiling SQLiteDflat SQLiteQueryBuilder.swift
[110/126] Compiling SQLiteDflat SQLiteResultPublisher.swift
[111/126] Compiling SQLiteDflat SQLiteTableSpace.swift
[112/126] Compiling SQLiteDflat SQLiteObjectRepository.swift
[113/126] Compiling SQLiteDflat SQLitePersistenceToolbox.swift
[114/126] Compiling SQLiteDflat SQLitePublisher.swift
[115/126] Compiling SQLiteDflat dict_data_model_generated.swift
[116/126] Compiling SQLiteDflat dict_generated.swift
[117/126] Compiling SQLiteDflat dict_mutating_generated.swift
[118/126] Compiling SQLiteDflat dict_query_generated.swift
[119/126] Compiling SQLiteDflat SQLiteTableState.swift
[120/126] Compiling SQLiteDflat SQLiteTransactionContext.swift
[121/126] Compiling SQLiteDflat SQLiteValue.swift
[122/126] Compiling SQLiteDflat SQLiteWorkspace.swift
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
locks.assign(repeating: os_unfair_lock(), count: Self.size)
^
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: note: use 'update(repeating:count:)' instead
locks.assign(repeating: os_unfair_lock(), count: Self.size)
^~~~~~
update
[123/126] Compiling SQLiteDflat SQLiteWorkspaceDictionary.swift
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
locks.assign(repeating: os_unfair_lock(), count: Self.size)
^
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: note: use 'update(repeating:count:)' instead
locks.assign(repeating: os_unfair_lock(), count: Self.size)
^~~~~~
update
[124/126] Compiling SQLiteDflat SQLiteWorkspaceState.swift
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: warning: 'assign(repeating:count:)' is deprecated: renamed to 'update(repeating:count:)'
locks.assign(repeating: os_unfair_lock(), count: Self.size)
^
/host/spi-builder-workspace/src/sqlite/SQLiteWorkspaceDictionary.swift:21:13: note: use 'update(repeating:count:)' instead
locks.assign(repeating: os_unfair_lock(), count: Self.size)
^~~~~~
update
[126/128] Wrapping AST for SQLiteDflat for debugging
[127/128] Archiving libSQLiteDflat.a
Build complete! (29.38s)
Build complete.
Done.