The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Predicate with Swift 5.7 for Linux.

Build Command

docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pureswift/predicate.git
Reference: 1.2.0
Cloned https://github.com/pureswift/predicate.git into spi-builder-workspace
SUCCESS checkout https://github.com/pureswift/predicate.git at 1.2.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4609320-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Building for debugging...
[1/15] Emitting module Predicate
/host/spi-builder-workspace/Sources/Context.swift:15:16: warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'
    public var locale: Locale?
               ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/Context.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
/host/spi-builder-workspace/Sources/Value.swift:16:10: warning: associated value 'data' of 'Sendable'-conforming enum 'Value' has non-sendable type 'Data'
    case data(Data)
         ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/Value.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
/host/spi-builder-workspace/Sources/Value.swift:17:10: warning: associated value 'date' of 'Sendable'-conforming enum 'Value' has non-sendable type 'Date'
    case date(Date)
         ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Value.swift:18:10: warning: associated value 'uuid' of 'Sendable'-conforming enum 'Value' has non-sendable type 'UUID'
    case uuid(UUID)
         ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
[2/16] Compiling Predicate KeyPath.swift
[3/16] Compiling Predicate Predicate.swift
[4/16] Compiling Predicate Collection.swift
[5/16] Compiling Predicate NSNumber.swift
[6/16] Compiling Predicate NSPredicate.swift
[7/16] Compiling Predicate String.swift
[8/16] Compiling Predicate Context.swift
/host/spi-builder-workspace/Sources/Context.swift:15:16: warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'
    public var locale: Locale?
               ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/Context.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[9/16] Compiling Predicate Encoder.swift
/host/spi-builder-workspace/Sources/Context.swift:15:16: warning: stored property 'locale' of 'Sendable'-conforming struct 'PredicateContext' has non-sendable type 'Locale?'
    public var locale: Locale?
               ^
Foundation.Locale:1:15: note: struct 'Locale' does not conform to the 'Sendable' protocol
public struct Locale : CustomStringConvertible, CustomDebugStringConvertible, Hashable, Equatable, ReferenceConvertible {
              ^
/host/spi-builder-workspace/Sources/Context.swift:8:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
[10/16] Compiling Predicate Comparison.swift
[11/16] Compiling Predicate Compound.swift
[12/16] Compiling Predicate Expression.swift
[13/16] Compiling Predicate CodingKey.swift
[14/16] Compiling Predicate Error.swift
[15/16] Compiling Predicate Evaluate.swift
[16/16] Compiling Predicate Value.swift
/host/spi-builder-workspace/Sources/Value.swift:16:10: warning: associated value 'data' of 'Sendable'-conforming enum 'Value' has non-sendable type 'Data'
    case data(Data)
         ^
Foundation.Data:1:23: note: struct 'Data' does not conform to the 'Sendable' protocol
@frozen public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessCollection, MutableCollection, RangeReplaceableCollection, MutableDataProtocol, ContiguousBytes {
                      ^
/host/spi-builder-workspace/Sources/Value.swift:9:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency 
/host/spi-builder-workspace/Sources/Value.swift:17:10: warning: associated value 'date' of 'Sendable'-conforming enum 'Value' has non-sendable type 'Date'
    case date(Date)
         ^
Foundation.Date:1:15: note: struct 'Date' does not conform to the 'Sendable' protocol
public struct Date : ReferenceConvertible, Comparable, Equatable {
              ^
/host/spi-builder-workspace/Sources/Value.swift:18:10: warning: associated value 'uuid' of 'Sendable'-conforming enum 'Value' has non-sendable type 'UUID'
    case uuid(UUID)
         ^
Foundation.UUID:1:15: note: struct 'UUID' does not conform to the 'Sendable' protocol
public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConvertible {
              ^
Build complete! (6.23s)
Build complete.
Done.

Build Machine: Linux 2