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

Failed to build Dejavu, reference main (3e8485), with Swift 5.9 for Linux on 10 Oct 2024 07:50:22 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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Esri/Dejavu.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/Esri/Dejavu
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3e8485e Merge pull request #33 from Esri/zach/fixMultipartBug
Cloned https://github.com/Esri/Dejavu.git
Revision (git rev-parse @):
3e8485e6e007e269ed84192b92085542c9aaeb77
SUCCESS checkout https://github.com/Esri/Dejavu.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/Esri/Dejavu.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.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:9f9025114c0603ac6ea1951d396f9bc1cd3a7c1b5aa8548b3ea2615c8c5705ce
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/groue/GRDB.swift.git
[1/109761] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git (13.14s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.29.1 (1.04s)
Creating working copy for https://github.com/groue/GRDB.swift.git
Working copy of https://github.com/groue/GRDB.swift.git resolved at 6.29.1
Building for debugging...
[0/2] Copying Info.plist
[1/2] Copying PrivacyInfo.xcprivacy
[3/148] Emitting module GRDB
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[4/168] Compiling GRDB LockedBox.swift
[5/168] Compiling GRDB OnDemandFuture.swift
[6/168] Compiling GRDB OrderedDictionary.swift
[7/168] Compiling GRDB Pool.swift
[8/168] Compiling GRDB ReadWriteBox.swift
[9/168] Compiling GRDB ReceiveValuesOn.swift
[10/168] Compiling GRDB Refinable.swift
[11/168] Compiling GRDB Utils.swift
[12/168] Compiling GRDB DatabaseCancellable.swift
[13/168] Compiling GRDB ValueConcurrentObserver.swift
[14/168] Compiling GRDB ValueWriteOnlyObserver.swift
[15/168] Compiling GRDB Fetch.swift
[16/168] Compiling GRDB Map.swift
[17/168] Compiling GRDB RemoveDuplicates.swift
[18/168] Compiling GRDB Trace.swift
[19/168] Compiling GRDB ValueReducer.swift
[20/168] Compiling GRDB SharedValueObservation.swift
[21/168] Compiling GRDB ValueObservation.swift
[22/168] Compiling GRDB ValueObservationScheduler.swift
[23/168] Compiling GRDB resource_bundle_accessor.swift
[24/168] Compiling GRDB QuoteDumpFormat.swift
[25/168] Compiling GRDB Export.swift
[26/168] Compiling GRDB FTS3.swift
[27/168] Compiling GRDB FTS3Pattern.swift
[28/168] Compiling GRDB FTS3TokenizerDescriptor.swift
[29/168] Compiling GRDB FTS4.swift
[30/168] Compiling GRDB FTS5.swift
[31/168] Compiling GRDB FTS5CustomTokenizer.swift
[32/168] Compiling GRDB FTS5Pattern.swift
[33/168] Compiling GRDB FTS5Tokenizer.swift
[34/168] Compiling GRDB FTS5TokenizerDescriptor.swift
[35/168] Compiling GRDB FTS5WrapperTokenizer.swift
[36/168] Compiling GRDB Fixits.swift
[37/168] Compiling GRDB JSONColumn.swift
[38/168] Compiling GRDB SQLJSONExpressible.swift
[39/168] Compiling GRDB SQLJSONFunctions.swift
[40/168] Compiling GRDB DatabaseMigrator.swift
[41/168] Compiling GRDB Migration.swift
[42/168] Compiling GRDB FTS3+QueryInterface.swift
[43/168] Compiling GRDB FTS5+QueryInterface.swift
[44/168] Compiling GRDB ForeignKey.swift
[45/168] Compiling GRDB FetchRequest.swift
[46/168] Compiling GRDB Row.swift
[47/168] Compiling GRDB RowAdapter.swift
[48/168] Compiling GRDB RowDecodingError.swift
[49/168] Compiling GRDB SQL.swift
[50/168] Compiling GRDB SQLInterpolation.swift
[51/168] Compiling GRDB SQLRequest.swift
[52/168] Compiling GRDB SchedulingWatchdog.swift
[53/168] Compiling GRDB SerializedDatabase.swift
[54/168] Compiling GRDB Statement.swift
[55/168] Compiling GRDB StatementAuthorizer.swift
[56/168] Compiling GRDB StatementColumnConvertible.swift
[57/168] Compiling GRDB CGFloat.swift
[58/168] Compiling GRDB Data.swift
[59/168] Compiling GRDB DatabaseDateComponents.swift
[60/168] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[61/168] Compiling GRDB Date.swift
[62/168] Compiling GRDB Decimal.swift
[63/168] Compiling GRDB NSData.swift
[64/168] Compiling GRDB NSNull.swift
[65/168] Compiling GRDB NSNumber.swift
[66/168] Compiling GRDB EncodableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[67/168] Compiling GRDB FetchableRecord+Decodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[68/168] Compiling GRDB FetchableRecord+TableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[69/168] Compiling GRDB FetchableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[70/168] Compiling GRDB MutablePersistableRecord+DAO.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[71/168] Compiling GRDB MutablePersistableRecord+Delete.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[72/168] Compiling GRDB MutablePersistableRecord+Insert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[73/168] Compiling GRDB MutablePersistableRecord+Save.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[74/168] Compiling GRDB MutablePersistableRecord+Update.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[75/168] Compiling GRDB MutablePersistableRecord+Upsert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[76/168] Compiling GRDB MutablePersistableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[77/168] Compiling GRDB PersistableRecord+Insert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[78/168] Compiling GRDB PersistableRecord+Save.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[79/168] Compiling GRDB PersistableRecord+Upsert.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[80/168] Compiling GRDB PersistableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[81/168] Compiling GRDB Record.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[82/168] Compiling GRDB TableRecord.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[83/168] Compiling GRDB CaseInsensitiveIdentifier.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[84/168] Compiling GRDB Inflections+English.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[85/168] Compiling GRDB Inflections.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Utils/Inflections.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[86/168] Compiling GRDB SQLSelection.swift
[87/168] Compiling GRDB SQLSubquery.swift
[88/168] Compiling GRDB Table.swift
[89/168] Compiling GRDB SQLColumnGenerator.swift
[90/168] Compiling GRDB SQLGenerationContext.swift
[91/168] Compiling GRDB SQLIndexGenerator.swift
[92/168] Compiling GRDB SQLQueryGenerator.swift
[93/168] Compiling GRDB SQLTableAlterationGenerator.swift
[94/168] Compiling GRDB SQLTableGenerator.swift
[95/168] Compiling GRDB SQLInterpolation+QueryInterface.swift
[96/168] Compiling GRDB ColumnDefinition.swift
[97/168] Compiling GRDB Database+SchemaDefinition.swift
[98/168] Compiling GRDB ForeignKeyDefinition.swift
[99/168] Compiling GRDB IndexDefinition.swift
[100/168] Compiling GRDB TableAlteration.swift
[101/168] Compiling GRDB TableDefinition.swift
[102/168] Compiling GRDB VirtualTableModule.swift
[103/168] Compiling GRDB TableRecord+Association.swift
[104/168] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[105/168] Compiling GRDB EncodableRecord+Encodable.swift
[106/168] Compiling GRDB NSString.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[107/168] Compiling GRDB SQLiteDateParser.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[108/168] Compiling GRDB URL.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[109/168] Compiling GRDB UUID.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[110/168] Compiling GRDB DatabaseValueConvertible+Decodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[111/168] Compiling GRDB DatabaseValueConvertible+Encodable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[112/168] Compiling GRDB DatabaseValueConvertible+RawRepresentable.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[113/168] Compiling GRDB JSONRequiredEncoder.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[114/168] Compiling GRDB Optional.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[115/168] Compiling GRDB StandardLibrary.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[116/168] Compiling GRDB TransactionClock.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[117/168] Compiling GRDB TransactionObserver.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[118/168] Compiling GRDB WALSnapshot.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[119/168] Compiling GRDB WALSnapshotTransaction.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[120/168] Compiling GRDB Database+Dump.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[121/168] Compiling GRDB DatabaseReader+dump.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[122/168] Compiling GRDB DumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[123/168] Compiling GRDB DebugDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[124/168] Compiling GRDB JSONDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[125/168] Compiling GRDB LineDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[126/168] Compiling GRDB ListDumpFormat.swift
/host/spi-builder-workspace/.build/checkouts/GRDB.swift/GRDB/Dump/DumpFormats/JSONDumpFormat.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[127/168] Compiling GRDB Association.swift
[128/168] Compiling GRDB AssociationAggregate.swift
[129/168] Compiling GRDB BelongsToAssociation.swift
[130/168] Compiling GRDB HasManyAssociation.swift
[131/168] Compiling GRDB HasManyThroughAssociation.swift
[132/168] Compiling GRDB HasOneAssociation.swift
[133/168] Compiling GRDB HasOneThroughAssociation.swift
[134/168] Compiling GRDB JoinAssociation.swift
[135/168] Compiling GRDB CommonTableExpression.swift
[136/168] Compiling GRDB QueryInterfaceRequest.swift
[137/168] Compiling GRDB RequestProtocols.swift
[138/168] Compiling GRDB Column.swift
[139/168] Compiling GRDB DatabasePromise.swift
[140/168] Compiling GRDB SQLAssociation.swift
[141/168] Compiling GRDB SQLCollection.swift
[142/168] Compiling GRDB SQLExpression.swift
[143/168] Compiling GRDB SQLForeignKeyRequest.swift
[144/168] Compiling GRDB SQLFunctions.swift
[145/168] Compiling GRDB SQLOperators.swift
[146/168] Compiling GRDB SQLOrdering.swift
[147/168] Compiling GRDB SQLRelation.swift
[148/168] Compiling GRDB Configuration.swift
[149/168] Compiling GRDB Cursor.swift
[150/168] Compiling GRDB Database+Schema.swift
[151/168] Compiling GRDB Database+Statements.swift
[152/168] Compiling GRDB Database.swift
[153/168] Compiling GRDB DatabaseBackupProgress.swift
[154/168] Compiling GRDB DatabaseCollation.swift
[155/168] Compiling GRDB DatabaseError.swift
[156/168] Compiling GRDB DatabaseFunction.swift
[157/168] Compiling GRDB DatabasePool.swift
[158/168] Compiling GRDB DatabasePublishers.swift
[159/168] Compiling GRDB DatabaseQueue.swift
[160/168] Compiling GRDB DatabaseReader.swift
[161/168] Compiling GRDB DatabaseRegion.swift
[162/168] Compiling GRDB DatabaseRegionObservation.swift
[163/168] Compiling GRDB DatabaseSchemaCache.swift
[164/168] Compiling GRDB DatabaseSnapshot.swift
[165/168] Compiling GRDB DatabaseSnapshotPool.swift
[166/168] Compiling GRDB DatabaseValue.swift
[167/168] Compiling GRDB DatabaseValueConvertible.swift
[168/168] Compiling GRDB DatabaseWriter.swift
[171/182] Compiling Dejavu URLProtocolNetworkInterceptor.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[172/183] Compiling Dejavu NetworkRecorder.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[173/183] Compiling Dejavu Logging.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[174/183] Compiling Dejavu NetworkInterception.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[175/183] Compiling Dejavu Request.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[176/183] Compiling Dejavu URLProtocolNetworkObserver.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[177/183] Emitting module Dejavu
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[178/183] Compiling Dejavu Dejavu.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[179/183] Compiling Dejavu DejavuError.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[180/183] Compiling Dejavu Extensions.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[181/183] Compiling Dejavu GRDBSession.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[182/183] Compiling Dejavu DejavuSession.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
[183/183] Compiling Dejavu DejavuSessionConfiguration.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
                ^
error: fatalError
BUILD FAILURE 5.9 linux