Build Information
Failed to build Dejavu, reference 1.1.0 (2ed9f0
), with Swift 5.10 for Linux on 4 Sep 2024 22:16:50 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Esri/Dejavu.git
Reference: 1.1.0
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
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 2ed9f00 Merge pull request #31 from Esri/Phil9771/modifiy-how-GRDB-dependency-is-specified
Cloned https://github.com/Esri/Dejavu.git
Revision (git rev-parse @):
2ed9f00df72c7b109edccd21667fe724285ca511
SUCCESS checkout https://github.com/Esri/Dejavu.git at 1.1.0
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $PWD
https://github.com/Esri/Dejavu.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:a70f701911643a3a4293839e0e79d56dcc32eed4840549b67640dc1034af7f44
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/groue/GRDB.swift.git
[1/108500] Fetching grdb.swift
Fetched https://github.com/groue/GRDB.swift.git from cache (14.35s)
Computing version for https://github.com/groue/GRDB.swift.git
Computed https://github.com/groue/GRDB.swift.git at 6.29.1 (0.95s)
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/5] Write sources
[1/5] Copying Info.plist
[1/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/151] 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
[7/171] Compiling GRDB QuoteDumpFormat.swift
[8/171] Compiling GRDB Export.swift
[9/171] Compiling GRDB FTS3.swift
[10/171] Compiling GRDB FTS3Pattern.swift
[11/171] Compiling GRDB FTS3TokenizerDescriptor.swift
[12/171] Compiling GRDB FTS4.swift
[13/171] Compiling GRDB FTS5.swift
[14/171] Compiling GRDB FTS5CustomTokenizer.swift
[15/171] Compiling GRDB FTS5Pattern.swift
[16/171] Compiling GRDB FTS5Tokenizer.swift
[17/171] Compiling GRDB FTS5TokenizerDescriptor.swift
[18/171] Compiling GRDB FTS5WrapperTokenizer.swift
[19/171] Compiling GRDB Fixits.swift
[20/171] Compiling GRDB JSONColumn.swift
[21/171] Compiling GRDB SQLJSONExpressible.swift
[22/171] Compiling GRDB SQLJSONFunctions.swift
[23/171] Compiling GRDB DatabaseMigrator.swift
[24/171] Compiling GRDB Migration.swift
[25/171] Compiling GRDB FTS3+QueryInterface.swift
[26/171] Compiling GRDB FTS5+QueryInterface.swift
[27/171] Compiling GRDB ForeignKey.swift
[28/171] 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
[29/171] 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
[30/171] 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
[31/171] 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
[32/171] 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
[33/171] 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
[34/171] 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
[35/171] 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
[36/171] 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
[37/171] 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
[38/171] 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
[39/171] 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
[40/171] 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
[41/171] 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
[42/171] 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
[43/171] 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
[44/171] 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
[45/171] 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
[46/171] 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
[47/171] 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
[48/171] 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
[49/171] Compiling GRDB FetchRequest.swift
[50/171] Compiling GRDB Row.swift
[51/171] Compiling GRDB RowAdapter.swift
[52/171] Compiling GRDB RowDecodingError.swift
[53/171] Compiling GRDB SQL.swift
[54/171] Compiling GRDB SQLInterpolation.swift
[55/171] Compiling GRDB SQLRequest.swift
[56/171] Compiling GRDB SchedulingWatchdog.swift
[57/171] Compiling GRDB SerializedDatabase.swift
[58/171] Compiling GRDB Statement.swift
[59/171] Compiling GRDB StatementAuthorizer.swift
[60/171] Compiling GRDB StatementColumnConvertible.swift
[61/171] Compiling GRDB CGFloat.swift
[62/171] Compiling GRDB Data.swift
[63/171] Compiling GRDB DatabaseDateComponents.swift
[64/171] Compiling GRDB DatabaseValueConvertible+ReferenceConvertible.swift
[65/171] Compiling GRDB Date.swift
[66/171] Compiling GRDB Decimal.swift
[67/171] Compiling GRDB NSData.swift
[68/171] Compiling GRDB NSNull.swift
[69/171] Compiling GRDB NSNumber.swift
[70/171] Compiling GRDB LockedBox.swift
[71/171] Compiling GRDB OnDemandFuture.swift
[72/171] Compiling GRDB OrderedDictionary.swift
[73/171] Compiling GRDB Pool.swift
[74/171] Compiling GRDB ReadWriteBox.swift
[75/171] Compiling GRDB ReceiveValuesOn.swift
[76/171] Compiling GRDB Refinable.swift
[77/171] Compiling GRDB Utils.swift
[78/171] Compiling GRDB DatabaseCancellable.swift
[79/171] Compiling GRDB ValueConcurrentObserver.swift
[80/171] Compiling GRDB ValueWriteOnlyObserver.swift
[81/171] Compiling GRDB Fetch.swift
[82/171] Compiling GRDB Map.swift
[83/171] Compiling GRDB RemoveDuplicates.swift
[84/171] Compiling GRDB Trace.swift
[85/171] Compiling GRDB ValueReducer.swift
[86/171] Compiling GRDB SharedValueObservation.swift
[87/171] Compiling GRDB ValueObservation.swift
[88/171] Compiling GRDB ValueObservationScheduler.swift
[89/171] Compiling GRDB resource_bundle_accessor.swift
[90/171] 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
[91/171] 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
[92/171] 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
[93/171] 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
[94/171] 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
[95/171] 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
[96/171] 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
[97/171] 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
[98/171] 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
[99/171] 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
[100/171] 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
[101/171] 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
[102/171] 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
[103/171] 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
[104/171] 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
[105/171] 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
[106/171] 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
[107/171] 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
[108/171] 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
[109/171] 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
[110/171] Compiling GRDB SQLSelection.swift
[111/171] Compiling GRDB SQLSubquery.swift
[112/171] Compiling GRDB Table.swift
[113/171] Compiling GRDB SQLColumnGenerator.swift
[114/171] Compiling GRDB SQLGenerationContext.swift
[115/171] Compiling GRDB SQLIndexGenerator.swift
[116/171] Compiling GRDB SQLQueryGenerator.swift
[117/171] Compiling GRDB SQLTableAlterationGenerator.swift
[118/171] Compiling GRDB SQLTableGenerator.swift
[119/171] Compiling GRDB SQLInterpolation+QueryInterface.swift
[120/171] Compiling GRDB ColumnDefinition.swift
[121/171] Compiling GRDB Database+SchemaDefinition.swift
[122/171] Compiling GRDB ForeignKeyDefinition.swift
[123/171] Compiling GRDB IndexDefinition.swift
[124/171] Compiling GRDB TableAlteration.swift
[125/171] Compiling GRDB TableDefinition.swift
[126/171] Compiling GRDB VirtualTableModule.swift
[127/171] Compiling GRDB TableRecord+Association.swift
[128/171] Compiling GRDB TableRecord+QueryInterfaceRequest.swift
[129/171] Compiling GRDB EncodableRecord+Encodable.swift
[130/171] Compiling GRDB Configuration.swift
[131/171] Compiling GRDB Cursor.swift
[132/171] Compiling GRDB Database+Schema.swift
[133/171] Compiling GRDB Database+Statements.swift
[134/171] Compiling GRDB Database.swift
[135/171] Compiling GRDB DatabaseBackupProgress.swift
[136/171] Compiling GRDB DatabaseCollation.swift
[137/171] Compiling GRDB DatabaseError.swift
[138/171] Compiling GRDB DatabaseFunction.swift
[139/171] Compiling GRDB DatabasePool.swift
[140/171] Compiling GRDB DatabasePublishers.swift
[141/171] Compiling GRDB DatabaseQueue.swift
[142/171] Compiling GRDB DatabaseReader.swift
[143/171] Compiling GRDB DatabaseRegion.swift
[144/171] Compiling GRDB DatabaseRegionObservation.swift
[145/171] Compiling GRDB DatabaseSchemaCache.swift
[146/171] Compiling GRDB DatabaseSnapshot.swift
[147/171] Compiling GRDB DatabaseSnapshotPool.swift
[148/171] Compiling GRDB DatabaseValue.swift
[149/171] Compiling GRDB DatabaseValueConvertible.swift
[150/171] Compiling GRDB DatabaseWriter.swift
[151/171] Compiling GRDB Association.swift
[152/171] Compiling GRDB AssociationAggregate.swift
[153/171] Compiling GRDB BelongsToAssociation.swift
[154/171] Compiling GRDB HasManyAssociation.swift
[155/171] Compiling GRDB HasManyThroughAssociation.swift
[156/171] Compiling GRDB HasOneAssociation.swift
[157/171] Compiling GRDB HasOneThroughAssociation.swift
[158/171] Compiling GRDB JoinAssociation.swift
[159/171] Compiling GRDB CommonTableExpression.swift
[160/171] Compiling GRDB QueryInterfaceRequest.swift
[161/171] Compiling GRDB RequestProtocols.swift
[162/171] Compiling GRDB Column.swift
[163/171] Compiling GRDB DatabasePromise.swift
[164/171] Compiling GRDB SQLAssociation.swift
[165/171] Compiling GRDB SQLCollection.swift
[166/171] Compiling GRDB SQLExpression.swift
[167/171] Compiling GRDB SQLForeignKeyRequest.swift
[168/171] Compiling GRDB SQLFunctions.swift
[169/171] Compiling GRDB SQLOperators.swift
[170/171] Compiling GRDB SQLOrdering.swift
[171/171] Compiling GRDB SQLRelation.swift
[173/184] Compiling Dejavu Player.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[174/184] Compiling Dejavu URLProtocolNetworkInterceptor.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[175/184] Compiling Dejavu Request.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[176/185] Compiling Dejavu Logging.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[177/185] Compiling Dejavu NetworkRecorder.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[178/185] 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)
[179/185] Emitting module Dejavu
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[180/185] Compiling Dejavu Extensions.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[181/185] Compiling Dejavu GRDBSession.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[182/185] Compiling Dejavu DejavuError.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[183/185] Compiling Dejavu DejavuSession.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[184/185] Compiling Dejavu Dejavu.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
[185/185] Compiling Dejavu DejavuConfiguration.swift
/host/spi-builder-workspace/Sources/Dejavu/Dejavu.swift:15:17: error: no such module 'os'
internal import os
^
error: fatalError
BUILD FAILURE 5.10 linux