Build Information
Failed to build Occurrence, reference 0.9.1 (763798
), with Swift 5.9 for macOS (SPM) on 14 Jun 2025 03:53:38 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/richardpiazza/Occurrence.git
Reference: 0.9.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Occurrence
* tag 0.9.1 -> FETCH_HEAD
HEAD is now at 763798a Sendable Conformances (#25)
Cloned https://github.com/richardpiazza/Occurrence.git
Revision (git rev-parse @):
763798a66ef9bd4940929a870fc724ca60c3ecdf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/richardpiazza/Occurrence.git at 0.9.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/richardpiazza/Occurrence.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/65] Compiling Logging MetadataProvider.swift
[2/65] Compiling Logging LogHandler.swift
[3/65] Compiling Logging Logging.swift
[4/65] Compiling Logging Locks.swift
[5/65] Emitting module Logging
[6/65] Emitting module Statement
[7/67] Emitting module SQLite
[8/70] Compiling Statement StatementSyntax.swift
[9/70] Compiling Statement StructuredStatement.swift
[10/70] Compiling Statement Clause.swift
[11/70] Compiling Statement LogicalPredicate.swift
[12/70] Compiling Statement Segment.swift
[13/70] Compiling SQLite Backup.swift
[14/70] Compiling SQLite Blob.swift
[15/70] Compiling SQLite Connection+Aggregation.swift
[16/70] Compiling Statement Entity.swift
[17/70] Compiling SQLite SchemaChanger.swift
[18/70] Compiling SQLite SchemaDefinitions.swift
[19/70] Compiling SQLite Value.swift
[20/70] Compiling SQLite Cipher.swift
[21/70] Compiling SQLite FTS4.swift
[22/70] Compiling SQLite Foundation.swift
[23/70] Compiling SQLite Helpers.swift
[24/70] Compiling SQLite Connection+Schema.swift
[25/70] Compiling SQLite SQLiteFeature.swift
[26/70] Compiling SQLite SQLiteVersion.swift
[27/70] Compiling SQLite Connection+Attach.swift
[28/70] Compiling SQLite Connection+Pragmas.swift
[29/70] Compiling SQLite Connection.swift
[30/70] Compiling SQLite Errors.swift
[31/70] Compiling SQLite Result.swift
[32/70] Compiling SQLite RTree.swift
[33/70] Compiling SQLite Statement.swift
[34/70] Compiling SQLite URIQueryParameter.swift
[43/70] Compiling SQLite Coding.swift
[44/70] Compiling SQLite Collation.swift
[45/70] Compiling SQLite CoreFunctions.swift
[46/89] Compiling StatementSQLite DeleteContext.swift
[47/89] Compiling StatementSQLite Field+SQLite.swift
[48/89] Compiling StatementSQLite LimitContext.swift
[49/89] Compiling StatementSQLite OrderContext.swift
[50/89] Compiling StatementSQLite SelectContext.swift
[51/89] Compiling StatementSQLite SetContext.swift
[52/89] Compiling StatementSQLite UpdateContext.swift
[53/89] Compiling StatementSQLite ValuesContext.swift
[54/89] Compiling StatementSQLite SQLiteStatement.swift
[55/89] Compiling StatementSQLite Segment+SQLite.swift
[62/89] Compiling SQLite Schema.swift
[63/89] Compiling SQLite Setter.swift
[64/89] Compiling SQLite WindowFunctions.swift
[68/89] Compiling SQLite Operators.swift
[69/89] Compiling SQLite Query+with.swift
[70/89] Compiling SQLite Query.swift
[79/90] Compiling StatementSQLite InsertContext.swift
[80/90] Compiling StatementSQLite JoinContext.swift
[83/90] Emitting module StatementSQLite
[84/90] Compiling StatementSQLite FromContext.swift
[85/90] Compiling StatementSQLite HavingContext.swift
[86/90] Compiling StatementSQLite DataType+SQLite.swift
[87/90] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[88/90] Compiling StatementSQLite AlterTableContext.swift
[89/90] Compiling StatementSQLite CreateContext.swift
[90/90] Compiling StatementSQLite WhereContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[91/119] Emitting module Occurrence
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:25: error: unknown attribute 'retroactive'
extension Logger.Level: @retroactive CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: error: inheritance from non-protocol type 'any CustomStringConvertible'
extension Logger.Level: @retroactive CustomStringConvertible {
^
[92/122] Compiling Occurrence Array+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
[93/122] Compiling Occurrence CocoaError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
[94/122] Compiling Occurrence DecodingError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/DecodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension DecodingError: @retroactive CustomNSError, LoggableError {
^
[95/122] Compiling Occurrence Logger.Metadata+Occurrence.swift
[96/122] Compiling Occurrence Logger.MetadataKey.swift
[97/122] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[98/122] Compiling Occurrence Logger+Subsystem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:25: error: unknown attribute 'retroactive'
extension Logger.Level: @retroactive CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: error: inheritance from non-protocol type 'any CustomStringConvertible'
extension Logger.Level: @retroactive CustomStringConvertible {
^
[99/122] Compiling Occurrence Logger.Level+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:25: error: unknown attribute 'retroactive'
extension Logger.Level: @retroactive CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: error: inheritance from non-protocol type 'any CustomStringConvertible'
extension Logger.Level: @retroactive CustomStringConvertible {
^
[100/122] Compiling Occurrence Logger.Message+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:25: error: unknown attribute 'retroactive'
extension Logger.Level: @retroactive CustomStringConvertible {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/Logger.Level+Occurrence.swift:25:1: error: inheritance from non-protocol type 'any CustomStringConvertible'
extension Logger.Level: @retroactive CustomStringConvertible {
^
[101/122] Compiling Occurrence URLError+Occurrence.swift
[102/122] Compiling Occurrence LazyLogger.swift
[103/122] Compiling Occurrence LogProvider.swift
[104/122] Compiling Occurrence Logger+Entry.swift
[105/122] Compiling Occurrence Logger+Filter.swift
[106/122] Compiling Occurrence Logger+Occurrence.swift
[107/122] Compiling Occurrence Logger.Filter+Where.swift
[108/122] Compiling Occurrence SQLiteEntry+Mapping.swift
[109/122] Compiling Occurrence SQLiteEntry.swift
[110/122] Compiling Occurrence CoreDataLogProvider.swift
[111/122] Compiling Occurrence LogModel.swift
[112/122] Compiling Occurrence Logger.Filter+Predicate.swift
[113/122] Compiling Occurrence ManagedEntry.swift
[114/122] Compiling Occurrence LogStreamer.swift
[115/122] Compiling Occurrence LoggableError.swift
[116/122] Compiling Occurrence Occurrence.swift
[117/122] Compiling Occurrence Dictionary+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
[118/122] Compiling Occurrence EncodingError+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
[119/122] Compiling Occurrence FileManager+Occurrence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:26: error: unknown attribute 'retroactive'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
/Users/admin/builder/spi-builder-workspace/Sources/Occurrence/Extensions/EncodingError+Occurrence.swift:4:1: error: inheritance from non-protocol type 'any CustomNSError'
extension EncodingError: @retroactive CustomNSError, LoggableError {
^
[120/122] Compiling Occurrence SQLiteLogProvider.swift
[121/122] Compiling Occurrence OccurrenceLogStreamer.swift
[122/122] Compiling Occurrence LogView.swift
error: fatalError
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
[195/10594] Fetching statement, sqlite.swift
[196/14430] Fetching statement, sqlite.swift, swift-log
Fetched https://github.com/richardpiazza/Statement.git (2.05s)
Fetched https://github.com/apple/swift-log.git (2.06s)
Fetched https://github.com/stephencelis/SQLite.swift.git (2.06s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.35s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.37s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.38s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite (1.16s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.36s)
Creating working copy for https://github.com/swiftlang/swift-toolchain-sqlite
Working copy of https://github.com/swiftlang/swift-toolchain-sqlite resolved at 1.0.4
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/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/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.4
BUILD FAILURE 5.9 macosSpm