The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cubby with Swift 5.10 for Linux.

Build Command

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

Build Log

    typealias ID = Identifier<Self>
              ^
[323/370] Compiling Cubby JSONBinV3API.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[324/370] Compiling Cubby JSONBinV3APIError.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[325/370] Compiling Cubby JSONBinV3APIResponse.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[326/370] Compiling Cubby JSONBinV3APIAuthorization.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[327/370] Compiling Cubby JSONBinV3APIAuthorizationParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[328/370] Compiling Cubby JSONBinV3APIBinCreateParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[329/370] Compiling Cubby JSONBinV3APIBinCreation.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[330/370] Compiling Cubby JSONBinV3APIBinCreationMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[331/370] Compiling Cubby JSONBinV3APIBinDeleteParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[332/370] Compiling Cubby JSONBinV3APIBinDeletion.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[333/370] Compiling Cubby JSONBinV3APIBinDeletionMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[334/370] Compiling Cubby JSONBinV3APIBin.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[335/370] Compiling Cubby JSONBinV3APIBinRead.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[336/370] Compiling Cubby JSONBinV3APIBinReadMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[337/370] Compiling Cubby JSONBinV3APIBinReadParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[338/370] Compiling Cubby JSONBinV3APIBinUpdate.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[339/370] Compiling Cubby JSONBinV3APIBinUpdateMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[340/370] Compiling Cubby JSONBinV3APIBinUpdateParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[341/370] Compiling Cubby JSONBinV3APIBinNameUpdateMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[342/370] Compiling Cubby JSONBinV3APIBinNameUpdateParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[343/370] Compiling Cubby JSONBinV3APIBinPrivacyUpdateMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[344/370] Compiling Cubby JSONBinV3APIBinPrivacyUpdateParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[345/370] Compiling Cubby JSONBinV3APIBinVersionCount.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[346/370] Compiling Cubby JSONBinV3APIBinVersionCountMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[347/370] Compiling Cubby JSONBinV3APICollectionCreateParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[348/370] Compiling Cubby JSONBinV3APICollectionCreation.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[349/370] Compiling Cubby JSONBinV3APICollectionCreationMetadata.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[350/370] Compiling Cubby JSONBinV3APICollectionFetch.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[351/370] Compiling Cubby JSONBinV3APICollectionFetchParameters.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[352/370] Compiling Cubby JSONBinV3APICollectionFetchSortOrder.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[353/370] Compiling Cubby JSONBinV3APICollectionFetchResult.swift
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[354/370] Compiling Cubby SchemaDoc.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[355/370] Compiling Cubby SchemaType.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[356/370] Compiling Cubby SchemaTypeBaseValue.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[357/370] Compiling Cubby UsageLog.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[358/370] Compiling Cubby UsageLogList.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[359/370] Compiling Cubby JSONBinV2APIBinSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[360/370] Compiling Cubby JSONBinV2APICollectionSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[361/370] Compiling Cubby JSONBinV2APIExperimentalSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[362/370] Compiling Cubby JSONBinV2APIGeoIPSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[363/370] Compiling Cubby JSONBinV2APISchemaDocSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[364/370] Compiling Cubby JSONBinV2APISpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[365/370] Compiling Cubby JSONBinV3APIBinSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[366/370] Compiling Cubby JSONBinV3APICollectionSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[367/370] Compiling Cubby JSONBinV3APIOtherSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[368/370] Compiling Cubby JSONBinV3APISchemaDocSpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[369/370] Compiling Cubby JSONBinV3APISpec.swift
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[370/370] Emitting module Cubby
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+BinSpec.swift:4:135: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func createBin<Resource: Encodable>(named name: String? = nil, with resource: Resource, inCollectionWith id: Cubby.Collection.ID? = nil, private: Bool? = nil) -> Request<Bin.Creation<Resource>> {
                                                                                                                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+BinSpec.swift:15:62: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readBin<Resource: Decodable>(with id: Cubby.Bin.ID, of type: Resource.Type, at version: Cubby.Bin.Version? = nil) -> Request<Resource> {
                                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+BinSpec.swift:20:64: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateBin<Resource: Encodable>(with id: Cubby.Bin.ID, using resource: Resource, versioning: Bool? = nil) -> Request<Bin.Update<Resource>> {
                                                                      ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+BinSpec.swift:26:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func deleteBin(with id: Cubby.Bin.ID) -> Request<Deletion> {
                                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+CollectionSpec.swift:10:57: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateCollection(with id: Cubby.Collection.ID, using action: Action) -> Request<Collection.Update> {
                                                               ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<Schema<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Endpoints/JSONBinV2API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/JSONBinV2APIError.swift:9:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Bin/Creation/JSONBinV2APIBinCreation.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Bin/Creation/JSONBinV2APIBinCreation.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Bin/Deletion/JSONBinV2APIBinDeletion.swift:6:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Bin/Update/JSONBinV2APIBinUpdate.swift:7:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Collection/Creation/JSONBinV2APICollectionCreation.swift:6:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Collection/Update/JSONBinV2APICollectionUpdate.swift:6:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Collection/Update/JSONBinV2APICollectionUpdate.swift:8:37: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: SchemaDoc.ID?
                                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V2/API/Models/Schema Doc/JSONBinV2APISchemaDocResponse.swift:7:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: SchemaDoc.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:4:135: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func createBin<Resource: Encodable>(named name: String? = nil, with resource: Resource, inCollectionWith id: Cubby.Collection.ID? = nil, private: Bool? = nil) -> Request<Bin.Creation<Resource>> {
                                                                                                                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:15:62: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readBin<Resource: Decodable>(with id: Cubby.Bin.ID, of type: Resource.Type, at version: Cubby.Bin.Version? = nil, includingMetadata: Bool? = nil, usingDotPath dotPath: String? = nil) -> Request<Read<Resource>> {
                                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:25:51: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func versionCount(ofBinWith id: Cubby.Bin.ID) -> Request<Bin.VersionCount> {
                                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:31:64: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateBin<Resource: Encodable>(with id: Cubby.Bin.ID, using resource: Resource, versioning: Bool? = nil) -> Request<Bin.Update<Resource>> {
                                                                      ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:37:49: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofBinWith id: Cubby.Bin.ID, toName name: String) -> Request<JSONBinV3APIBinSpec.NameUpdate> {
                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:44:52: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updatePrivacy(ofBinWith id: Cubby.Bin.ID, toPrivate private: Bool) -> Request<PrivacyUpdate> {
                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:51:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func deleteBin(with id: Cubby.Bin.ID) -> Request<Deletion> {
                                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+BinSpec.swift:56:53: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func deleteVersions(ofBinWith id: Cubby.Bin.ID, preservingLatest: Bool? = nil) -> Request<Deletion> {
                                                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+CollectionSpec.swift:10:62: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func fetchBins(inCollectionWith id: Cubby.Collection.ID, sortedBy sortOrder: Fetch.SortOrder? = nil) -> Request<[Fetch.Result]> {
                                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+CollectionSpec.swift:23:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofCollectionWith id: Cubby.Collection.ID, toName name: String) -> Request<JSONBinV3APICollectionSpec.NameUpdate> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+CollectionSpec.swift:30:52: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func addSchemaDoc(with id: Cubby.SchemaDoc.ID, toCollectionWith collectionID: Cubby.Collection.ID) -> Request<Addition> {
                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+CollectionSpec.swift:30:104: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func addSchemaDoc(with id: Cubby.SchemaDoc.ID, toCollectionWith collectionID: Cubby.Collection.ID) -> Request<Addition> {
                                                                                                              ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+CollectionSpec.swift:36:70: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func removeSchemaDoc(fromCollectionWith id: Cubby.Collection.ID) -> Request<Removal> {
                                                                            ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:10:63: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func readSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, for type: Resource.Type) -> Request<SchemaDocResponse<Resource>> {
                                                                     ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:15:65: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateSchemaDoc<Resource>(with id: Cubby.SchemaDoc.ID, toSchemaFor type: Resource.Type) -> Request<SchemaDoc.Update<Resource>> {
                                                                       ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Endpoints/JSONBinV3API+SchemaDocSpec.swift:20:61: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        public func updateName(ofSchemaDocWith id: Cubby.SchemaDoc.ID, toName name: String) -> Request<SchemaDoc.NameUpdate> {
                                                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/JSONBinV3APIError.swift:8:43: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let schemaDocID: Cubby.SchemaDoc.ID?
                                                        ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Creation/JSONBinV3APIBinCreationMetadata.swift:11:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Deletion/JSONBinV3APIBinDeletionMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Read/JSONBinV3APIBinReadMetadata.swift:10:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let collectionID: Collection.ID?
                                                    ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Update/JSONBinV3APIBinUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let parentID: Bin.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Bin/Version Count/JSONBinV3APIBinVersionCountMetadata.swift:5:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Creation/JSONBinV3APICollectionCreation.swift:5:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Fetch/Result/JSONBinV3APICollectionFetchResult.swift:7:22: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Bin.ID
                                   ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Schema Doc/Addition/JSONBinV3APICollectionSchemaDocAddition.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: SchemaDoc.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Collection/Schema Doc/JSONBinV3APICollectionSchemaDocMetadata.swift:7:29: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: Collection.ID
                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Schema Doc/JSONBinV3APISchemaDocResponseMetadata.swift:7:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: SchemaDoc.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Schema Doc/Update/JSONBinV3APISchemaDocUpdateMetadata.swift:7:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: SchemaDoc.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/API/JSONBin/V3/API/Models/Schema Doc/Update/Name/JSONBinV3APISchemaDocNameUpdateMetadata.swift:5:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
                public let id: SchemaDoc.ID
                                         ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APIBinSpec.swift:18:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APICollectionSpec.swift:16:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V2 API/Categories/JSONBinV2APISchemaDocSpec.swift:11:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:4:116: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func createBin<Resource: Encodable>(named name: String?, with resource: Resource, inCollectionWith id: Collection.ID?, private: Bool?) -> Request<Creation<Resource>>
                                                                                                                          ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APIBinSpec.swift:16:21: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Bin.ID
                           ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:8:39: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        func addSchemaDoc(with id: SchemaDoc.ID, toCollectionWith collectionID: ID) -> Request<Addition>
                                             ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APICollectionSpec.swift:14:28: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = Collection.ID
                                  ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/host/spi-builder-workspace/Sources/Cubby/Specs/JSONBin V3 API/Categories/JSONBinV3APISchemaDocSpec.swift:12:27: warning: cannot use type alias 'ID' here; 'Identity' was not imported by this file
        typealias ID = SchemaDoc.ID
                                 ^
/host/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
Build complete! (32.64s)
Build complete.
Done.

Build Machine: Linux 2