Build Information
Failed to build Occurrence, reference main (763798
), with Swift 5.9 for macOS (SPM) on 14 Jun 2025 03:54:28 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/richardpiazza/Occurrence
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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 Locks.swift
[4/65] Compiling Logging Logging.swift
[5/65] Emitting module Logging
[6/65] Emitting module Statement
[7/67] Compiling Statement Entity.swift
[8/67] Compiling Statement Field.swift
[9/67] Compiling Statement ForeignKey.swift
[10/67] Compiling Statement LogicalPredicate.swift
[11/67] Compiling Statement Segment.swift
[12/67] Compiling Statement Group.swift
[13/67] Compiling Statement Keyword.swift
[14/67] Compiling Statement ComparisonOperator.swift
[15/67] Compiling Statement ConjunctiveOperator.swift
[16/67] Compiling Statement LogicalOperator.swift
[17/67] Compiling Statement AttributeConvertible.swift
[18/67] Compiling Statement DataType.swift
[19/67] Compiling Statement DataTypeConvertible.swift
[20/67] Compiling Statement AnyRenderable.swift
[21/67] Compiling Statement ClauseRenderer.swift
[22/67] Emitting module SQLite
[23/67] Compiling Statement ComparisonRenderer.swift
[28/70] Compiling Statement ComparisonPredicate.swift
[29/70] Compiling Statement ConjunctivePredicate.swift
[30/70] Compiling Statement Renderer.swift
[31/70] Compiling Statement AnyAttribute.swift
[32/70] Compiling Statement Attribute.swift
[33/70] Compiling Statement ConjunctiveRenderer.swift
[34/70] Compiling Statement GroupRenderer.swift
[35/70] Compiling Statement LogicalRenderer.swift
[36/70] Compiling Statement StatementSyntax.swift
[37/70] Compiling Statement StructuredStatement.swift
[38/70] Compiling Statement Clause.swift
[51/89] Compiling SQLite CustomFunctions.swift
[52/89] Compiling SQLite DateAndTimeFunctions.swift
[53/89] Compiling SQLite Expression.swift
[54/89] Compiling SQLite Coding.swift
[55/89] Compiling SQLite Collation.swift
[56/89] Compiling SQLite CoreFunctions.swift
[57/89] Compiling SQLite Schema.swift
[58/89] Compiling SQLite Setter.swift
[59/89] Compiling SQLite WindowFunctions.swift
[60/89] Compiling StatementSQLite FromContext.swift
[61/89] Compiling StatementSQLite HavingContext.swift
[62/89] Compiling StatementSQLite InsertContext.swift
[63/89] Compiling StatementSQLite JoinContext.swift
[64/90] Compiling StatementSQLite UpdateContext.swift
[65/90] Compiling StatementSQLite ValuesContext.swift
[66/90] Compiling StatementSQLite LimitContext.swift
[67/90] Compiling StatementSQLite OrderContext.swift
[68/90] Compiling StatementSQLite SelectContext.swift
[69/90] Compiling StatementSQLite SetContext.swift
[70/90] Compiling StatementSQLite SQLiteStatement.swift
[71/90] Compiling StatementSQLite Segment+SQLite.swift
[72/90] Compiling StatementSQLite DeleteContext.swift
[73/90] Compiling StatementSQLite Field+SQLite.swift
[74/90] Compiling StatementSQLite DataType+SQLite.swift
[75/90] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[76/90] Emitting module StatementSQLite
[77/90] Compiling StatementSQLite AlterTableContext.swift
[78/90] Compiling StatementSQLite CreateContext.swift
[79/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 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 {
^
[93/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 {
^
[94/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 {
^
[95/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 {
^
[96/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 {
^
[97/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 {
^
[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 Logger.Metadata+Occurrence.swift
[102/122] Compiling Occurrence Logger.MetadataKey.swift
[103/122] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[104/122] Compiling Occurrence LogStreamer.swift
[105/122] Compiling Occurrence LoggableError.swift
[106/122] Compiling Occurrence Occurrence.swift
[107/122] Compiling Occurrence Logger+Entry.swift
[108/122] Compiling Occurrence Logger+Filter.swift
[109/122] Compiling Occurrence Logger+Occurrence.swift
[110/122] Compiling Occurrence Logger.Filter+Where.swift
[111/122] Compiling Occurrence SQLiteEntry+Mapping.swift
[112/122] Compiling Occurrence SQLiteEntry.swift
[113/122] Compiling Occurrence URLError+Occurrence.swift
[114/122] Compiling Occurrence LazyLogger.swift
[115/122] Compiling Occurrence LogProvider.swift
[116/122] Compiling Occurrence CoreDataLogProvider.swift
[117/122] Compiling Occurrence LogModel.swift
[118/122] Compiling Occurrence Logger.Filter+Predicate.swift
[119/122] Compiling Occurrence ManagedEntry.swift
[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/richardpiazza/Statement.git
Fetching https://github.com/apple/swift-log.git
[1/745] Fetching statement
[195/4581] Fetching statement, swift-log
[501/14430] Fetching statement, swift-log, sqlite.swift
Fetched https://github.com/apple/swift-log.git (2.10s)
Fetched https://github.com/richardpiazza/Statement.git (2.10s)
Fetched https://github.com/stephencelis/SQLite.swift.git (2.10s)
Computing version for https://github.com/richardpiazza/Statement.git
Computed https://github.com/richardpiazza/Statement.git at 0.8.1 (0.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.34s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.34s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite (1.32s)
Computing version for https://github.com/swiftlang/swift-toolchain-sqlite
Computed https://github.com/swiftlang/swift-toolchain-sqlite at 1.0.4 (0.32s)
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/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/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