Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加iOS App #200

Merged
merged 8 commits into from
Feb 11, 2024

Fixed package issue

88de2a8
Select commit
Loading
Failed to load commit list.
Merged

添加iOS App #200

Fixed package issue
88de2a8
Select commit
Loading
Failed to load commit list.
Xcode Cloud / DarockBili | Analysis | Build - watchOS succeeded Feb 11, 2024 in 5m 8s

21 warnings

Report Summary
Errors 0
Test Failures 0
Analysis Issues 0
Warnings 21

Details

21 Warnings

Details

  DarockBili Watch App/UserDynamic/UserDynamicMainView.swift:111
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/Errors/SignalErrorView.swift:69
      Initialization of immutable value 'rspStr' was never used; consider replacing with assignment to '_' or removing it
  DarockBili Watch App/PersonalCenter/UserDetailView.swift:294
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/Video/VideoPlayerView.swift:57
      Left side of nil coalescing operator '??' has non-optional type 'Int64', so the right side is never used
  DarockBili Watch App/UserDynamic/UserDynamicMainView.swift:165
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/Video/VideoDetailView.swift:71
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/GlobalView/CommentsView.swift:92
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/Extension/CodeExt.swift:80
      'CC_MD5' was deprecated in watchOS 6.0: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
  DarockBili Watch App/GlobalView/CommentsView.swift:311
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/PersonalCenter/UserDetailView.swift:57
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/PersonalCenter/PersonAccountView.swift:217
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/InMain/MainView.swift:125
      Unnecessary check for 'watchOS'; enclosing scope ensures guard will always be true
  DarockBili Watch App/Bangumi/BangumiDetailView.swift:289
      Left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
  DarockBili Watch App/UserDynamic/DynamicDetailView.swift:78
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/InMain/MainView.swift:74
      Unnecessary check for 'watchOS'; enclosing scope ensures guard will always be true
  DarockBili Watch App/Extension/CodeExt.swift:211
      'CC_MD5' was deprecated in watchOS 6.0: This function is cryptographically broken and should not be used in security contexts. Clients should migrate to SHA256 (or stronger).
  DarockBili Watch App/Video/VideoDetailView.swift:527
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/Live/LiveDetailView.swift:286
      Left side of nil coalescing operator '??' has non-optional type 'Int', so the right side is never used
  DarockBili Watch App/UserDynamic/UserDynamicMainView.swift:61
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/InMain/SearchView.swift:130
      'init(_:isActive:destination:)' was deprecated in watchOS 9.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
  DarockBili Watch App/Extension/CodeExt.swift:192
      'responseJSON(queue:dataPreprocessor:emptyResponseCodes:emptyRequestMethods:options:completionHandler:)' is deprecated: responseJSON deprecated and will be removed in Alamofire 6. Use responseDecodable instead.