The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodableCSV with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dehesa/CodableCSV.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/dehesa/CodableCSV
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/dehesa/CodableCSV.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.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] Compiling CodableCSV Delimiter.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[9/44] Compiling CodableCSV Error.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[10/44] Compiling CodableCSV Strategy.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[11/44] Compiling CodableCSV Utils.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[12/44] Compiling CodableCSV CodingKey.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[13/44] Compiling CodableCSV Decoder.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[14/44] Emitting module CodableCSV
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
[15/44] Compiling CodableCSV DecoderConfiguration.swift
[16/44] Compiling CodableCSV DecoderLazy.swift
[17/44] Compiling CodableCSV KeyedDecodingContainer.swift
[18/44] Compiling CodableCSV SingleValueDecodingContainer.swift
[19/44] Compiling CodableCSV UnkeyedDecodingContainer.swift
[20/44] Compiling CodableCSV ReaderAPI.swift
[21/44] Compiling CodableCSV ReaderCollections.swift
[22/44] Compiling CodableCSV ReaderConfiguration.swift
[23/44] Compiling CodableCSV ReaderBuffer.swift
[24/44] Compiling CodableCSV ReaderDecoder.swift
[25/44] Compiling CodableCSV ReaderEncodings.swift
[26/44] Compiling CodableCSV ReaderInference.swift
[27/44] Compiling CodableCSV ReaderInternals.swift
[28/44] Compiling CodableCSV Writer.swift
[29/44] Compiling CodableCSV WriterAPI.swift
[30/44] Compiling CodableCSV EncoderLazy.swift
[31/44] Compiling CodableCSV InvalidEncodingContainer.swift
[32/44] Compiling CodableCSV KeyedEncodingContainer.swift
[33/44] Compiling CodableCSV SingleValueEncodingContainer.swift
[34/44] Compiling CodableCSV UnkeyedEncodingContainer.swift
[35/44] Compiling CodableCSV ShadowDecoder.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[36/44] Compiling CodableCSV Source.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[37/44] Compiling CodableCSV SourceBuffer.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[38/44] Compiling CodableCSV Encoder.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[39/44] Compiling CodableCSV EncoderConfiguration.swift
/host/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
/host/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
/host/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
/host/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
/host/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
/host/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
[40/44] Compiling CodableCSV WriterConfiguration.swift
/host/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:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
[41/44] Compiling CodableCSV WriterEncoder.swift
/host/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:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
[42/44] Compiling CodableCSV WriterEncoding.swift
/host/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:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
[43/44] Compiling CodableCSV WriterInference.swift
/host/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:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
[44/44] Compiling CodableCSV WriterInternals.swift
/host/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:2:19: note: type declared here
    public struct Encoding : RawRepresentable {
                  ^
Build complete! (15.23s)
Build complete.
Done.

Build Machine: Linux 2