The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftTube, reference 0.1.0 (64f0f1), with Swift 6.2 (beta) for Linux on 19 Jun 2025 06:26:45 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[274/313] Compiling SwiftTube RelatedEntity.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[275/313] Compiling SwiftTube ResourceId.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[276/313] Compiling SwiftTube SearchListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[277/313] Compiling SwiftTube SearchResult.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[278/313] Compiling SwiftTube SearchResultSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[279/313] Compiling SwiftTube Subscription.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[280/313] Compiling SwiftTube SubscriptionContentDetails.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[281/313] Compiling SwiftTube SubscriptionListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[282/313] Compiling SwiftTube SubscriptionSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[283/313] Compiling SwiftTube SubscriptionSubscriberSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[284/313] Compiling SwiftTube SuperChatEvent.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[285/313] Compiling SwiftTube SuperChatEventListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[286/313] Compiling SwiftTube SuperChatEventSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[287/313] Compiling SwiftTube SuperStickerMetadata.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[288/313] Compiling SwiftTube TestItem.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[289/313] Compiling SwiftTube TestItemTestItemSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:25:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
23 |
24 |   /** The date and time that the item was added to the playlist. */
25 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
26 |
27 |   /** The id object contains information that can be used to uniquely identify the resource that is included in the playlist as the playlist item. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemSnippet.swift:42:160: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
40 |   public var videoOwnerChannelTitle: String?
41 |
42 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, playlistId: String? = nil, position: Int? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, videoOwnerChannelId: String? = nil, videoOwnerChannelTitle: String? = nil) {
   |                                                                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                `- note: use 'Date' instead
43 |     self.channelId = channelId
44 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
20 |
21 |   /** The date and time that the playlist was created. */
22 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
23 |
24 |   /** Keyword tags associated with the playlist. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistSnippet.swift:36:183: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
34 |   public var title: String?
35 |
36 |   public init(channelId: String? = nil, channelTitle: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: PlaylistLocalization? = nil, publishedAt: DateTime? = nil, tags: [String]? = nil, thumbnailVideoId: String? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                                       |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                                       `- note: use 'Date' instead
37 |     self.channelId = channelId
38 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:27:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |
26 |   /** The creation date and time of the resource that the search result identifies. */
27 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
28 |
29 |   /** A map of thumbnail images associated with the search result. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SearchResultSnippet.swift:35:162: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var title: String?
34 |
35 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, liveBroadcastContent: LiveBroadcastContent? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                                                                                  |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                                                                  `- note: use 'Date' instead
36 |     self.channelId = channelId
37 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:16:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
14 |
15 |   /** The date and time that the subscription was created. */
16 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
17 |
18 |   /** The id object contains information about the channel that the user subscribed to. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SubscriptionSnippet.swift:27:111: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
25 |   public var title: String?
26 |
27 |   public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, publishedAt: DateTime? = nil, resourceId: ResourceId? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
   |                                                                                                               |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                               `- note: use 'Date' instead
28 |     self.channelId = channelId
29 |     self.channelTitle = channelTitle
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:15:25: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
13 |
14 |   /** The date and time when the event occurred. */
15 |   public var createdAt: DateTime?
   |                         |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                         `- note: use 'Date' instead
16 |
17 |   /** The currency in which the purchase was made. ISO 4217. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/SuperChatEventSnippet.swift:35:109: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
33 |   public var supporterDetails: ChannelProfileDetails?
34 |
35 |   public init(amountMicros: String? = nil, channelId: String? = nil, commentText: String? = nil, createdAt: DateTime? = nil, currency: String? = nil, displayString: String? = nil, isSuperStickerEvent: Bool? = nil, messageType: Int? = nil, superStickerMetadata: SuperStickerMetadata? = nil, supporterDetails: ChannelProfileDetails? = nil) {
   |                                                                                                             |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                             `- note: use 'Date' instead
36 |     self.amountMicros = amountMicros
37 |     self.channelId = channelId
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[290/313] Compiling SwiftTube LiveStreamConfigurationIssue.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[291/313] Compiling SwiftTube LiveStreamContentDetails.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[292/313] Compiling SwiftTube LiveStreamHealthStatus.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[293/313] Compiling SwiftTube LiveStreamListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[294/313] Compiling SwiftTube LiveStreamSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[295/313] Compiling SwiftTube LiveStreamStatus.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[296/313] Compiling SwiftTube LocalizedProperty.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[297/313] Compiling SwiftTube LocalizedString.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[298/313] Compiling SwiftTube Member.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[299/313] Compiling SwiftTube MemberListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[300/313] Compiling SwiftTube MemberSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[301/313] Compiling SwiftTube MembershipsDetails.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[302/313] Compiling SwiftTube MembershipsDuration.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[303/313] Compiling SwiftTube MembershipsDurationAtLevel.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[304/313] Compiling SwiftTube MembershipsLevel.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[305/313] Compiling SwiftTube MembershipsLevelListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[306/313] Compiling SwiftTube MembershipsLevelSnippet.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[307/313] Compiling SwiftTube MonitorStreamInfo.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[308/313] Compiling SwiftTube PageInfo.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[309/313] Compiling SwiftTube Playlist.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[310/313] Compiling SwiftTube PlaylistContentDetails.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[311/313] Compiling SwiftTube PlaylistItem.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[312/313] Compiling SwiftTube PlaylistItemContentDetails.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[313/313] Compiling SwiftTube PlaylistItemListResponse.swift
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:14:27: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
12 |
13 |   /** The date and time that the stream was created. */
14 |   public var publishedAt: DateTime?
   |                           |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                           `- note: use 'Date' instead
15 |
16 |   /** The stream's title. The value must be between 1 and 128 characters long. */
/host/spi-builder-workspace/Sources/SwiftTube/Models/LiveStreamSnippet.swift:19:112: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
17 |   public var title: String?
18 |
19 |   public init(channelId: String? = nil, description: String? = nil, isDefaultStream: Bool? = nil, publishedAt: DateTime? = nil, title: String? = nil) {
   |                                                                                                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                `- note: use 'Date' instead
20 |     self.channelId = channelId
21 |     self.description = description
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:18:32: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
16 |
17 |   /** The date and time that the video was published to YouTube. */
18 |   public var videoPublishedAt: DateTime?
   |                                |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                `- note: use 'Date' instead
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
/host/spi-builder-workspace/Sources/SwiftTube/Models/PlaylistItemContentDetails.swift:20:124: warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
18 |   public var videoPublishedAt: DateTime?
19 |
20 |   public init(endAt: String? = nil, note: String? = nil, startAt: String? = nil, videoId: String? = nil, videoPublishedAt: DateTime? = nil) {
   |                                                                                                                            |- warning: 'DateTime' is deprecated: renamed to 'Date' [#DeprecatedDeclaration]
   |                                                                                                                            `- note: use 'Date' instead
21 |     self.endAt = endAt
22 |     self.note = note
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
BUILD FAILURE 6.2 linux