Build Information
Failed to build CoreStore, reference develop (104def
), with Swift 5.9 for macOS (SPM) on 31 Oct 2024 12:18:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
^
/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/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+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/UnsafeDataTransaction.swift:63:17: error: expected '{' in body of function declaration
public func commitAndWait() throws(CoreStoreError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:118:7: error: 'rethrows' function must take a throwing function argument
) rethrows {
^
/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/UnsafeDataTransaction.swift:120:13: error: cannot call value of non-function type '()'
try closure()
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/XcodeSchemaMappingProvider.swift:92: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 {
^
[175/176] Compiling CoreStore XcodeDataModelSchema.swift
/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/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/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/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: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/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/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/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+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+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/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/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/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/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/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+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/UnsafeDataTransaction.swift:63:17: error: expected '{' in body of function declaration
public func commitAndWait() throws(CoreStoreError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:118:7: error: 'rethrows' function must take a throwing function argument
) rethrows {
^
/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/UnsafeDataTransaction.swift:120:13: error: cannot call value of non-function type '()'
try closure()
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/XcodeSchemaMappingProvider.swift:92: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 {
^
[176/176] Compiling CoreStore XcodeSchemaMappingProvider.swift
/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/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/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/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: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/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/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/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+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+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/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/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/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/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/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+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/UnsafeDataTransaction.swift:63:17: error: expected '{' in body of function declaration
public func commitAndWait() throws(CoreStoreError) {
^
/Users/admin/builder/spi-builder-workspace/Sources/UnsafeDataTransaction.swift:118:7: error: 'rethrows' function must take a throwing function argument
) rethrows {
^
/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/UnsafeDataTransaction.swift:120:13: error: cannot call value of non-function type '()'
try closure()
^ ~~
/Users/admin/builder/spi-builder-workspace/Sources/XcodeSchemaMappingProvider.swift:92: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 {
^
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