Last active
July 4, 2024 09:07
-
-
Save finestructure/37cecd4c1b8b2c38c2850ff61358bb56 to your computer and use it in GitHub Desktop.
SPI-Server build output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ git rev-parse @ | |
903d9ec992451cf80bf80cf82b82992fb331ccfb | |
~/P/S/spi-server on swift-6-prep | |
❯ swift package clean | |
~/P/S/spi-server on swift-6-prep | |
❯ swift build --build-tests | |
Building for debugging... | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePrivateKey.swift:18:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/CertificatePublicKey.swift:17:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-certificates/Sources/X509/Signature.swift:16:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module '_CryptoExtras' | |
import _CryptoExtras | |
^ | |
@preconcurrency | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSNetworkEvents.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused | |
@preconcurrency import Network | |
~~~~~~~~~~~~~~~~^ | |
/Users/sas/Projects/SPI/spi-server/.build/checkouts/swift-nio-transport-services/Sources/NIOTransportServices/NIOTSChannelOptions.swift:16:17: remark: '@preconcurrency' attribute on module 'Network' is unused | |
@preconcurrency import Network | |
~~~~~~~~~~~~~~~~^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/API+PackageControllerTests.swift:285:9: warning: code after 'throw' will never be executed | |
do { | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/API+PackageControllerTests.swift:285:9: warning: code after 'throw' will never be executed | |
do { | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/API+PackageControllerTests.swift:285:9: warning: code after 'throw' will never be executed | |
do { | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/API+PackageControllerTests.swift:285:9: warning: code after 'throw' will never be executed | |
do { | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/API+PackageControllerTests.swift:285:9: warning: code after 'throw' will never be executed | |
do { | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/API+PackageControllerTests.swift:285:9: warning: code after 'throw' will never be executed | |
do { | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:491:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:571:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:643:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1053:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1114:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1364:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "https://github.com/foo/bar".url, processingStage: .ingestion) | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:491:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:571:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:643:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1053:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1114:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1364:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "https://github.com/foo/bar".url, processingStage: .ingestion) | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:491:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:571:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:643:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1053:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1114:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1364:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "https://github.com/foo/bar".url, processingStage: .ingestion) | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:491:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:571:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:643:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1053:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1114:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1364:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "https://github.com/foo/bar".url, processingStage: .ingestion) | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:491:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:571:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:643:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1053:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1114:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1364:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "https://github.com/foo/bar".url, processingStage: .ingestion) | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:491:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:571:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:643:9: warning: code after 'throw' will never be executed | |
let pkg = try await savePackageAsync(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1053:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1114:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "1") | |
^ | |
/Users/sas/Projects/SPI/spi-server/Tests/AppTests/PackageController+routesTests.swift:1364:9: warning: code after 'throw' will never be executed | |
let pkg = try savePackage(on: app.db, "https://github.com/foo/bar".url, processingStage: .ingestion) | |
^ | |
[5031/5031] Linking SPI-ServerPackageTests | |
Build complete! (68.49s) | |
~/P/S/spi-server on swift-6-prep took 1m8s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment