Build Information
Successful build of Occurrence, reference main (c29423
), with Swift 5.10 for Linux on 17 Mar 2025 01:55:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Occurrence.git
Reference: main
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/richardpiazza/Occurrence
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c294235 Updated GitHub Action Runners (#23)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
c2942358e2a64fd8bc272521f9c8169c7c9a20fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/richardpiazza/Occurrence.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.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/stephencelis/SQLite.swift.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/richardpiazza/Statement.git
[1/745] Fetching statement
[746/4532] Fetching statement, swift-log
[1012/14132] Fetching statement, swift-log, sqlite.swift
Fetched https://github.com/richardpiazza/Statement.git from cache (0.29s)
[3425/13387] Fetching swift-log, sqlite.swift
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
[7392/9600] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.37s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.74s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (0.77s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (0.25s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (1.92s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/69] Emitting module Statement
[8/72] Compiling Logging LogHandler.swift
[9/72] Compiling Logging MetadataProvider.swift
[10/72] Compiling Statement ComparisonPredicate.swift
[11/72] Compiling Statement ConjunctivePredicate.swift
[12/72] Compiling Statement Group.swift
[13/72] Compiling Statement AttributeConvertible.swift
[14/72] Compiling Statement DataType.swift
[15/72] Compiling Statement DataTypeConvertible.swift
[16/72] Compiling Logging Locks.swift
[17/72] Emitting module Logging
[18/72] Compiling Statement ComparisonOperator.swift
[19/72] Compiling Statement ConjunctiveOperator.swift
[20/72] Compiling Statement LogicalOperator.swift
[21/72] Compiling Statement AnyRenderable.swift
[22/72] Compiling Statement LogicalRenderer.swift
[23/72] Compiling Statement Renderer.swift
[24/72] Compiling Statement AnyAttribute.swift
[25/72] Compiling Statement Attribute.swift
[26/72] Compiling Statement Entity.swift
[27/72] Compiling Statement Field.swift
[28/72] Compiling Statement ForeignKey.swift
[29/72] Compiling Statement ClauseRenderer.swift
[30/72] Compiling Statement ComparisonRenderer.swift
[31/72] Compiling Statement ConjunctiveRenderer.swift
[32/72] Compiling Statement GroupRenderer.swift
[33/72] Compiling Statement StatementSyntax.swift
[34/72] Compiling Statement StructuredStatement.swift
[35/72] Compiling Statement Clause.swift
[41/72] Emitting module SQLite
[42/76] Compiling SQLite DateAndTimeFunctions.swift
[43/76] Compiling SQLite Expression.swift
[44/76] Compiling SQLite Operators.swift
[45/76] Compiling SQLite Query+with.swift
[46/76] Compiling Statement Keyword.swift
[47/76] Compiling Statement LogicalPredicate.swift
[48/76] Compiling Statement Segment.swift
[49/77] Compiling Logging Logging.swift
[74/78] Compiling SQLite CustomFunctions.swift
[75/96] Compiling StatementSQLite Segment+SQLite.swift
[76/96] Compiling StatementSQLite SelectContext.swift
[77/98] Compiling StatementSQLite OrderContext.swift
[78/98] Compiling StatementSQLite SQLiteStatement.swift
[79/98] Compiling StatementSQLite SetContext.swift
[80/98] Compiling StatementSQLite UpdateContext.swift
[81/98] Compiling StatementSQLite JoinContext.swift
[82/98] Compiling StatementSQLite LimitContext.swift
[83/98] Emitting module StatementSQLite
[84/98] Compiling StatementSQLite AlterTableContext.swift
[85/98] Compiling StatementSQLite CreateContext.swift
[86/98] Compiling StatementSQLite DataType+SQLite.swift
[87/98] Compiling StatementSQLite ValuesContext.swift
[88/98] Compiling StatementSQLite WhereContext.swift
[89/98] Compiling StatementSQLite FromContext.swift
[90/98] Compiling StatementSQLite HavingContext.swift
[91/98] Compiling StatementSQLite InsertContext.swift
[92/98] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[93/98] Compiling StatementSQLite DeleteContext.swift
[94/98] Compiling StatementSQLite Field+SQLite.swift
[96/99] Compiling SQLite Query.swift
[97/99] Compiling SQLite Schema.swift
[98/99] Compiling SQLite Setter.swift
[99/99] Compiling SQLite WindowFunctions.swift
[101/129] Emitting module Occurrence
[102/129] Compiling Occurrence CoreDataLogProvider.swift
[103/129] Compiling Occurrence LogModel.swift
[104/129] Compiling Occurrence Logger.Filter+Predicate.swift
[105/129] Compiling Occurrence ManagedEntry.swift
[106/129] Compiling Occurrence Array+Occurrence.swift
[107/129] Compiling Occurrence CocoaError+Occurrence.swift
[108/129] Compiling Occurrence DecodingError+Occurrence.swift
[109/129] Compiling Occurrence Dictionary+Occurrence.swift
[110/132] Compiling Occurrence Logger.Metadata+Occurrence.swift
[111/132] Compiling Occurrence Logger.MetadataKey.swift
[112/132] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[113/132] Compiling Occurrence URLError+Occurrence.swift
[114/132] Compiling Occurrence EncodingError+Occurrence.swift
[115/132] Compiling Occurrence FileManager+Occurrence.swift
[116/132] Compiling Occurrence Logger+Entry.swift
[117/132] Compiling Occurrence Logger+Filter.swift
[118/132] Compiling Occurrence LazyLogger.swift
[119/132] Compiling Occurrence LogProvider.swift
[120/132] Compiling Occurrence LogStreamer.swift
[121/132] Compiling Occurrence LoggableError.swift
[122/132] Compiling Occurrence Logger+Occurrence.swift
[123/132] Compiling Occurrence Logger+Subsystem.swift
[124/132] Compiling Occurrence Logger.Level+Occurrence.swift
[125/132] Compiling Occurrence Logger.Message+Occurrence.swift
[126/132] Compiling Occurrence Occurrence.swift
[127/132] Compiling Occurrence Logger.Filter+Where.swift
[128/132] Compiling Occurrence SQLiteEntry+Mapping.swift
[129/132] Compiling Occurrence SQLiteEntry.swift
[130/132] Compiling Occurrence SQLiteLogProvider.swift
[131/132] Compiling Occurrence OccurrenceLogStreamer.swift
[132/132] Compiling Occurrence LogView.swift
Build complete! (33.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "statement",
"requirement" : {
"range" : [
{
"lower_bound" : "0.7.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/richardpiazza/Statement.git"
},
{
"identity" : "sqlite.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/stephencelis/SQLite.swift.git"
}
],
"manifest_display_name" : "Occurrence",
"name" : "Occurrence",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "Occurrence",
"targets" : [
"Occurrence"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OccurrenceTests",
"module_type" : "SwiftTarget",
"name" : "OccurrenceTests",
"path" : "Tests/OccurrenceTests",
"product_dependencies" : [
"Logging"
],
"sources" : [
"CoreDataLogProviderTests.swift",
"LogProviderTestCase.swift",
"LogStreamerTests.swift",
"LoggableErrorTests.swift",
"LoggerMetadataTests.swift",
"OccurrenceTests.swift",
"RedactionTests.swift",
"SQLiteLogProviderTests.swift"
],
"target_dependencies" : [
"Occurrence"
],
"type" : "test"
},
{
"c99name" : "Occurrence",
"module_type" : "SwiftTarget",
"name" : "Occurrence",
"path" : "Sources/Occurrence",
"product_dependencies" : [
"Logging",
"Statement",
"StatementSQLite",
"SQLite"
],
"product_memberships" : [
"Occurrence"
],
"sources" : [
"CoreData/CoreDataLogProvider.swift",
"CoreData/LogModel.swift",
"CoreData/Logger.Filter+Predicate.swift",
"CoreData/ManagedEntry.swift",
"Extensions/Array+Occurrence.swift",
"Extensions/CocoaError+Occurrence.swift",
"Extensions/DecodingError+Occurrence.swift",
"Extensions/Dictionary+Occurrence.swift",
"Extensions/EncodingError+Occurrence.swift",
"Extensions/FileManager+Occurrence.swift",
"Extensions/Logger+Entry.swift",
"Extensions/Logger+Filter.swift",
"Extensions/Logger+Occurrence.swift",
"Extensions/Logger+Subsystem.swift",
"Extensions/Logger.Level+Occurrence.swift",
"Extensions/Logger.Message+Occurrence.swift",
"Extensions/Logger.Metadata+Occurrence.swift",
"Extensions/Logger.MetadataKey.swift",
"Extensions/Logger.MetadataValue+Occurrence.swift",
"Extensions/URLError+Occurrence.swift",
"LazyLogger.swift",
"LogProvider.swift",
"LogStreamer.swift",
"LoggableError.swift",
"Occurrence.swift",
"SQLite/Logger.Filter+Where.swift",
"SQLite/SQLiteEntry+Mapping.swift",
"SQLite/SQLiteEntry.swift",
"SQLite/SQLiteLogProvider.swift",
"Streamer/OccurrenceLogStreamer.swift",
"SwiftUI/LogView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.