The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Occurrence, reference 0.9.1 (763798), with Swift 5.10 for macOS (SPM) on 14 Jun 2025 03:53:40 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.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.10
Building package at path:  $PWD
https://github.com/richardpiazza/Occurrence.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-33747A42983211AE.txt
[7/71] Compiling Logging MetadataProvider.swift
[8/71] Compiling Logging Locks.swift
[9/71] Compiling Logging LogHandler.swift
[10/71] Emitting module Logging
[11/71] Compiling Logging Logging.swift
[12/71] Emitting module Statement
[13/73] Emitting module SQLite
[14/76] Compiling SQLite SchemaChanger.swift
[15/76] Compiling SQLite SchemaDefinitions.swift
[16/76] Compiling Statement ComparisonPredicate.swift
[17/76] Compiling Statement ConjunctivePredicate.swift
[18/76] Compiling Statement LogicalPredicate.swift
[19/76] Compiling Statement Segment.swift
[20/76] Compiling SQLite FTS5.swift
[21/76] Compiling SQLite RTree.swift
[22/76] Compiling SQLite Foundation.swift
[23/76] Compiling SQLite Helpers.swift
[24/76] Compiling SQLite Connection+Schema.swift
[25/76] Compiling SQLite Coding.swift
[26/76] Compiling SQLite SQLiteVersion.swift
[27/76] Compiling SQLite Statement.swift
[28/76] Compiling SQLite URIQueryParameter.swift
[29/76] Compiling SQLite Errors.swift
[30/76] Compiling SQLite Result.swift
[31/76] Compiling SQLite SQLiteFeature.swift
[32/76] Compiling SQLite Value.swift
[33/76] Compiling SQLite Cipher.swift
[34/76] Compiling SQLite FTS4.swift
[35/76] Compiling SQLite Connection+Attach.swift
[36/76] Compiling SQLite Connection+Pragmas.swift
[37/76] Compiling SQLite Connection.swift
[38/76] Compiling SQLite Backup.swift
[39/76] Compiling SQLite Blob.swift
[40/76] Compiling SQLite Connection+Aggregation.swift
[53/95] Compiling StatementSQLite DataType+SQLite.swift
[54/95] Compiling StatementSQLite DataTypeConvertible+SQLite.swift
[57/95] Compiling StatementSQLite SQLiteStatement.swift
[58/95] Compiling StatementSQLite Segment+SQLite.swift
[59/95] Compiling StatementSQLite UpdateContext.swift
[60/95] Compiling StatementSQLite ValuesContext.swift
[64/95] Compiling SQLite Schema.swift
[65/95] Compiling SQLite Setter.swift
[66/95] Compiling SQLite WindowFunctions.swift
[67/95] Emitting module StatementSQLite
[72/95] Compiling SQLite CustomFunctions.swift
[73/95] Compiling SQLite DateAndTimeFunctions.swift
[74/95] Compiling SQLite Expression.swift
[75/95] Compiling SQLite Operators.swift
[76/95] Compiling SQLite Query+with.swift
[77/95] Compiling SQLite Query.swift
[78/96] Compiling StatementSQLite InsertContext.swift
[79/96] Compiling StatementSQLite JoinContext.swift
[80/96] Compiling StatementSQLite LimitContext.swift
[81/96] Compiling StatementSQLite OrderContext.swift
[84/96] Compiling StatementSQLite AlterTableContext.swift
[85/96] Compiling StatementSQLite CreateContext.swift
[90/96] Compiling StatementSQLite FromContext.swift
[91/96] Compiling StatementSQLite HavingContext.swift
[92/96] Compiling StatementSQLite SelectContext.swift
[93/96] Compiling StatementSQLite SetContext.swift
[94/96] Compiling StatementSQLite DeleteContext.swift
[95/96] Compiling StatementSQLite Field+SQLite.swift
[96/96] Compiling StatementSQLite WhereContext.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[97/125] 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 {
^
[98/128] Compiling Occurrence LogStreamer.swift
[99/128] Compiling Occurrence LoggableError.swift
[100/128] Compiling Occurrence Occurrence.swift
[101/128] Compiling Occurrence URLError+Occurrence.swift
[102/128] Compiling Occurrence LazyLogger.swift
[103/128] Compiling Occurrence LogProvider.swift
[104/128] 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 {
^
[105/128] 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 {
^
[106/128] 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 {
^
[107/128] Compiling Occurrence Logger.Metadata+Occurrence.swift
[108/128] Compiling Occurrence Logger.MetadataKey.swift
[109/128] Compiling Occurrence Logger.MetadataValue+Occurrence.swift
[110/128] 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 {
^
[111/128] 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 {
^
[112/128] 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 {
^
[113/128] Compiling Occurrence Logger.Filter+Where.swift
[114/128] Compiling Occurrence SQLiteEntry+Mapping.swift
[115/128] Compiling Occurrence SQLiteEntry.swift
[116/128] Compiling Occurrence Logger+Entry.swift
[117/128] Compiling Occurrence Logger+Filter.swift
[118/128] Compiling Occurrence Logger+Occurrence.swift
[119/128] 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 {
^
[120/128] 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 {
^
[121/128] 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 {
^
[122/128] Compiling Occurrence CoreDataLogProvider.swift
[123/128] Compiling Occurrence LogModel.swift
[124/128] Compiling Occurrence Logger.Filter+Predicate.swift
[125/128] Compiling Occurrence ManagedEntry.swift
[126/128] Compiling Occurrence SQLiteLogProvider.swift
[127/128] Compiling Occurrence OccurrenceLogStreamer.swift
[128/128] Compiling Occurrence LogView.swift
error: fatalError
Fetching https://github.com/richardpiazza/Statement.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/745] Fetching statement
[746/4581] Fetching statement, swift-log
[1015/14430] Fetching statement, swift-log, sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (1.95s)
Fetched https://github.com/richardpiazza/Statement.git from cache (1.95s)
Fetched https://github.com/apple/swift-log.git from cache (1.95s)
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.35s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.4 (0.36s)
Fetching https://github.com/swiftlang/swift-toolchain-sqlite
[1/135] Fetching swift-toolchain-sqlite
Fetched https://github.com/swiftlang/swift-toolchain-sqlite from cache (1.25s)
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/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
Creating working copy for https://github.com/richardpiazza/Statement.git
Working copy of https://github.com/richardpiazza/Statement.git resolved at 0.8.1
BUILD FAILURE 5.10 macosSpm