This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Cubby with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

                public let collectionID: Collection.ID?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[126/192] Compiling Cubby JSONBinV3APIBinReadMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[127/192] Compiling Cubby JSONBinV3APIBinReadParameters.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[128/192] Compiling Cubby JSONBinV3APISchemaDocUpdateMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[129/192] Compiling Cubby JSONBinV3APISchemaDocNameUpdate.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[130/192] Compiling Cubby JSONBinV3APISchemaDocNameUpdateMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[131/192] Compiling Cubby JSONBinV3APISchemaDocNameUpdateParameters.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[132/192] Compiling Cubby JSONBinV3.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[133/192] Compiling Cubby Bin.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[134/192] Compiling Cubby BinVersion.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[135/192] Compiling Cubby Collection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[136/192] Compiling Cubby Experimental.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[137/192] Compiling Cubby Request.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[138/192] Compiling Cubby RequestCount.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[139/192] Compiling Cubby Geolocation.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[140/192] Compiling Cubby IPAddress.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[141/192] Compiling Cubby TimeZone.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[142/192] Compiling Cubby Schema.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[143/192] Compiling Cubby SchemaAdhering.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[144/192] Emitting module Cubby
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                                                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                               ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                                                                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                      ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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]> {
                                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                                                              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                            ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                     ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>> {
                                                                       ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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> {
                                                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                        ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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?
                                                    ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                   ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[145/192] Compiling Cubby JSONBin.swift
[146/192] Compiling Cubby Bin+PathAccessible.swift
[147/192] Compiling Cubby BinVersion+Decodable.swift
[148/192] Compiling Cubby BinVersion+PathAccessible.swift
[149/192] Compiling Cubby BinVersion+PathComponent.swift
[150/192] Compiling Cubby BinVersionName.swift
[151/192] Compiling Cubby Collection+PathAccessible.swift
[152/192] Compiling Cubby CollectionAction.swift
[153/192] Compiling Cubby Experimental+PathAccessible.swift
[154/192] Compiling Cubby RequestCount+Decodable.swift
[155/192] Compiling Cubby Geolocation+Decodable.swift
[156/192] Compiling Cubby Geolocation+PathAccessible.swift
[157/192] Compiling Cubby GeolocationLookup.swift
[158/192] Compiling Cubby Identifier.swift
[159/192] Compiling Cubby Schema+Codable.swift
[160/192] Compiling Cubby SchemaDoc+PathAccessible.swift
[161/192] Compiling Cubby JSONBinV3APICollectionFetchResultMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[162/192] Compiling Cubby JSONBinV3APICollection.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[163/192] Compiling Cubby JSONBinV3APICollectionSchemaDocAddParameters.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[164/192] Compiling Cubby JSONBinV3APICollectionSchemaDocAddition.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[165/192] Compiling Cubby JSONBinV3APICollectionSchemaDoc.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[166/192] Compiling Cubby JSONBinV3APICollectionSchemaDocMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[167/192] Compiling Cubby JSONBinV3APICollectionSchemaDocRemoval.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[168/192] Compiling Cubby JSONBinV3APICollectionNameUpdateMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[169/192] Compiling Cubby JSONBinV3APICollectionNameUpdateParameters.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[170/192] Compiling Cubby JSONBinV3APIMeta.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[171/192] Compiling Cubby JSONBinV3APIMetaUpdate.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[172/192] Compiling Cubby JSONBinV3APISchemaDocCreateParameters.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[173/192] Compiling Cubby JSONBinV3APISchemaDoc.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[174/192] Compiling Cubby JSONBinV3APISchemaDocResponse.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[175/192] Compiling Cubby JSONBinV3APISchemaDocResponseMetadata.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[176/192] Compiling Cubby JSONBinV3APISchemaDocUpdate.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[177/192] Compiling Cubby SchemaDoc.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[178/192] Compiling Cubby SchemaType.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[179/192] Compiling Cubby SchemaTypeBaseValue.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[180/192] Compiling Cubby UsageLog.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[181/192] Compiling Cubby UsageLogList.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[182/192] Compiling Cubby JSONBinV2APIBinSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[183/192] Compiling Cubby JSONBinV2APICollectionSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[184/192] Compiling Cubby JSONBinV2APIExperimentalSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[185/192] Compiling Cubby JSONBinV2APIGeoIPSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[186/192] Compiling Cubby JSONBinV2APISchemaDocSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[187/192] Compiling Cubby JSONBinV2APISpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[188/192] Compiling Cubby JSONBinV3APIBinSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[189/192] Compiling Cubby JSONBinV3APICollectionSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[190/192] Compiling Cubby JSONBinV3APIOtherSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[191/192] Compiling Cubby JSONBinV3APISchemaDocSpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
[192/192] Compiling Cubby JSONBinV3APISpec.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>>
                                                                                                                          ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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>
                                             ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                  ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/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
                                 ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
    typealias ID = Identifier<Self>
              ^
Build complete! (15.16s)
Fetching https://github.com/vkill/SwiftIPAddress from cache
Fetched https://github.com/vkill/SwiftIPAddress (0.16s)
Fetching https://github.com/Fleuronic/Skewer from cache
Fetching https://github.com/Fleuronic/Emissary from cache
Fetching https://github.com/Flight-School/AnyCodable from cache
Fetched https://github.com/Fleuronic/Emissary (0.20s)
Fetching https://github.com/JohnSundell/Identity from cache
Fetched https://github.com/Fleuronic/Skewer (0.20s)
Fetched https://github.com/Flight-School/AnyCodable (0.21s)
Fetched https://github.com/JohnSundell/Identity (0.18s)
Computing version for https://github.com/JohnSundell/Identity
Computed https://github.com/JohnSundell/Identity at 0.3.0 (0.51s)
Computing version for https://github.com/Fleuronic/Skewer
Computed https://github.com/Fleuronic/Skewer at 3.0.1 (0.47s)
Computing version for https://github.com/Fleuronic/Emissary
Computed https://github.com/Fleuronic/Emissary at 0.4.9 (0.76s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.2 (0.03s)
Creating working copy for https://github.com/Fleuronic/Skewer
Working copy of https://github.com/Fleuronic/Skewer resolved at 3.0.1
Creating working copy for https://github.com/vkill/SwiftIPAddress
Working copy of https://github.com/vkill/SwiftIPAddress resolved at master
Creating working copy for https://github.com/JohnSundell/Identity
Working copy of https://github.com/JohnSundell/Identity resolved at 0.3.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.2
Creating working copy for https://github.com/Fleuronic/Emissary
Working copy of https://github.com/Fleuronic/Emissary resolved at 0.4.9
Build complete.
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cubby",
      "name": "Cubby",
      "url": "https://github.com/Fleuronic/Cubby.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Cubby",
      "dependencies": [
        {
          "identity": "emissary",
          "name": "Emissary",
          "url": "https://github.com/Fleuronic/Emissary",
          "version": "0.4.9",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Emissary",
          "dependencies": [
            {
              "identity": "anycodable",
              "name": "AnyCodable",
              "url": "https://github.com/Flight-School/AnyCodable",
              "version": "0.6.2",
              "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AnyCodable",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "skewer",
          "name": "Skewer",
          "url": "https://github.com/Fleuronic/Skewer",
          "version": "3.0.1",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Skewer",
          "dependencies": [
          ]
        },
        {
          "identity": "identity",
          "name": "Identity",
          "url": "https://github.com/JohnSundell/Identity",
          "version": "0.3.0",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Identity",
          "dependencies": [
          ]
        },
        {
          "identity": "swiftipaddress",
          "name": "IPAddress",
          "url": "https://github.com/vkill/SwiftIPAddress",
          "version": "unspecified",
          "path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftIPAddress",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Fleuronic/Cubby.git
[1/698] Fetching cubby
Fetched https://github.com/Fleuronic/Cubby.git (0.44s)
Fetching https://github.com/vkill/SwiftIPAddress from cache
Fetched https://github.com/vkill/SwiftIPAddress (0.18s)
Fetching https://github.com/Fleuronic/Skewer from cache
Fetching https://github.com/JohnSundell/Identity from cache
Fetching https://github.com/Fleuronic/Emissary from cache
Fetched https://github.com/JohnSundell/Identity (0.17s)
Fetched https://github.com/Fleuronic/Emissary (0.20s)
Fetched https://github.com/Fleuronic/Skewer (0.20s)
Computing version for https://github.com/Fleuronic/Skewer
Computed https://github.com/Fleuronic/Skewer at 3.0.1 (0.41s)
Computing version for https://github.com/JohnSundell/Identity
Computed https://github.com/JohnSundell/Identity at 0.3.0 (0.40s)
Computing version for https://github.com/Fleuronic/Emissary
Computed https://github.com/Fleuronic/Emissary at 0.4.9 (0.41s)
Fetching https://github.com/Flight-School/AnyCodable from cache
Fetched https://github.com/Flight-School/AnyCodable (0.24s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.2 (0.02s)
Creating working copy for https://github.com/Fleuronic/Cubby.git
Working copy of https://github.com/Fleuronic/Cubby.git resolved at main
Creating working copy for https://github.com/JohnSundell/Identity
Working copy of https://github.com/JohnSundell/Identity resolved at 0.3.0
Creating working copy for https://github.com/Fleuronic/Skewer
Working copy of https://github.com/Fleuronic/Skewer resolved at 3.0.1
Creating working copy for https://github.com/Fleuronic/Emissary
Working copy of https://github.com/Fleuronic/Emissary resolved at 0.4.9
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.2
Creating working copy for https://github.com/vkill/SwiftIPAddress
Working copy of https://github.com/vkill/SwiftIPAddress resolved at master
warning: '.resolve-product-dependencies': dependency 'cubby' is not used by any target
Found 4 product dependencies
  - Emissary
  - Skewer
  - Identity
  - IPAddress
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.