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
typealias ID = Identifier<Self>
^
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 JSONBinV2APISchemaDocResponse.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 JSONBinV2.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 JSONBinV3API+BinSpec.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 JSONBinV3API+CollectionSpec.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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] Compiling Cubby JSONBinV3API+OtherSpec.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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 JSONBinV3APIBinUpdate.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[146/192] Compiling Cubby JSONBinV3APIBinUpdateMetadata.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[147/192] Compiling Cubby JSONBinV3APIBinUpdateParameters.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[148/192] Compiling Cubby JSONBinV3APIBinNameUpdateMetadata.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[149/192] Compiling Cubby JSONBinV3APIBinNameUpdateParameters.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[150/192] Compiling Cubby JSONBinV3APIBinPrivacyUpdateMetadata.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[151/192] Compiling Cubby JSONBinV3APIBinPrivacyUpdateParameters.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[152/192] Compiling Cubby JSONBinV3APIBinVersionCount.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[153/192] Compiling Cubby JSONBinV3APIBinVersionCountMetadata.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[154/192] Compiling Cubby JSONBinV3APICollectionCreateParameters.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[155/192] Compiling Cubby JSONBinV3APICollectionCreation.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[156/192] Compiling Cubby JSONBinV3APICollectionCreationMetadata.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[157/192] Compiling Cubby JSONBinV3APICollectionFetch.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[158/192] Compiling Cubby JSONBinV3APICollectionFetchParameters.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[159/192] Compiling Cubby JSONBinV3APICollectionFetchSortOrder.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[160/192] Compiling Cubby JSONBinV3APICollectionFetchResult.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/Identity/Sources/Identity/Identity.swift:18:15: note: type declared here
typealias ID = Identifier<Self>
^
[161/192] Compiling Cubby JSONBin.swift
[162/192] Compiling Cubby Bin+PathAccessible.swift
[163/192] Compiling Cubby BinVersion+Decodable.swift
[164/192] Compiling Cubby BinVersion+PathAccessible.swift
[165/192] Compiling Cubby BinVersion+PathComponent.swift
[166/192] Compiling Cubby BinVersionName.swift
[167/192] Compiling Cubby Collection+PathAccessible.swift
[168/192] Compiling Cubby CollectionAction.swift
[169/192] Compiling Cubby Experimental+PathAccessible.swift
[170/192] Compiling Cubby RequestCount+Decodable.swift
[171/192] Compiling Cubby Geolocation+Decodable.swift
[172/192] Compiling Cubby Geolocation+PathAccessible.swift
[173/192] Compiling Cubby GeolocationLookup.swift
[174/192] Compiling Cubby Identifier.swift
[175/192] Compiling Cubby Schema+Codable.swift
[176/192] Compiling Cubby SchemaDoc+PathAccessible.swift
[177/192] Compiling Cubby SchemaDoc.swift
/Users/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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/admin/builds/J1XnyXFH/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! (23.12s)
Build complete.
Done.