The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableCSV with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dehesa/CodableCSV.git
Reference: 0.6.7
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dehesa/CodableCSV
 * tag               0.6.7      -> FETCH_HEAD
HEAD is now at 99ace2c CI tests on DEBUG
Cloned https://github.com/dehesa/CodableCSV.git
Revision (git rev-parse @):
99ace2cfdfbc19108b529c021005fb57a460e715
SUCCESS checkout https://github.com/dehesa/CodableCSV.git at 0.6.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dehesa/CodableCSV.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/39] Compiling CodableCSV ShadowEncoder.swift
[4/39] Compiling CodableCSV Sink.swift
[5/39] Compiling CodableCSV SinkBuffer.swift
[6/39] Compiling CodableCSV BOM.swift
[7/39] Compiling CodableCSV Reader.swift
[8/44] Emitting module CodableCSV
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:38:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: Data.Type) throws -> Data {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:51:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: String.Type) throws -> String {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:61:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into fileURL: URL, append: Bool = false) throws {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:74:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: Data.Type) throws -> Lazy<Data> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:83:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: String.Type) throws -> Lazy<String> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:93:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into fileURL: URL, append: Bool = false) throws -> Lazy<URL> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/imperative/writer/WriterConfiguration.swift:7:33: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public var encoding: String.Encoding?
                                ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[9/44] Compiling CodableCSV ShadowDecoder.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:38:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: Data.Type) throws -> Data {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:51:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: String.Type) throws -> String {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:61:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into fileURL: URL, append: Bool = false) throws {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:74:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: Data.Type) throws -> Lazy<Data> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:83:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: String.Type) throws -> Lazy<String> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:93:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into fileURL: URL, append: Bool = false) throws -> Lazy<URL> {
  ^~~~
  public
[10/44] Compiling CodableCSV Source.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:38:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: Data.Type) throws -> Data {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:51:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: String.Type) throws -> String {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:61:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into fileURL: URL, append: Bool = false) throws {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:74:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: Data.Type) throws -> Lazy<Data> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:83:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: String.Type) throws -> Lazy<String> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:93:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into fileURL: URL, append: Bool = false) throws -> Lazy<URL> {
  ^~~~
  public
[11/44] Compiling CodableCSV SourceBuffer.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:38:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: Data.Type) throws -> Data {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:51:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: String.Type) throws -> String {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:61:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into fileURL: URL, append: Bool = false) throws {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:74:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: Data.Type) throws -> Lazy<Data> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:83:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: String.Type) throws -> Lazy<String> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:93:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into fileURL: URL, append: Bool = false) throws -> Lazy<URL> {
  ^~~~
  public
[12/44] Compiling CodableCSV Encoder.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:38:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: Data.Type) throws -> Data {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:51:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: String.Type) throws -> String {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:61:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into fileURL: URL, append: Bool = false) throws {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:74:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: Data.Type) throws -> Lazy<Data> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:83:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: String.Type) throws -> Lazy<String> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:93:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into fileURL: URL, append: Bool = false) throws -> Lazy<URL> {
  ^~~~
  public
[13/44] Compiling CodableCSV EncoderConfiguration.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:38:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: Data.Type) throws -> Data {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:51:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into type: String.Type) throws -> String {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:61:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func encode<T:Encodable>(_ value: T, into fileURL: URL, append: Bool = false) throws {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:74:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: Data.Type) throws -> Lazy<Data> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:83:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into type: String.Type) throws -> Lazy<String> {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/encodable/Encoder.swift:93:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(into fileURL: URL, append: Bool = false) throws -> Lazy<URL> {
  ^~~~
  public
[14/44] Compiling CodableCSV Delimiter.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
[15/44] Compiling CodableCSV Error.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
[16/44] Compiling CodableCSV Strategy.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
[17/44] Compiling CodableCSV Utils.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
[18/44] Compiling CodableCSV CodingKey.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
[19/44] Compiling CodableCSV Decoder.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:37:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from data: Data) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:47:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from string: String) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:57:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from url: URL) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:67:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func decode<T:Decodable>(_ type: T.Type, from stream: InputStream) throws -> T {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:79:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from data: Data) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:88:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from string: String) throws -> Lazy {
  ^~~~
  public
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/declarative/decodable/Decoder.swift:97:3: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
  open func lazy(from url: URL) throws -> Lazy {
  ^~~~
  public
[20/44] Compiling CodableCSV ReaderEncodings.swift
[21/44] Compiling CodableCSV ReaderInference.swift
[22/44] Compiling CodableCSV ReaderInternals.swift
[23/44] Compiling CodableCSV Writer.swift
[24/44] Compiling CodableCSV WriterAPI.swift
[25/44] Compiling CodableCSV ReaderAPI.swift
[26/44] Compiling CodableCSV ReaderCollections.swift
[27/44] Compiling CodableCSV ReaderConfiguration.swift
[28/44] Compiling CodableCSV ReaderBuffer.swift
[29/44] Compiling CodableCSV ReaderDecoder.swift
[30/44] Compiling CodableCSV DecoderConfiguration.swift
[31/44] Compiling CodableCSV DecoderLazy.swift
[32/44] Compiling CodableCSV KeyedDecodingContainer.swift
[33/44] Compiling CodableCSV SingleValueDecodingContainer.swift
[34/44] Compiling CodableCSV UnkeyedDecodingContainer.swift
[35/44] Compiling CodableCSV EncoderLazy.swift
[36/44] Compiling CodableCSV InvalidEncodingContainer.swift
[37/44] Compiling CodableCSV KeyedEncodingContainer.swift
[38/44] Compiling CodableCSV SingleValueEncodingContainer.swift
[39/44] Compiling CodableCSV UnkeyedEncodingContainer.swift
[40/44] Compiling CodableCSV WriterConfiguration.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/imperative/writer/WriterConfiguration.swift:7:33: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public var encoding: String.Encoding?
                                ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[41/44] Compiling CodableCSV WriterEncoder.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/imperative/writer/WriterConfiguration.swift:7:33: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public var encoding: String.Encoding?
                                ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[42/44] Compiling CodableCSV WriterEncoding.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/imperative/writer/WriterConfiguration.swift:7:33: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public var encoding: String.Encoding?
                                ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[43/44] Compiling CodableCSV WriterInference.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/imperative/writer/WriterConfiguration.swift:7:33: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public var encoding: String.Encoding?
                                ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
[44/44] Compiling CodableCSV WriterInternals.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/sources/imperative/writer/WriterConfiguration.swift:7:33: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
    public var encoding: String.Encoding?
                                ^
Foundation.String:3:19: note: type declared here
    public struct Encoding : RawRepresentable, Sendable, Equatable {
                  ^
Build complete! (3.60s)
Build complete.
Done.

Build Machine: Mac 7