Build Information
Failed to build CoreStore, reference 9.3.0 (5a0d27
), with Swift 5.9 for macOS (SPM) on 31 Oct 2024 12:16:48 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:88:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:105:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:105:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]]
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:122:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:122:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]]
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:150:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:150:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:88:13: error: expected declaration
) throws(CoreStoreError) -> O?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:101:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:101:13: error: expected declaration
) throws(CoreStoreError) -> O?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:118:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:118:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:131:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:131:13: error: expected declaration
) throws(CoreStoreError) -> [O]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:144:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:144:13: error: expected declaration
) throws(CoreStoreError) -> [O]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:161:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:174:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:174:13: error: expected declaration
) throws(CoreStoreError) -> Int
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:187:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:187:13: error: expected declaration
) throws(CoreStoreError) -> Int
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:204:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:204:13: error: expected declaration
) throws(CoreStoreError) -> Int
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:217:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:217:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:230:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:230:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:260:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:260:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:273:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:273:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:290:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:290:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:86:17: error: expected '{' in body of function declaration
public func addStorage<T: StorageInterface>(
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableObject.swift:83:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableObject.swift:83:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableObject.swift:55:17: note: in declaration of 'ImportableObject'
public protocol ImportableObject: DynamicObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:181:17: error: expected '{' in body of function declaration
public func importObject<O: DynamicObject & ImportableObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:220:17: error: expected '{' in body of function declaration
public func importObject<O: DynamicObject & ImportableObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:108:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> UniqueIDType?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:108:13: error: expected declaration
) throws(any Swift.Error) -> UniqueIDType?
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:56:17: note: in declaration of 'ImportableUniqueObject'
public protocol ImportableUniqueObject: ImportableObject, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:119:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:119:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:56:17: note: in declaration of 'ImportableUniqueObject'
public protocol ImportableUniqueObject: ImportableObject, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:130:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:130:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:56:17: note: in declaration of 'ImportableUniqueObject'
public protocol ImportableUniqueObject: ImportableObject, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:183:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:183:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:162:1: note: in extension of 'ImportableUniqueObject'
extension ImportableUniqueObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:264:17: error: expected '{' in body of function declaration
public func importUniqueObject<O: DynamicObject & ImportableUniqueObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:313:15: error: cannot create a single-element tuple with an element label
_ mapping: [O.UniqueIDType: O.ImportSource]
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:312:21: error: @escaping attribute only applies to function types
preProcess: @escaping @Sendable (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:312:31: error: @Sendable attribute only applies to function types
preProcess: @escaping @Sendable (
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:361:25: error: @escaping attribute only applies to function types
_ asynchronous: @escaping @Sendable (AsynchronousDataTransaction) throws(any Swift.Error) -> Output
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:361:35: error: @Sendable attribute only applies to function types
_ asynchronous: @escaping @Sendable (AsynchronousDataTransaction) throws(any Swift.Error) -> Output
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:115:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:115:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:124:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:124:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:139:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:139:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:151:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:151:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:160:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:160:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:176:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:176:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:188:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:188:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:197:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:197:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:211:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:211:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:223:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:223:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:232:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:232:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:259:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:259:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:268:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:268:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:283:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:283:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:294:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:294:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:329:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:329:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:339:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:339:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:355:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B: QueryChainableBuilderType, B.ResultType: QueryableAttributeType {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:355:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B: QueryChainableBuilderType, B.ResultType: QueryableAttributeType {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:369:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:369:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:379:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:379:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:394:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String : Any]] where B : QueryChainableBuilderType, B.ResultType == NSDictionary {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:394:13: error: expected declaration
) throws(CoreStoreError) -> [[String : Any]] where B : QueryChainableBuilderType, B.ResultType == NSDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:419:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:419:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:444:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:444:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:474:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:474:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:504:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:504:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:534:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:534:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:568:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:568:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:604:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Any? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:604:13: error: expected declaration
) throws(CoreStoreError) -> Any? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:639:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:639:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:672:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:672:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:265:17: error: expected '{' in body of function declaration
public func upgradeStorageIfNeeded<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:310:17: error: expected '{' in body of function declaration
public func requiredMigrationsForStorage<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:566:18: error: expected '{' in body of function declaration
private func startMigrationForStorage<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:731:10: error: expected '{' in body of function declaration
func findMapping(
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:87:23: error: expected ',' separator
_ closure: () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:87:23: error: expected parameter name followed by ':'
_ closure: () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:88:13: error: expected declaration
) throws(any Swift.Error) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:31:1: note: in extension of 'DispatchQueue'
extension DispatchQueue {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:95:23: error: expected ',' separator
_ closure: () throws(CoreStoreError) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:95:23: error: expected parameter name followed by ':'
_ closure: () throws(CoreStoreError) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:96:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:96:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:31:1: note: in extension of 'DispatchQueue'
extension DispatchQueue {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:118:23: error: expected ',' separator
_ closure: () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:118:23: error: expected parameter name followed by ':'
_ closure: () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:57:33: error: expected ',' separator
_ closure: @escaping () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:57:33: error: expected parameter name followed by ':'
_ closure: @escaping () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:58:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:58:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:32:1: note: in extension of 'NSPersistentStoreCoordinator'
extension NSPersistentStoreCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:86:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSPersistentStore {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:86:13: error: expected declaration
) throws(CoreStoreError) -> NSPersistentStore {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:32:1: note: in extension of 'NSPersistentStoreCoordinator'
extension NSPersistentStoreCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:57:20: error: @escaping attribute only applies to function types
_ closure: @escaping () throws(any Swift.Error) -> T
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:545:55: error: value of tuple type '()' has no member 'mappingModel'
mappingModel: mapping.mappingModel,
~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:546:56: error: value of tuple type '()' has no member 'migrationType'
migrationType: mapping.migrationType
~~~~~~~ ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:96:17: error: expected '{' in body of function declaration
public func fetchOne<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:116:17: error: expected '{' in body of function declaration
public func fetchOne<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:141:17: error: expected '{' in body of function declaration
public func fetchOne<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:160:17: error: expected '{' in body of function declaration
public func fetchAll<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:180:17: error: expected '{' in body of function declaration
public func fetchAll<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:205:17: error: expected '{' in body of function declaration
public func fetchAll<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:224:17: error: expected '{' in body of function declaration
public func fetchCount<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:244:17: error: expected '{' in body of function declaration
public func fetchCount<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:269:17: error: expected '{' in body of function declaration
public func fetchCount<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:288:17: error: expected '{' in body of function declaration
public func fetchObjectID<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:308:17: error: expected '{' in body of function declaration
public func fetchObjectID<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:333:17: error: expected '{' in body of function declaration
public func fetchObjectID<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:352:17: error: expected '{' in body of function declaration
public func fetchObjectIDs<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:372:17: error: expected '{' in body of function declaration
public func fetchObjectIDs<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:397:17: error: expected '{' in body of function declaration
public func fetchObjectIDs<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:422:17: error: expected '{' in body of function declaration
public func queryValue<O, U: QueryableAttributeType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:446:17: error: expected '{' in body of function declaration
public func queryValue<O, U: QueryableAttributeType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:474:17: error: expected '{' in body of function declaration
public func queryValue<B: QueryChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:500:17: error: expected '{' in body of function declaration
public func queryAttributes<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:524:17: error: expected '{' in body of function declaration
public func queryAttributes<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:561:17: error: expected '{' in body of function declaration
public func queryAttributes<B: QueryChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:323:15: error: cannot create a single-element tuple with an element label
_ mapping: [O.UniqueIDType: O.ImportSource]
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:322:21: error: @escaping attribute only applies to function types
preProcess: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:375:15: error: cannot create a single-element tuple with an element label
_ transaction: AsynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:374:25: error: @escaping attribute only applies to function types
_ asynchronous: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:43:15: error: cannot create a single-element tuple with an element label
_ transaction: AsynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:42:28: error: @escaping attribute only applies to function types
asynchronous task: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsynchronousDataTransaction.swift:44:32: error: consecutive declarations on a line must be separated by ';'
public func cancel() throws(CoreStoreError) -> Never {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/AsynchronousDataTransaction.swift:44:32: error: expected declaration
public func cancel() throws(CoreStoreError) -> Never {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsynchronousDataTransaction.swift:35:20: note: in declaration of 'AsynchronousDataTransaction'
public final class AsynchronousDataTransaction: BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:45:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:45:13: error: expected declaration
) throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:76:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:76:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:105:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:105:13: error: expected declaration
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:142:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:142:13: error: expected declaration
) throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:197:11: error: expected ',' separator
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
,
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:197:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:198:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:198:13: error: expected declaration
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:45:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:45:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:65:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:65:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:85:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:85:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:163:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:163:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:183:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:183:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:207:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:207:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:227:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:227:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:271:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:271:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:291:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:291:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:311:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:311:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:335:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:335:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:355:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:355:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:375:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:375:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:399:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:399:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:419:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:419:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:439:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:439:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:463:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:463:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:490:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:490:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:514:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:514:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:540:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:540:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:568:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:568:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:592:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:592:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:627:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:627:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:67:15: error: cannot create a single-element tuple with an element label
_ transaction: AsynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:66:28: error: @escaping attribute only applies to function types
asynchronous task: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:125:15: error: cannot create a single-element tuple with an element label
_ transaction: SynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:125:15: error: cannot create a single-element tuple with an element label
_ transaction: SynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:190:66: error: generic parameter 'O' could not be inferred
success: { promise(.success($0.flatMap(self.base.fetchExisting))) },
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:42:17: note: in call to function 'fetchExisting'
public func fetchExisting<O: DynamicObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:182:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:182:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:183:31: error: cannot convert value of type '(_) throws -> Optional<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> O? in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:240:66: error: generic parameter 'O' could not be inferred
success: { promise(.success($0.flatMap(self.base.fetchExisting))) },
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:42:17: note: in call to function 'fetchExisting'
public func fetchExisting<O: DynamicObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:238:28: error: cannot convert value of type '_' to closure result type 'O?'
return object
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:227:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:227:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:228:31: error: cannot convert value of type '(_) throws -> Optional<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> O? in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:284:66: error: generic parameter 'O' could not be inferred
success: { promise(.success($0.flatMap(self.base.fetchExisting))) },
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:42:17: note: in call to function 'fetchExisting'
public func fetchExisting<O: DynamicObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:276:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:276:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:277:31: error: cannot convert value of type '(_) throws -> Optional<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> O? in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:329:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:329:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:330:31: error: cannot convert value of type '(_) throws -> Array<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> [O] in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:381:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:381:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:25: error: generic parameter 'T' is not used in function signature
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: error: expected '{' in body of function declaration
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:49:14: error: generic parameter 'T' could not be inferred
self.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:49:21: error: extra arguments at positions #3, #4 in call
self.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:63:39: error: consecutive declarations on a line must be separated by ';'
public func commitAndWait() throws(CoreStoreError) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:63:39: error: expected declaration
public func commitAndWait() throws(CoreStoreError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:35:20: note: in declaration of 'UnsafeDataTransaction'
public final class UnsafeDataTransaction: BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:117:21: error: expected ',' separator
closure: () throws(any Swift.Error) -> Void
^
,
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:117:21: error: expected parameter name followed by ':'
closure: () throws(any Swift.Error) -> Void
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:243:5: warning: @discardableResult declared on a function returning Void is unnecessary
@discardableResult
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:244:17: error: expected '{' in body of function declaration
public func addStorageAndWait() throws(CoreStoreError) -> SQLiteStore {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:258:5: warning: @discardableResult declared on a function returning Void is unnecessary
@discardableResult
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:259:17: error: expected '{' in body of function declaration
public func addStorageAndWait<T: StorageInterface>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:298:5: warning: @discardableResult declared on a function returning Void is unnecessary
@discardableResult
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:299:17: error: expected '{' in body of function declaration
public func addStorageAndWait<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:537:19: error: expected '{' in body of function declaration
internal func createPersistentStoreFromStorage(
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:80:63: error: consecutive declarations on a line must be separated by ';'
internal func performFetchFromSpecifiedStores() throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:80:63: error: expected declaration
internal func performFetchFromSpecifiedStores() throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:36:26: note: in declaration of 'CoreStoreFetchedResultsController'
internal final class CoreStoreFetchedResultsController: NSFetchedResultsController<NSManagedObject> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:109:10: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> Void
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:109:11: error: expected declaration
) throws(any Swift.Error) -> Void
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:36:26: note: in declaration of 'CoreStoreFetchedResultsController'
internal final class CoreStoreFetchedResultsController: NSFetchedResultsController<NSManagedObject> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SynchronousDataTransaction.swift:44:32: error: consecutive declarations on a line must be separated by ';'
public func cancel() throws(CoreStoreError) -> Never {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/SynchronousDataTransaction.swift:44:32: error: expected declaration
public func cancel() throws(CoreStoreError) -> Never {
^
/Users/admin/builder/spi-builder-workspace/Sources/SynchronousDataTransaction.swift:35:20: note: in declaration of 'SynchronousDataTransaction'
public final class SynchronousDataTransaction: BaseDataTransaction {
^
[176/176] Compiling CoreStore DiffableDataSource.swift
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:111:10: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> Void
^
;
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:111:11: error: expected declaration
) throws(any Swift.Error) -> Void
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:81:17: note: in declaration of 'CustomMapping'
public enum CustomMapping: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:119:17: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:119:17: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:81:17: note: in declaration of 'CustomMapping'
public enum CustomMapping: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:360:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> (
^
;
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:360:13: error: expected declaration
) throws(CoreStoreError) -> (
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:35:14: note: in declaration of 'CustomSchemaMappingProvider'
public class CustomSchemaMappingProvider: Hashable, SchemaMappingProvider {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:559:17: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:559:17: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:551:25: note: in declaration of 'CustomEntityMigrationPolicy'
private final class CustomEntityMigrationPolicy: NSEntityMigrationPolicy {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:591:17: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:591:17: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:551:25: note: in declaration of 'CustomEntityMigrationPolicy'
private final class CustomEntityMigrationPolicy: NSEntityMigrationPolicy {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:88:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:88:19: error: expected declaration
) async throws(any Swift.Error) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:71:1: note: in extension of 'DataStack.AsyncNamespace'
extension DataStack.AsyncNamespace {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:184:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:184:19: error: expected declaration
) async throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:71:1: note: in extension of 'DataStack.AsyncNamespace'
extension DataStack.AsyncNamespace {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:223:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:223:19: error: expected declaration
) async throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:71:1: note: in extension of 'DataStack.AsyncNamespace'
extension DataStack.AsyncNamespace {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:267:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:267:19: error: expected declaration
) async throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:71:1: note: in extension of 'DataStack.AsyncNamespace'
extension DataStack.AsyncNamespace {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:11: error: expected ',' separator
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:314:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:315:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> [O]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:315:19: error: expected declaration
) async throws(any Swift.Error) -> [O]
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:71:1: note: in extension of 'DataStack.AsyncNamespace'
extension DataStack.AsyncNamespace {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:361:75: error: expected ',' separator
_ asynchronous: @escaping @Sendable (AsynchronousDataTransaction) throws(any Swift.Error) -> Output
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:361:75: error: expected parameter name followed by ':'
_ asynchronous: @escaping @Sendable (AsynchronousDataTransaction) throws(any Swift.Error) -> Output
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:362:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> Output {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:362:19: error: expected declaration
) async throws(any Swift.Error) -> Output {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:71:1: note: in extension of 'DataStack.AsyncNamespace'
extension DataStack.AsyncNamespace {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:268:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Progress? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:268:13: error: expected declaration
) throws(CoreStoreError) -> Progress? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:32:1: note: in extension of 'DataStack'
extension DataStack {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:312:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [MigrationType] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:312:13: error: expected declaration
) throws(CoreStoreError) -> [MigrationType] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:32:1: note: in extension of 'DataStack'
extension DataStack {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:573:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:573:13: error: expected declaration
) throws(CoreStoreError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:32:1: note: in extension of 'DataStack'
extension DataStack {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:735:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> (mappingModel: NSMappingModel, migrationType: MigrationType) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:735:13: error: expected declaration
) throws(CoreStoreError) -> (mappingModel: NSMappingModel, migrationType: MigrationType) {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:729:1: note: in extension of 'Array'
extension Array where Element == SchemaMappingProvider {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:99:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:99:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:119:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:119:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:143:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:143:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:163:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:163:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:183:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:183:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:207:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:207:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:227:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:227:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:271:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:271:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:291:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:291:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:311:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:311:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:335:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:335:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:355:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:355:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:375:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:375:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:399:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:399:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:426:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:426:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:450:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:450:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:476:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:476:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:504:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:504:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:528:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:528:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:563:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:563:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:32:1: note: in extension of 'DataStack'
extension DataStack: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:324:11: error: expected ',' separator
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:324:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:376:11: error: expected ',' separator
) throws(any Swift.Error) -> Output
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:376:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> Output
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:44:11: error: expected ',' separator
) throws(any Swift.Error) -> T,
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:44:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> T,
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:68:11: error: expected ',' separator
) throws(any Swift.Error) -> T,
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:68:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> T,
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:126:11: error: expected ',' separator
) throws(any Swift.Error) -> T,
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:126:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> T,
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:129:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:129:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:32:1: note: in extension of 'DataStack'
extension DataStack {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:244:43: error: consecutive declarations on a line must be separated by ';'
public func addStorageAndWait() throws(CoreStoreError) -> SQLiteStore {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:244:43: error: expected declaration
public func addStorageAndWait() throws(CoreStoreError) -> SQLiteStore {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:35:20: note: in declaration of 'DataStack'
public final class DataStack: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:261:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:261:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:35:20: note: in declaration of 'DataStack'
public final class DataStack: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:301:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:301:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:35:20: note: in declaration of 'DataStack'
public final class DataStack: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:541:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> NSPersistentStore {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:541:13: error: expected declaration
) throws(any Swift.Error) -> NSPersistentStore {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:35:20: note: in declaration of 'DataStack'
public final class DataStack: Equatable {
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteStore.swift:233:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteStore.swift:233:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteStore.swift:36:20: note: in declaration of 'SQLiteStore'
public final class SQLiteStore: LocalStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteStore.swift:255:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteStore.swift:255:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/SQLiteStore.swift:36:20: note: in declaration of 'SQLiteStore'
public final class SQLiteStore: LocalStorage {
^
/Users/admin/builder/spi-builder-workspace/Sources/InferredSchemaMappingProvider.swift:60:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> (
^
;
/Users/admin/builder/spi-builder-workspace/Sources/InferredSchemaMappingProvider.swift:60:13: error: expected declaration
) throws(CoreStoreError) -> (
^
/Users/admin/builder/spi-builder-workspace/Sources/InferredSchemaMappingProvider.swift:36:20: note: in declaration of 'InferredSchemaMappingProvider'
public final class InferredSchemaMappingProvider: Hashable, SchemaMappingProvider {
^
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:189:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) where B.ObjectType == O {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:189:13: error: expected declaration
) throws(any Swift.Error) where B.ObjectType == O {
^
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:57:20: note: in declaration of 'ListPublisher'
public final class ListPublisher<O: DynamicObject>: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:218:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) where B.ObjectType == O {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:218:13: error: expected declaration
) throws(any Swift.Error) where B.ObjectType == O {
^
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:57:20: note: in declaration of 'ListPublisher'
public final class ListPublisher<O: DynamicObject>: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:346:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:346:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ListPublisher.swift:57:20: note: in declaration of 'ListPublisher'
public final class ListPublisher<O: DynamicObject>: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/XcodeSchemaMappingProvider.swift:96:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> (
^
;
/Users/admin/builder/spi-builder-workspace/Sources/XcodeSchemaMappingProvider.swift:96:13: error: expected declaration
) throws(CoreStoreError) -> (
^
/Users/admin/builder/spi-builder-workspace/Sources/XcodeSchemaMappingProvider.swift:35:20: note: in declaration of 'XcodeSchemaMappingProvider'
public final class XcodeSchemaMappingProvider: Hashable, SchemaMappingProvider {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:135:23: error: expected ',' separator
_ closure: () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:135:23: error: expected parameter name followed by ':'
_ closure: () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:136:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:136:13: error: expected declaration
) throws(any Swift.Error) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:31:15: note: in declaration of 'Internals'
internal enum Internals {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:143:23: error: expected ',' separator
_ closure: () throws(CoreStoreError) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:143:23: error: expected parameter name followed by ':'
_ closure: () throws(CoreStoreError) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:144:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:144:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:31:15: note: in declaration of 'Internals'
internal enum Internals {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:160:19: error: consecutive declarations on a line must be separated by ';'
) async throws(any Swift.Error) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:160:19: error: expected declaration
) async throws(any Swift.Error) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.swift:31:15: note: in declaration of 'Internals'
internal enum Internals {
^
/Users/admin/builder/spi-builder-workspace/Sources/SchemaMappingProvider.swift:44:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> (
^
;
/Users/admin/builder/spi-builder-workspace/Sources/SchemaMappingProvider.swift:44:13: error: expected declaration
) throws(CoreStoreError) -> (
^
/Users/admin/builder/spi-builder-workspace/Sources/SchemaMappingProvider.swift:35:17: note: in declaration of 'SchemaMappingProvider'
public protocol SchemaMappingProvider {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:116:28: error: expected '{' in body of function declaration
public static func inferredTransformation(
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:356:17: error: expected '{' in body of function declaration
public func cs_createMappingModel(
^
/Users/admin/builder/spi-builder-workspace/Sources/StorageInterface.swift:151:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/StorageInterface.swift:151:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/StorageInterface.swift:122:17: note: in declaration of 'LocalStorage'
public protocol LocalStorage: StorageInterface {
^
/Users/admin/builder/spi-builder-workspace/Sources/StorageInterface.swift:159:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/StorageInterface.swift:159:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/StorageInterface.swift:122:17: note: in declaration of 'LocalStorage'
public protocol LocalStorage: StorageInterface {
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:555:23: error: expected '{' in body of function declaration
override func createDestinationInstances(
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:587:23: error: expected '{' in body of function declaration
override func createRelationships(
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObject+Convenience.swift:109:29: error: expected ',' separator
didGetValue: (Any?) throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObject+Convenience.swift:109:29: error: expected parameter name followed by ':'
didGetValue: (Any?) throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObject+Convenience.swift:131:26: error: expected ',' separator
willGetValue: () throws(any Swift.Error) -> Void,
^
,
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObject+Convenience.swift:131:26: error: expected parameter name followed by ':'
willGetValue: () throws(any Swift.Error) -> Void,
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObject+Convenience.swift:199:27: error: expected ',' separator
willSetValue: (T) throws(any Swift.Error) -> Any?,
^
,
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObject+Convenience.swift:199:27: error: expected parameter name followed by ':'
willSetValue: (T) throws(any Swift.Error) -> Any?,
^
/Users/admin/builder/spi-builder-workspace/Sources/CustomSchemaMappingProvider.swift:740:56: error: cannot convert value of type '(CustomSchemaMappingProvider.UnsafeSourceObject, () -> CustomSchemaMappingProvider.UnsafeDestinationObject) throws -> ()' to expected argument type 'CustomSchemaMappingProvider.CustomMapping.Transformer' (aka '(sourceObject: CustomSchemaMappingProvider.UnsafeSourceObject, createDestinationObject: () -> CustomSchemaMappingProvider.UnsafeDestinationObject)')
transformer: CustomMapping.inferredTransformation
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:52:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:52:13: error: expected declaration
) throws(CoreStoreError) -> U?
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:69:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:69:13: error: expected declaration
) throws(CoreStoreError) -> U?
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:88:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:105:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:105:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]]
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:122:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:122:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]]
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:150:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary
^
;
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:150:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary
^
/Users/admin/builder/spi-builder-workspace/Sources/QueryableSource.swift:35:17: note: in declaration of 'QueryableSource'
public protocol QueryableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:88:13: error: expected declaration
) throws(CoreStoreError) -> O?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:101:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:101:13: error: expected declaration
) throws(CoreStoreError) -> O?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:118:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:118:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:131:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:131:13: error: expected declaration
) throws(CoreStoreError) -> [O]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:144:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:144:13: error: expected declaration
) throws(CoreStoreError) -> [O]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:161:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:161:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:174:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:174:13: error: expected declaration
) throws(CoreStoreError) -> Int
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:187:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:187:13: error: expected declaration
) throws(CoreStoreError) -> Int
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:204:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:204:13: error: expected declaration
) throws(CoreStoreError) -> Int
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:217:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:217:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:230:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:230:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID?
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:260:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:260:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:273:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:273:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:290:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID]
^
;
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:290:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID]
^
/Users/admin/builder/spi-builder-workspace/Sources/FetchableSource.swift:35:17: note: in declaration of 'FetchableSource'
public protocol FetchableSource: AnyObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:86:17: error: expected '{' in body of function declaration
public func addStorage<T: StorageInterface>(
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableObject.swift:83:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableObject.swift:83:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableObject.swift:55:17: note: in declaration of 'ImportableObject'
public protocol ImportableObject: DynamicObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:181:17: error: expected '{' in body of function declaration
public func importObject<O: DynamicObject & ImportableObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:220:17: error: expected '{' in body of function declaration
public func importObject<O: DynamicObject & ImportableObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:108:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> UniqueIDType?
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:108:13: error: expected declaration
) throws(any Swift.Error) -> UniqueIDType?
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:56:17: note: in declaration of 'ImportableUniqueObject'
public protocol ImportableUniqueObject: ImportableObject, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:119:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:119:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:56:17: note: in declaration of 'ImportableUniqueObject'
public protocol ImportableUniqueObject: ImportableObject, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:130:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error)
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:130:13: error: expected declaration
) throws(any Swift.Error)
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:56:17: note: in declaration of 'ImportableUniqueObject'
public protocol ImportableUniqueObject: ImportableObject, Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:183:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:183:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/ImportableUniqueObject.swift:162:1: note: in extension of 'ImportableUniqueObject'
extension ImportableUniqueObject {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:264:17: error: expected '{' in body of function declaration
public func importUniqueObject<O: DynamicObject & ImportableUniqueObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:313:15: error: cannot create a single-element tuple with an element label
_ mapping: [O.UniqueIDType: O.ImportSource]
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:312:21: error: @escaping attribute only applies to function types
preProcess: @escaping @Sendable (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:312:31: error: @Sendable attribute only applies to function types
preProcess: @escaping @Sendable (
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:361:25: error: @escaping attribute only applies to function types
_ asynchronous: @escaping @Sendable (AsynchronousDataTransaction) throws(any Swift.Error) -> Output
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Concurrency.swift:361:35: error: @Sendable attribute only applies to function types
_ asynchronous: @escaping @Sendable (AsynchronousDataTransaction) throws(any Swift.Error) -> Output
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:115:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:115:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:124:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:124:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:139:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:139:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:151:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:151:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:160:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:160:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:176:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:176:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:188:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:188:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:197:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:197:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:211:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:211:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:223:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:223:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:232:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:232:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:259:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:259:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:268:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:268:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:283:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:283:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:294:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:294:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:329:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:329:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:339:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:339:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:355:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B: QueryChainableBuilderType, B.ResultType: QueryableAttributeType {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:355:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B: QueryChainableBuilderType, B.ResultType: QueryableAttributeType {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:369:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:369:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:379:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:379:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:394:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String : Any]] where B : QueryChainableBuilderType, B.ResultType == NSDictionary {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:394:13: error: expected declaration
) throws(CoreStoreError) -> [[String : Any]] where B : QueryChainableBuilderType, B.ResultType == NSDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:419:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:419:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:32:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:444:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:444:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:474:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:474:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:504:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:504:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:534:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:534:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:568:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:568:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:604:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Any? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:604:13: error: expected declaration
) throws(CoreStoreError) -> Any? {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:639:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:639:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:672:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:672:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Querying.swift:437:1: note: in extension of 'NSManagedObjectContext'
extension NSManagedObjectContext {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:265:17: error: expected '{' in body of function declaration
public func upgradeStorageIfNeeded<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:310:17: error: expected '{' in body of function declaration
public func requiredMigrationsForStorage<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:566:18: error: expected '{' in body of function declaration
private func startMigrationForStorage<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:731:10: error: expected '{' in body of function declaration
func findMapping(
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:87:23: error: expected ',' separator
_ closure: () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:87:23: error: expected parameter name followed by ':'
_ closure: () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:88:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:88:13: error: expected declaration
) throws(any Swift.Error) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:31:1: note: in extension of 'DispatchQueue'
extension DispatchQueue {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:95:23: error: expected ',' separator
_ closure: () throws(CoreStoreError) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:95:23: error: expected parameter name followed by ':'
_ closure: () throws(CoreStoreError) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:96:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:96:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:31:1: note: in extension of 'DispatchQueue'
extension DispatchQueue {
^
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:118:23: error: expected ',' separator
_ closure: () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/DispatchQueue+CoreStore.swift:118:23: error: expected parameter name followed by ':'
_ closure: () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:57:33: error: expected ',' separator
_ closure: @escaping () throws(any Swift.Error) -> T
^
,
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:57:33: error: expected parameter name followed by ':'
_ closure: @escaping () throws(any Swift.Error) -> T
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:58:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> T {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:58:13: error: expected declaration
) throws(CoreStoreError) -> T {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:32:1: note: in extension of 'NSPersistentStoreCoordinator'
extension NSPersistentStoreCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:86:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSPersistentStore {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:86:13: error: expected declaration
) throws(CoreStoreError) -> NSPersistentStore {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:32:1: note: in extension of 'NSPersistentStoreCoordinator'
extension NSPersistentStoreCoordinator {
^
/Users/admin/builder/spi-builder-workspace/Sources/NSPersistentStoreCoordinator+Setup.swift:57:20: error: @escaping attribute only applies to function types
_ closure: @escaping () throws(any Swift.Error) -> T
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:545:55: error: value of tuple type '()' has no member 'mappingModel'
mappingModel: mapping.mappingModel,
~~~~~~~ ^~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Migration.swift:546:56: error: value of tuple type '()' has no member 'migrationType'
migrationType: mapping.migrationType
~~~~~~~ ^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:96:17: error: expected '{' in body of function declaration
public func fetchOne<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:116:17: error: expected '{' in body of function declaration
public func fetchOne<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:141:17: error: expected '{' in body of function declaration
public func fetchOne<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:160:17: error: expected '{' in body of function declaration
public func fetchAll<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:180:17: error: expected '{' in body of function declaration
public func fetchAll<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:205:17: error: expected '{' in body of function declaration
public func fetchAll<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:224:17: error: expected '{' in body of function declaration
public func fetchCount<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:244:17: error: expected '{' in body of function declaration
public func fetchCount<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:269:17: error: expected '{' in body of function declaration
public func fetchCount<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:288:17: error: expected '{' in body of function declaration
public func fetchObjectID<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:308:17: error: expected '{' in body of function declaration
public func fetchObjectID<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:333:17: error: expected '{' in body of function declaration
public func fetchObjectID<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:352:17: error: expected '{' in body of function declaration
public func fetchObjectIDs<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:372:17: error: expected '{' in body of function declaration
public func fetchObjectIDs<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:397:17: error: expected '{' in body of function declaration
public func fetchObjectIDs<B: FetchChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:422:17: error: expected '{' in body of function declaration
public func queryValue<O, U: QueryableAttributeType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:446:17: error: expected '{' in body of function declaration
public func queryValue<O, U: QueryableAttributeType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:474:17: error: expected '{' in body of function declaration
public func queryValue<B: QueryChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:500:17: error: expected '{' in body of function declaration
public func queryAttributes<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:524:17: error: expected '{' in body of function declaration
public func queryAttributes<O>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:561:17: error: expected '{' in body of function declaration
public func queryAttributes<B: QueryChainableBuilderType>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:323:15: error: cannot create a single-element tuple with an element label
_ mapping: [O.UniqueIDType: O.ImportSource]
^~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:322:21: error: @escaping attribute only applies to function types
preProcess: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:375:15: error: cannot create a single-element tuple with an element label
_ transaction: AsynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:374:25: error: @escaping attribute only applies to function types
_ asynchronous: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:43:15: error: cannot create a single-element tuple with an element label
_ transaction: AsynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:42:28: error: @escaping attribute only applies to function types
asynchronous task: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/AsynchronousDataTransaction.swift:44:32: error: consecutive declarations on a line must be separated by ';'
public func cancel() throws(CoreStoreError) -> Never {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/AsynchronousDataTransaction.swift:44:32: error: expected declaration
public func cancel() throws(CoreStoreError) -> Never {
^
/Users/admin/builder/spi-builder-workspace/Sources/AsynchronousDataTransaction.swift:35:20: note: in declaration of 'AsynchronousDataTransaction'
public final class AsynchronousDataTransaction: BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:45:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:45:13: error: expected declaration
) throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:76:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:76:13: error: expected declaration
) throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:105:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:105:13: error: expected declaration
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:142:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:142:13: error: expected declaration
) throws(any Swift.Error) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:197:11: error: expected ',' separator
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
,
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:197:11: error: expected parameter name followed by ':'
) throws(any Swift.Error) -> [O.UniqueIDType: O.ImportSource] = { $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:198:13: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:198:13: error: expected declaration
) throws(any Swift.Error) -> [O] where S.Iterator.Element == O.ImportSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Importing.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:45:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:45:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:65:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:65:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:85:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:85:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:163:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:163:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:183:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> O? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:183:13: error: expected declaration
) throws(CoreStoreError) -> O? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:207:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ObjectType? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:207:13: error: expected declaration
) throws(CoreStoreError) -> B.ObjectType? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:227:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:227:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:247:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [O] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:247:13: error: expected declaration
) throws(CoreStoreError) -> [O] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:271:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [B.ObjectType] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:271:13: error: expected declaration
) throws(CoreStoreError) -> [B.ObjectType] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:291:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:291:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:311:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:311:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:335:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> Int {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:335:13: error: expected declaration
) throws(CoreStoreError) -> Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:355:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:355:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:375:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:375:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:399:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> NSManagedObjectID? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:399:13: error: expected declaration
) throws(CoreStoreError) -> NSManagedObjectID? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:419:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:419:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:439:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:439:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:463:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:463:13: error: expected declaration
) throws(CoreStoreError) -> [NSManagedObjectID] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:490:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:490:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:514:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> U? {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:514:13: error: expected declaration
) throws(CoreStoreError) -> U? {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:540:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:540:13: error: expected declaration
) throws(CoreStoreError) -> B.ResultType? where B.ResultType: QueryableAttributeType {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:568:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:568:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:592:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:592:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:627:13: error: consecutive declarations on a line must be separated by ';'
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:627:13: error: expected declaration
) throws(CoreStoreError) -> [[String: Any]] where B.ResultType == NSDictionary {
^
/Users/admin/builder/spi-builder-workspace/Sources/BaseDataTransaction+Querying.swift:32:1: note: in extension of 'BaseDataTransaction'
extension BaseDataTransaction: FetchableSource, QueryableSource {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:67:15: error: cannot create a single-element tuple with an element label
_ transaction: AsynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:66:28: error: @escaping attribute only applies to function types
asynchronous task: @escaping (
^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:125:15: error: cannot create a single-element tuple with an element label
_ transaction: SynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:125:15: error: cannot create a single-element tuple with an element label
_ transaction: SynchronousDataTransaction
^~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:190:66: error: generic parameter 'O' could not be inferred
success: { promise(.success($0.flatMap(self.base.fetchExisting))) },
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:42:17: note: in call to function 'fetchExisting'
public func fetchExisting<O: DynamicObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:182:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:182:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:183:31: error: cannot convert value of type '(_) throws -> Optional<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> O? in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:240:66: error: generic parameter 'O' could not be inferred
success: { promise(.success($0.flatMap(self.base.fetchExisting))) },
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:42:17: note: in call to function 'fetchExisting'
public func fetchExisting<O: DynamicObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:238:28: error: cannot convert value of type '_' to closure result type 'O?'
return object
^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:227:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:227:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:228:31: error: cannot convert value of type '(_) throws -> Optional<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> O? in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:284:66: error: generic parameter 'O' could not be inferred
success: { promise(.success($0.flatMap(self.base.fetchExisting))) },
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Querying.swift:42:17: note: in call to function 'fetchExisting'
public func fetchExisting<O: DynamicObject>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:276:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:276:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:277:31: error: cannot convert value of type '(_) throws -> Optional<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> O? in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:329:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:329:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:330:31: error: cannot convert value of type '(_) throws -> Array<O>' to expected argument type 'SynchronousDataTransaction'
asynchronous: { (transaction) -> [O] in
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:381:30: error: extra arguments at positions #2, #3 in call
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Reactive.swift:381:23: error: generic parameter 'T' could not be inferred
self.base.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:25: error: generic parameter 'T' is not used in function signature
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: error: expected '{' in body of function declaration
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:49:14: error: generic parameter 'T' could not be inferred
self.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: in call to function 'perform(synchronous:waitForAllObservers:sourceIdentifier:)'
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:49:21: error: extra arguments at positions #3, #4 in call
self.perform(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack+Transaction.swift:123:17: note: 'perform(synchronous:waitForAllObservers:sourceIdentifier:)' declared here
public func perform<T>(
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:63:39: error: consecutive declarations on a line must be separated by ';'
public func commitAndWait() throws(CoreStoreError) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:63:39: error: expected declaration
public func commitAndWait() throws(CoreStoreError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:35:20: note: in declaration of 'UnsafeDataTransaction'
public final class UnsafeDataTransaction: BaseDataTransaction {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:117:21: error: expected ',' separator
closure: () throws(any Swift.Error) -> Void
^
,
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:117:21: error: expected parameter name followed by ':'
closure: () throws(any Swift.Error) -> Void
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:243:5: warning: @discardableResult declared on a function returning Void is unnecessary
@discardableResult
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:244:17: error: expected '{' in body of function declaration
public func addStorageAndWait() throws(CoreStoreError) -> SQLiteStore {
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:258:5: warning: @discardableResult declared on a function returning Void is unnecessary
@discardableResult
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:259:17: error: expected '{' in body of function declaration
public func addStorageAndWait<T: StorageInterface>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:298:5: warning: @discardableResult declared on a function returning Void is unnecessary
@discardableResult
^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:299:17: error: expected '{' in body of function declaration
public func addStorageAndWait<T: LocalStorage>(
^
/Users/admin/builder/spi-builder-workspace/Sources/DataStack.swift:537:19: error: expected '{' in body of function declaration
internal func createPersistentStoreFromStorage(
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:80:63: error: consecutive declarations on a line must be separated by ';'
internal func performFetchFromSpecifiedStores() throws(any Swift.Error) {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:80:63: error: expected declaration
internal func performFetchFromSpecifiedStores() throws(any Swift.Error) {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:36:26: note: in declaration of 'CoreStoreFetchedResultsController'
internal final class CoreStoreFetchedResultsController: NSFetchedResultsController<NSManagedObject> {
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:109:10: error: consecutive declarations on a line must be separated by ';'
) throws(any Swift.Error) -> Void
^
;
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:109:11: error: expected declaration
) throws(any Swift.Error) -> Void
^
/Users/admin/builder/spi-builder-workspace/Sources/Internals.CoreStoreFetchedResultsController.swift:36:26: note: in declaration of 'CoreStoreFetchedResultsController'
internal final class CoreStoreFetchedResultsController: NSFetchedResultsController<NSManagedObject> {
^
/Users/admin/builder/spi-builder-workspace/Sources/SynchronousDataTransaction.swift:44:32: error: consecutive declarations on a line must be separated by ';'
public func cancel() throws(CoreStoreError) -> Never {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/SynchronousDataTransaction.swift:44:32: error: expected declaration
public func cancel() throws(CoreStoreError) -> Never {
^
/Users/admin/builder/spi-builder-workspace/Sources/SynchronousDataTransaction.swift:35:20: note: in declaration of 'SynchronousDataTransaction'
public final class SynchronousDataTransaction: BaseDataTransaction {
^
error: fatalError
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/CoreStoreTests/Info.plist
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/admin/builder/spi-builder-workspace/Sources/Info.plist
BUILD FAILURE 5.9 macosSpm