Build Information
Failed to build SwiftTube, reference 0.1.0 (64f0f1
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 02:27:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
47 | self.channelId = channelId
48 | self.channelTitle = channelTitle
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:60:27: warning: 'DateTime' is deprecated: renamed to 'Date'
58 |
59 | /** The date and time when the caption track was last updated. */
60 | public var lastUpdated: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
61 |
62 | /** The name of the caption track. The name is intended to be visible to the user as an option during playback. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:74:246: warning: 'DateTime' is deprecated: renamed to 'Date'
72 | public var videoId: String?
73 |
74 | public init(audioTrackType: AudioTrackType? = nil, failureReason: FailureReason? = nil, isAutoSynced: Bool? = nil, isCC: Bool? = nil, isDraft: Bool? = nil, isEasyReader: Bool? = nil, isLarge: Bool? = nil, language: String? = nil, lastUpdated: DateTime? = nil, name: String? = nil, status: Status? = nil, trackKind: TrackKind? = nil, videoId: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
75 | self.audioTrackType = audioTrackType
76 | self.failureReason = failureReason
[262/312] Compiling SwiftTube CaptionListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ActivitySnippet.swift:35:27: warning: 'DateTime' is deprecated: renamed to 'Date'
33 |
34 | /** The date and time that the video was uploaded. */
35 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
36 |
37 | /** A map of thumbnail images associated with the resource that is primarily associated with the activity. 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. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ActivitySnippet.swift:46:135: warning: 'DateTime' is deprecated: renamed to 'Date'
44 | public var type: `Type`?
45 |
46 | public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, groupId: String? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, type: Type? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
47 | self.channelId = channelId
48 | self.channelTitle = channelTitle
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:60:27: warning: 'DateTime' is deprecated: renamed to 'Date'
58 |
59 | /** The date and time when the caption track was last updated. */
60 | public var lastUpdated: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
61 |
62 | /** The name of the caption track. The name is intended to be visible to the user as an option during playback. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:74:246: warning: 'DateTime' is deprecated: renamed to 'Date'
72 | public var videoId: String?
73 |
74 | public init(audioTrackType: AudioTrackType? = nil, failureReason: FailureReason? = nil, isAutoSynced: Bool? = nil, isCC: Bool? = nil, isDraft: Bool? = nil, isEasyReader: Bool? = nil, isLarge: Bool? = nil, language: String? = nil, lastUpdated: DateTime? = nil, name: String? = nil, status: Status? = nil, trackKind: TrackKind? = nil, videoId: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
75 | self.audioTrackType = audioTrackType
76 | self.failureReason = failureReason
[263/312] Compiling SwiftTube CaptionSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ActivitySnippet.swift:35:27: warning: 'DateTime' is deprecated: renamed to 'Date'
33 |
34 | /** The date and time that the video was uploaded. */
35 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
36 |
37 | /** A map of thumbnail images associated with the resource that is primarily associated with the activity. 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. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ActivitySnippet.swift:46:135: warning: 'DateTime' is deprecated: renamed to 'Date'
44 | public var type: `Type`?
45 |
46 | public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, groupId: String? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, type: Type? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
47 | self.channelId = channelId
48 | self.channelTitle = channelTitle
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:60:27: warning: 'DateTime' is deprecated: renamed to 'Date'
58 |
59 | /** The date and time when the caption track was last updated. */
60 | public var lastUpdated: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
61 |
62 | /** The name of the caption track. The name is intended to be visible to the user as an option during playback. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:74:246: warning: 'DateTime' is deprecated: renamed to 'Date'
72 | public var videoId: String?
73 |
74 | public init(audioTrackType: AudioTrackType? = nil, failureReason: FailureReason? = nil, isAutoSynced: Bool? = nil, isCC: Bool? = nil, isDraft: Bool? = nil, isEasyReader: Bool? = nil, isLarge: Bool? = nil, language: String? = nil, lastUpdated: DateTime? = nil, name: String? = nil, status: Status? = nil, trackKind: TrackKind? = nil, videoId: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
75 | self.audioTrackType = audioTrackType
76 | self.failureReason = failureReason
[264/312] Compiling SwiftTube CdnSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ActivitySnippet.swift:35:27: warning: 'DateTime' is deprecated: renamed to 'Date'
33 |
34 | /** The date and time that the video was uploaded. */
35 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
36 |
37 | /** A map of thumbnail images associated with the resource that is primarily associated with the activity. 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. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ActivitySnippet.swift:46:135: warning: 'DateTime' is deprecated: renamed to 'Date'
44 | public var type: `Type`?
45 |
46 | public init(channelId: String? = nil, channelTitle: String? = nil, description: String? = nil, groupId: String? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil, type: Type? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
47 | self.channelId = channelId
48 | self.channelTitle = channelTitle
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:60:27: warning: 'DateTime' is deprecated: renamed to 'Date'
58 |
59 | /** The date and time when the caption track was last updated. */
60 | public var lastUpdated: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
61 |
62 | /** The name of the caption track. The name is intended to be visible to the user as an option during playback. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CaptionSnippet.swift:74:246: warning: 'DateTime' is deprecated: renamed to 'Date'
72 | public var videoId: String?
73 |
74 | public init(audioTrackType: AudioTrackType? = nil, failureReason: FailureReason? = nil, isAutoSynced: Bool? = nil, isCC: Bool? = nil, isDraft: Bool? = nil, isEasyReader: Bool? = nil, isLarge: Bool? = nil, language: String? = nil, lastUpdated: DateTime? = nil, name: String? = nil, status: Status? = nil, trackKind: TrackKind? = nil, videoId: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
75 | self.audioTrackType = audioTrackType
76 | self.failureReason = failureReason
[265/312] Compiling SwiftTube CommentListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[266/312] Compiling SwiftTube CommentSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[267/312] Compiling SwiftTube CommentSnippetAuthorChannelId.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[268/312] Compiling SwiftTube CommentThread.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[269/312] Compiling SwiftTube CommentThreadListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[270/312] Compiling SwiftTube CommentThreadReplies.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[271/312] Compiling SwiftTube CommentThreadSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[272/312] Compiling SwiftTube ContentRating.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[273/312] Compiling SwiftTube Entity.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[274/312] Compiling SwiftTube GeoPoint.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[275/312] Compiling SwiftTube I18nLanguage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[276/312] Compiling SwiftTube I18nLanguageListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[277/312] Compiling SwiftTube I18nLanguageSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[278/312] Compiling SwiftTube I18nRegion.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[279/312] Compiling SwiftTube I18nRegionListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[280/312] Compiling SwiftTube I18nRegionSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[281/312] Compiling SwiftTube ImageSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[282/312] Compiling SwiftTube IngestionInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[283/312] Compiling SwiftTube InvideoBranding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[284/312] Compiling SwiftTube InvideoPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[285/312] Compiling SwiftTube InvideoTiming.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[286/312] Compiling SwiftTube LanguageTag.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[287/312] Compiling SwiftTube LevelDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[288/312] Compiling SwiftTube LiveBroadcast.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:48:27: warning: 'DateTime' is deprecated: renamed to 'Date'
46 |
47 | /** The date and time when the comment was originally published. */
48 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
49 |
50 | /** The comment's text. The format is either plain text or HTML dependent on what has been requested. Even the plain text representation may differ from the text originally posted in that it may replace video links with video titles etc. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:57:25: warning: 'DateTime' is deprecated: renamed to 'Date'
55 |
56 | /** The date and time when the comment was last updated. */
57 | public var updatedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
58 |
59 | /** The ID of the video the comment refers to, if any. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:327: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/CommentSnippet.swift:65:412: warning: 'DateTime' is deprecated: renamed to 'Date'
63 | public var viewerRating: ViewerRating?
64 |
65 | public init(authorChannelId: CommentSnippetAuthorChannelId? = nil, authorChannelUrl: String? = nil, authorDisplayName: String? = nil, authorProfileImageUrl: String? = nil, canRate: Bool? = nil, channelId: String? = nil, likeCount: Int? = nil, moderationStatus: ModerationStatus? = nil, parentId: String? = nil, publishedAt: DateTime? = nil, textDisplay: String? = nil, textOriginal: String? = nil, updatedAt: DateTime? = nil, videoId: String? = nil, viewerRating: ViewerRating? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
66 | self.authorChannelId = authorChannelId
67 | self.authorChannelUrl = authorChannelUrl
[289/312] Compiling SwiftTube Channel.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[290/312] Compiling SwiftTube ChannelAuditDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[291/312] Compiling SwiftTube ChannelBannerResource.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[292/312] Compiling SwiftTube ChannelBrandingSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[293/312] Compiling SwiftTube ChannelContentDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[294/312] Compiling SwiftTube ChannelContentOwnerDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[295/312] Compiling SwiftTube ChannelConversionPing.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[296/312] Compiling SwiftTube ChannelConversionPings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[297/312] Compiling SwiftTube ChannelListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[298/312] Compiling SwiftTube ChannelLocalization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[299/312] Compiling SwiftTube ChannelProfileDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[300/312] Compiling SwiftTube ChannelSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[301/312] Compiling SwiftTube ChannelSectionContentDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[302/312] Compiling SwiftTube ChannelSectionListResponse.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[303/312] Compiling SwiftTube ChannelSectionLocalization.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[304/312] Compiling SwiftTube ChannelSectionSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[305/312] Compiling SwiftTube ChannelSectionTargeting.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[306/312] Compiling SwiftTube ChannelSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[307/312] Compiling SwiftTube ChannelSnippet.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[308/312] Compiling SwiftTube ChannelStatistics.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[309/312] Compiling SwiftTube ChannelStatus.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[310/312] Compiling SwiftTube ChannelToStoreLinkDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[311/312] Compiling SwiftTube ChannelTopicDetails.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
[312/312] Compiling SwiftTube Comment.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:10:26: warning: 'DateTime' is deprecated: renamed to 'Date'
8 |
9 | /** The date and time when the channel was linked to the content owner. */
10 | public var timeLinked: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelContentOwnerDetails.swift:12:56: warning: 'DateTime' is deprecated: renamed to 'Date'
10 | public var timeLinked: DateTime?
11 |
12 | public init(contentOwner: String? = nil, timeLinked: DateTime? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
13 | self.contentOwner = contentOwner
14 | self.timeLinked = timeLinked
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:22:27: warning: 'DateTime' is deprecated: renamed to 'Date'
20 |
21 | /** The date and time that the channel was created. */
22 | public var publishedAt: DateTime?
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
23 |
24 | /** A map of thumbnail images associated with the channel. 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. When displaying thumbnails in your application, make sure that your code uses the image URLs exactly as they are returned in API responses. For example, your application should not use the http domain instead of the https domain in a URL returned in an API response. Beginning in July 2018, channel thumbnail URLs will only be available in the https domain, which is how the URLs appear in API responses. After that time, you might see broken images in your application if it tries to load YouTube images from the http domain. Thumbnail images might be empty for newly created channels and might take up to one day to populate. */
/Users/admin/builder/spi-builder-workspace/Sources/SwiftTube/Models/ChannelSnippet.swift:30:177: warning: 'DateTime' is deprecated: renamed to 'Date'
28 | public var title: String?
29 |
30 | public init(country: String? = nil, customUrl: String? = nil, defaultLanguage: String? = nil, description: String? = nil, localized: ChannelLocalization? = nil, publishedAt: DateTime? = nil, thumbnails: ThumbnailDetails? = nil, title: String? = nil) {
| |- warning: 'DateTime' is deprecated: renamed to 'Date'
| `- note: use 'Date' instead
31 | self.country = country
32 | self.customUrl = customUrl
BUILD FAILURE 6.0 macosSpm