dart-lang / build

A build system for Dart written in Dart
https://pub.dev/packages/build
BSD 3-Clause "New" or "Revised" License
791 stars 210 forks source link

build_runner issue with `--delete-conflicting-outputs` #3400

Closed cyaggg closed 1 year ago

cyaggg commented 2 years ago
yunhe@localhost turing-mobile % flutter pub run build_runner build --delete-conflicting-outputs -v
[  +35 ms] executing: sysctl hw.optional.arm64
[   +6 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +3 ms] executing: [/Users/yunhe/Downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +6 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] executing: [/Users/yunhe/Downloads/flutter/] git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[  +11 ms] Exit code 0 from: git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] 3.0.5
[   +3 ms] executing: [/Users/yunhe/Downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/yunhe/Downloads/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +37 ms] executing: [/Users/yunhe/Downloads/flutter/] git rev-parse --abbrev-ref HEAD
[   +6 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +2 ms] executing: sw_vers -productName
[   +9 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   +9 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.6
[        ] executing: sw_vers -buildVersion
[   +9 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20G165
[        ] executing: uname -m
[   +3 ms] Exit code 0 from: uname -m
[        ] arm64
[  +22 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +23 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +43 ms] Using /Users/yunhe/Downloads/flutter/.pub-cache for the pub cache.
[        ] executing: /Users/yunhe/Downloads/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub run build_runner build --delete-conflicting-outputs -v
[INFO] Entrypoint:Generating build script...
[INFO] Entrypoint:Generating build script completed, took 210ms

[INFO] Bootstrap:Precompiling build script......
[INFO] Bootstrap:Precompiling build script... completed, took 3.0s

[FINE] Bootstrap:Core package locations file does not exist
[INFO] BuildDefinition:Initializing inputs
[INFO] BuildDefinition:Building new asset graph...
[INFO] BuildDefinition:Building new asset graph completed, took 385ms

[INFO] BuildDefinition:Checking for unexpected pre-existing outputs....
[INFO] BuildDefinition:Deleting 110 declared outputs which already existed on disk.

You have hit a bug in build_runner
Please file an issue with reproduction steps at https://github.com/dart-lang/build/issues

FileSystemException: Cannot delete file, path = '/Users/yunhe/turing-mobile/example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/result.g.dart' (OS Error: No such file or directory, errno = 2)
dart:async                                                          _rootRunUnary
package:build_runner_core/src/asset/file_based.dart 106:9           FileBasedAssetWriter.delete.<fn>
package:pool/pool.dart 127:14                                       Pool.withResource
dart:async                                                          Future.wait.<fn>
package:build_runner_core/src/generate/build_definition.dart 533:7  _Loader._initialBuildCleanup
package:build_runner_core/src/logging/logging.dart 25:18            logTimedAsync
package:build_runner_core/src/generate/build_definition.dart 280:7  _Loader.prepareWorkspace
package:build_runner_core/src/generate/build_impl.dart 114:27       BuildImpl.create
package:build_runner_core/src/generate/build_runner.dart 34:26      BuildRunner.create
package:build_runner/src/generate/build.dart 109:17                 build
package:build_runner/src/entrypoint/build.dart 35:18                BuildCommand._run
package:args/command_runner.dart 209:13                             CommandRunner.runCommand
package:build_runner/src/entrypoint/run.dart 26:18                  run
.dart_tool/build/entrypoint/build.dart 41:16                        main

[+4443 ms] "flutter run" took 4,522ms.
[   +2 ms] pub finished with exit code 1
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      _DefaultPub.interactively (package:flutter_tools/src/dart/pub.dart:416:7)
           <asynchronous suspension>
           #2      PackagesForwardCommand.runCommand (package:flutter_tools/src/commands/packages.dart:251:5)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1183:27)
           <asynchronous suspension>
           #4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #5      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #6      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9)
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
           <asynchronous suspension>
           #9      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #11     main (package:flutter_tools/executable.dart:94:3)
           <asynchronous suspension>

[ +258 ms] ensureAnalyticsSent: 257ms
[        ] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

[✓] Flutter (Channel stable, 3.0.5, on macOS 11.6 20G165 darwin-arm, locale zh-Hans-CN)
    • Flutter version 3.0.5 at /Users/yunhe/Downloads/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision f1875d570e (4 个月前), 2022-07-13 11:24:16 -0700
    • Engine revision e85ea0e79c
    • Dart version 2.17.6
    • DevTools version 2.12.2

[✓] Android toolchain - develop for Android devices (Android SDK version 32.1.0-rc1)
    • Android SDK at /Users/yunhe/Library/Android/sdk
    • Platform android-32, build-tools 32.1.0-rc1
    • ANDROID_HOME = /Users/yunhe/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.3

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866)

[✓] VS Code (version 1.72.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.50.0

[✓] Connected device (3 available)
    • iPhone 8 (mobile) • 00FF23B2-1A5D-49D5-AB7D-CF18BE07352F • ios            • com.apple.CoreSimulator.SimRuntime.iOS-15-2 (simulator)
    • macOS (desktop)   • macos                                • darwin-arm64   • macOS 11.6 20G165 darwin-arm
    • Chrome (web)      • chrome                               • web-javascript • Google Chrome 106.0.5249.119
    ! Error: iPhone is not connected. Xcode will continue when iPhone is connected. (code -13)

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

  build_runner:
    dependency: "direct dev"
    description:
      name: build_runner
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.2.1"
  build_runner_core:
    dependency: transitive
    description:
      name: build_runner_core
      url: "https://pub.dartlang.org"
    source: hosted
    version: "7.2.3"

name: turing_mobile
description: The mobile underlying logic by flutter
version: 0.1.0
publish_to: none

environment:
  sdk: ">=2.17.1 <3.0.0"
  flutter: ">=3.0.0"

dependencies:
  flutter:
    sdk: flutter

  path_provider: ^2.0.6
  shared_preferences: ^2.0.6
  rxdart: ^0.27.1
  equatable: ^2.0.3
  formz: ^0.4.1
  intl: ^0.17.0
  tuple: ^2.0.0
  cookie_jar: ^3.0.1
  dio_cookie_manager: ^2.0.0
  dio: ^4.0.1
  web_socket_channel: ^2.1.0
  synchronized: ^3.0.0
  after_layout: ^1.1.0
  fluttertoast: ^8.0.8
  json_annotation: ^4.5.0

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^2.0.0
  build_runner: ^2.1.5
  json_serializable: ^6.0.1
  mockito: ^5.3.2

flutter:
  plugin:
    platforms:
      android:
        package: com.turingvideo.turing_mobile
        pluginClass: TuringMobilePlugin
      ios:
        pluginClass: TuringMobilePlugin

# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
  _fe_analyzer_shared:
    dependency: transitive
    description:
      name: _fe_analyzer_shared
      url: "https://pub.dartlang.org"
    source: hosted
    version: "47.0.0"
  after_layout:
    dependency: "direct main"
    description:
      name: after_layout
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  analyzer:
    dependency: transitive
    description:
      name: analyzer
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.7.0"
  args:
    dependency: transitive
    description:
      name: args
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.3.1"
  async:
    dependency: transitive
    description:
      name: async
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.8.2"
  boolean_selector:
    dependency: transitive
    description:
      name: boolean_selector
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  build:
    dependency: transitive
    description:
      name: build
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.3.0"
  build_config:
    dependency: transitive
    description:
      name: build_config
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  build_daemon:
    dependency: transitive
    description:
      name: build_daemon
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.1.0"
  build_resolvers:
    dependency: transitive
    description:
      name: build_resolvers
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.9"
  build_runner:
    dependency: "direct dev"
    description:
      name: build_runner
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.2.1"
  build_runner_core:
    dependency: transitive
    description:
      name: build_runner_core
      url: "https://pub.dartlang.org"
    source: hosted
    version: "7.2.3"
  built_collection:
    dependency: transitive
    description:
      name: built_collection
      url: "https://pub.dartlang.org"
    source: hosted
    version: "5.1.1"
  built_value:
    dependency: transitive
    description:
      name: built_value
      url: "https://pub.dartlang.org"
    source: hosted
    version: "8.3.2"
  characters:
    dependency: transitive
    description:
      name: characters
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  charcode:
    dependency: transitive
    description:
      name: charcode
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.1"
  checked_yaml:
    dependency: transitive
    description:
      name: checked_yaml
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.1"
  clock:
    dependency: transitive
    description:
      name: clock
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  code_builder:
    dependency: transitive
    description:
      name: code_builder
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.3.0"
  collection:
    dependency: transitive
    description:
      name: collection
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.16.0"
  convert:
    dependency: transitive
    description:
      name: convert
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.2"
  cookie_jar:
    dependency: "direct main"
    description:
      name: cookie_jar
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.1"
  crypto:
    dependency: transitive
    description:
      name: crypto
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.2"
  dart_style:
    dependency: transitive
    description:
      name: dart_style
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.2.3"
  dio:
    dependency: "direct main"
    description:
      name: dio
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.0.6"
  dio_cookie_manager:
    dependency: "direct main"
    description:
      name: dio_cookie_manager
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  equatable:
    dependency: "direct main"
    description:
      name: equatable
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.3"
  fake_async:
    dependency: transitive
    description:
      name: fake_async
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.0"
  ffi:
    dependency: transitive
    description:
      name: ffi
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.1"
  file:
    dependency: transitive
    description:
      name: file
      url: "https://pub.dartlang.org"
    source: hosted
    version: "6.1.2"
  fixnum:
    dependency: transitive
    description:
      name: fixnum
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.1"
  flutter:
    dependency: "direct main"
    description: flutter
    source: sdk
    version: "0.0.0"
  flutter_lints:
    dependency: "direct dev"
    description:
      name: flutter_lints
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.1"
  flutter_test:
    dependency: "direct dev"
    description: flutter
    source: sdk
    version: "0.0.0"
  flutter_web_plugins:
    dependency: transitive
    description: flutter
    source: sdk
    version: "0.0.0"
  fluttertoast:
    dependency: "direct main"
    description:
      name: fluttertoast
      url: "https://pub.dartlang.org"
    source: hosted
    version: "8.0.9"
  formz:
    dependency: "direct main"
    description:
      name: formz
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.4.1"
  frontend_server_client:
    dependency: transitive
    description:
      name: frontend_server_client
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.3"
  glob:
    dependency: transitive
    description:
      name: glob
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.2"
  graphs:
    dependency: transitive
    description:
      name: graphs
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  http_multi_server:
    dependency: transitive
    description:
      name: http_multi_server
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.2.0"
  http_parser:
    dependency: transitive
    description:
      name: http_parser
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.0.1"
  intl:
    dependency: "direct main"
    description:
      name: intl
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.17.0"
  io:
    dependency: transitive
    description:
      name: io
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.3"
  js:
    dependency: transitive
    description:
      name: js
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.6.4"
  json_annotation:
    dependency: "direct main"
    description:
      name: json_annotation
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.7.0"
  json_serializable:
    dependency: "direct dev"
    description:
      name: json_serializable
      url: "https://pub.dartlang.org"
    source: hosted
    version: "6.5.0"
  lints:
    dependency: transitive
    description:
      name: lints
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  logging:
    dependency: transitive
    description:
      name: logging
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.2"
  matcher:
    dependency: transitive
    description:
      name: matcher
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.12.11"
  material_color_utilities:
    dependency: transitive
    description:
      name: material_color_utilities
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.1.4"
  meta:
    dependency: transitive
    description:
      name: meta
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.7.0"
  mime:
    dependency: transitive
    description:
      name: mime
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.2"
  mockito:
    dependency: "direct dev"
    description:
      name: mockito
      url: "https://pub.dartlang.org"
    source: hosted
    version: "5.3.2"
  package_config:
    dependency: transitive
    description:
      name: package_config
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.2"
  path:
    dependency: transitive
    description:
      name: path
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.8.1"
  path_provider:
    dependency: "direct main"
    description:
      name: path_provider
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.11"
  path_provider_android:
    dependency: transitive
    description:
      name: path_provider_android
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.14"
  path_provider_ios:
    dependency: transitive
    description:
      name: path_provider_ios
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.10"
  path_provider_linux:
    dependency: transitive
    description:
      name: path_provider_linux
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.7"
  path_provider_macos:
    dependency: transitive
    description:
      name: path_provider_macos
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.6"
  path_provider_platform_interface:
    dependency: transitive
    description:
      name: path_provider_platform_interface
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.4"
  path_provider_windows:
    dependency: transitive
    description:
      name: path_provider_windows
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.7"
  platform:
    dependency: transitive
    description:
      name: platform
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.1.0"
  plugin_platform_interface:
    dependency: transitive
    description:
      name: plugin_platform_interface
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.2"
  pool:
    dependency: transitive
    description:
      name: pool
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.5.0"
  process:
    dependency: transitive
    description:
      name: process
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.2.4"
  pub_semver:
    dependency: transitive
    description:
      name: pub_semver
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.1"
  pubspec_parse:
    dependency: transitive
    description:
      name: pubspec_parse
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  quiver:
    dependency: transitive
    description:
      name: quiver
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.1.0"
  rxdart:
    dependency: "direct main"
    description:
      name: rxdart
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.27.4"
  shared_preferences:
    dependency: "direct main"
    description:
      name: shared_preferences
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.15"
  shared_preferences_android:
    dependency: transitive
    description:
      name: shared_preferences_android
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.12"
  shared_preferences_ios:
    dependency: transitive
    description:
      name: shared_preferences_ios
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.1"
  shared_preferences_linux:
    dependency: transitive
    description:
      name: shared_preferences_linux
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.1"
  shared_preferences_macos:
    dependency: transitive
    description:
      name: shared_preferences_macos
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.4"
  shared_preferences_platform_interface:
    dependency: transitive
    description:
      name: shared_preferences_platform_interface
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  shared_preferences_web:
    dependency: transitive
    description:
      name: shared_preferences_web
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.4"
  shared_preferences_windows:
    dependency: transitive
    description:
      name: shared_preferences_windows
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.1"
  shelf:
    dependency: transitive
    description:
      name: shelf
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.0"
  shelf_web_socket:
    dependency: transitive
    description:
      name: shelf_web_socket
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.1"
  sky_engine:
    dependency: transitive
    description: flutter
    source: sdk
    version: "0.0.99"
  source_gen:
    dependency: transitive
    description:
      name: source_gen
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.2"
  source_helper:
    dependency: transitive
    description:
      name: source_helper
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.2"
  source_span:
    dependency: transitive
    description:
      name: source_span
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.8.2"
  stack_trace:
    dependency: transitive
    description:
      name: stack_trace
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.10.0"
  stream_channel:
    dependency: transitive
    description:
      name: stream_channel
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  stream_transform:
    dependency: transitive
    description:
      name: stream_transform
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  string_scanner:
    dependency: transitive
    description:
      name: string_scanner
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  synchronized:
    dependency: "direct main"
    description:
      name: synchronized
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.0+2"
  term_glyph:
    dependency: transitive
    description:
      name: term_glyph
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  test_api:
    dependency: transitive
    description:
      name: test_api
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.4.9"
  timing:
    dependency: transitive
    description:
      name: timing
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.0"
  tuple:
    dependency: "direct main"
    description:
      name: tuple
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  typed_data:
    dependency: transitive
    description:
      name: typed_data
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.1"
  vector_math:
    dependency: transitive
    description:
      name: vector_math
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.2"
  watcher:
    dependency: transitive
    description:
      name: watcher
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.1"
  web_socket_channel:
    dependency: "direct main"
    description:
      name: web_socket_channel
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.2.0"
  win32:
    dependency: transitive
    description:
      name: win32
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.6.1"
  xdg_directories:
    dependency: transitive
    description:
      name: xdg_directories
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.2.0+1"
  yaml:
    dependency: transitive
    description:
      name: yaml
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.1.1"
sdks:
  dart: ">=2.17.1 <3.0.0"
  flutter: ">=3.0.0"
jakemac53 commented 2 years ago

Did you maybe have two instances of build_runner that you launched at the same time? Or some other process that might have deleted that file?

The .symlinks directory is also suspicious, did you maybe have multiple symlinks to the same file? If we are following symlinks and deleting the original file, then it might try to delete it twice.

We could probably catch this error, at least in the case that the file doesn't exist, and just continue on, in any case?

cyaggg commented 2 years ago

@jakemac53

Did you maybe have two instances of build_runner that you launched at the same time? Or some other process that might have deleted that file?

How to accurately determine "two instances of build_runner" or "some other process"? I provide some information, can you confirm it for me?

  1. There are two different versions of flutter sdk in my local environment (path 1: /Users/yunhe/development/flutter, path 2: /Users/yunhe/Downloads/flutter ) a. I update PATH variable export PATH="$PATH:/Users/yunhe/Downloads/flutter/bin" export PATH="$PATH":"$HOME/.pub-cache/bin" b. I specified the flutter sdk path and dart sdk path of VSCode on /Users/yunhe/Library/Application Support/Code/User/settings.json, with "dart.flutterSdkPath": "/Users/yunhe/Downloads/flutter" and "dart.sdkPath": "/Users/yunhe/Downloads/flutter/bin/cache/dark-sdk"

But I don't think it should be related to these reasons, the above error also appeared when I only used one flutter sdk


Screen Shot 2022-11-02 at 11 00 30

cyaggg commented 2 years ago

@jakemac53

The .symlinks directory is also suspicious, did you maybe have multiple symlinks to the same file?

How to accurately determine "multiple symlinks"? Here is the configuration of pubspec.yaml and pubspec.lock in example/.

name: turing_mobile_example
description: Demonstrates how to use the turing_mobile plugin.
publish_to: 'none'

environment:
  sdk: ">=2.17.1 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  turing_mobile:
    path: ../

  cupertino_icons: ^1.0.2

dev_dependencies:
  flutter_test:
    sdk: flutter
  flutter_lints: ^1.0.0

flutter:
  uses-material-design: true

# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
  after_layout:
    dependency: transitive
    description:
      name: after_layout
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  async:
    dependency: transitive
    description:
      name: async
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.8.2"
  boolean_selector:
    dependency: transitive
    description:
      name: boolean_selector
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  characters:
    dependency: transitive
    description:
      name: characters
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  charcode:
    dependency: transitive
    description:
      name: charcode
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.1"
  clock:
    dependency: transitive
    description:
      name: clock
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  collection:
    dependency: transitive
    description:
      name: collection
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.16.0"
  cookie_jar:
    dependency: transitive
    description:
      name: cookie_jar
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.1"
  crypto:
    dependency: transitive
    description:
      name: crypto
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.2"
  cupertino_icons:
    dependency: "direct main"
    description:
      name: cupertino_icons
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.4"
  dio:
    dependency: transitive
    description:
      name: dio
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.0.6"
  dio_cookie_manager:
    dependency: transitive
    description:
      name: dio_cookie_manager
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  equatable:
    dependency: transitive
    description:
      name: equatable
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.3"
  fake_async:
    dependency: transitive
    description:
      name: fake_async
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.0"
  ffi:
    dependency: transitive
    description:
      name: ffi
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.2"
  file:
    dependency: transitive
    description:
      name: file
      url: "https://pub.dartlang.org"
    source: hosted
    version: "6.1.2"
  flutter:
    dependency: "direct main"
    description: flutter
    source: sdk
    version: "0.0.0"
  flutter_lints:
    dependency: "direct dev"
    description:
      name: flutter_lints
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.4"
  flutter_test:
    dependency: "direct dev"
    description: flutter
    source: sdk
    version: "0.0.0"
  flutter_web_plugins:
    dependency: transitive
    description: flutter
    source: sdk
    version: "0.0.0"
  fluttertoast:
    dependency: transitive
    description:
      name: fluttertoast
      url: "https://pub.dartlang.org"
    source: hosted
    version: "8.0.9"
  formz:
    dependency: transitive
    description:
      name: formz
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.4.1"
  http_parser:
    dependency: transitive
    description:
      name: http_parser
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.0.0"
  intl:
    dependency: transitive
    description:
      name: intl
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.17.0"
  js:
    dependency: transitive
    description:
      name: js
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.6.4"
  json_annotation:
    dependency: transitive
    description:
      name: json_annotation
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.5.0"
  lints:
    dependency: transitive
    description:
      name: lints
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.0.1"
  matcher:
    dependency: transitive
    description:
      name: matcher
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.12.11"
  material_color_utilities:
    dependency: transitive
    description:
      name: material_color_utilities
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.1.4"
  meta:
    dependency: transitive
    description:
      name: meta
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.7.0"
  path:
    dependency: transitive
    description:
      name: path
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.8.1"
  path_provider:
    dependency: transitive
    description:
      name: path_provider
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.9"
  path_provider_android:
    dependency: transitive
    description:
      name: path_provider_android
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.12"
  path_provider_ios:
    dependency: transitive
    description:
      name: path_provider_ios
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.8"
  path_provider_linux:
    dependency: transitive
    description:
      name: path_provider_linux
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.5"
  path_provider_macos:
    dependency: transitive
    description:
      name: path_provider_macos
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.5"
  path_provider_platform_interface:
    dependency: transitive
    description:
      name: path_provider_platform_interface
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.3"
  path_provider_windows:
    dependency: transitive
    description:
      name: path_provider_windows
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.5"
  platform:
    dependency: transitive
    description:
      name: platform
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.1.0"
  plugin_platform_interface:
    dependency: transitive
    description:
      name: plugin_platform_interface
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.2"
  process:
    dependency: transitive
    description:
      name: process
      url: "https://pub.dartlang.org"
    source: hosted
    version: "4.2.4"
  quiver:
    dependency: transitive
    description:
      name: quiver
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.1.0"
  rxdart:
    dependency: transitive
    description:
      name: rxdart
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.27.3"
  shared_preferences:
    dependency: transitive
    description:
      name: shared_preferences
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.13"
  shared_preferences_android:
    dependency: transitive
    description:
      name: shared_preferences_android
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.11"
  shared_preferences_ios:
    dependency: transitive
    description:
      name: shared_preferences_ios
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  shared_preferences_linux:
    dependency: transitive
    description:
      name: shared_preferences_linux
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  shared_preferences_macos:
    dependency: transitive
    description:
      name: shared_preferences_macos
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.3"
  shared_preferences_platform_interface:
    dependency: transitive
    description:
      name: shared_preferences_platform_interface
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  shared_preferences_web:
    dependency: transitive
    description:
      name: shared_preferences_web
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.3"
  shared_preferences_windows:
    dependency: transitive
    description:
      name: shared_preferences_windows
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  sky_engine:
    dependency: transitive
    description: flutter
    source: sdk
    version: "0.0.99"
  source_span:
    dependency: transitive
    description:
      name: source_span
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.8.2"
  stack_trace:
    dependency: transitive
    description:
      name: stack_trace
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.10.0"
  stream_channel:
    dependency: transitive
    description:
      name: stream_channel
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.0"
  string_scanner:
    dependency: transitive
    description:
      name: string_scanner
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.1.0"
  synchronized:
    dependency: transitive
    description:
      name: synchronized
      url: "https://pub.dartlang.org"
    source: hosted
    version: "3.0.0+2"
  term_glyph:
    dependency: transitive
    description:
      name: term_glyph
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.2.0"
  test_api:
    dependency: transitive
    description:
      name: test_api
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.4.9"
  tuple:
    dependency: transitive
    description:
      name: tuple
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.0.0"
  turing_mobile:
    dependency: "direct main"
    description:
      path: ".."
      relative: true
    source: path
    version: "0.1.0"
  typed_data:
    dependency: transitive
    description:
      name: typed_data
      url: "https://pub.dartlang.org"
    source: hosted
    version: "1.3.0"
  vector_math:
    dependency: transitive
    description:
      name: vector_math
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.1.2"
  web_socket_channel:
    dependency: transitive
    description:
      name: web_socket_channel
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.2.0"
  win32:
    dependency: transitive
    description:
      name: win32
      url: "https://pub.dartlang.org"
    source: hosted
    version: "2.5.1"
  xdg_directories:
    dependency: transitive
    description:
      name: xdg_directories
      url: "https://pub.dartlang.org"
    source: hosted
    version: "0.2.0+1"
sdks:
  dart: ">=2.17.1 <3.0.0"
  flutter: ">=3.0.0"
cyaggg commented 2 years ago

When I execute build_runner, sometimes different results appear, here are the steps to execute, is this correct behavior?


The case of executing "flutter clean"

yunhe@yunhedeMacBook-Pro turing-mobile % flutter clean  
Cleaning Xcode workspace...                                        364ms
Deleting .dart_tool...                                               0ms
Deleting .packages...                                                0ms

yunhe@yunhedeMacBook-Pro turing-mobile % flutter pub get
Running "flutter pub get" in turing-mobile...                    2,700ms
Running "flutter pub get" in example...                          1,916ms
yunhe@yunhedeMacBook-Pro turing-mobile % flutter pub run build_runner build --delete-conflicting-outputs -v
[  +35 ms] executing: sysctl hw.optional.arm64
[   +6 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +3 ms] executing: [/Users/yunhe/Downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +6 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] executing: [/Users/yunhe/Downloads/flutter/] git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[  +10 ms] Exit code 0 from: git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] 3.0.5
[   +4 ms] executing: [/Users/yunhe/Downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/yunhe/Downloads/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +36 ms] executing: [/Users/yunhe/Downloads/flutter/] git rev-parse --abbrev-ref HEAD
[   +6 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +2 ms] executing: sw_vers -productName
[   +8 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   +9 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.6
[        ] executing: sw_vers -buildVersion
[   +9 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20G165
[        ] executing: uname -m
[   +3 ms] Exit code 0 from: uname -m
[        ] arm64
[  +21 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +21 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +43 ms] Using /Users/yunhe/Downloads/flutter/.pub-cache for the pub cache.
[        ] executing: /Users/yunhe/Downloads/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub run build_runner build --delete-conflicting-outputs -v
[INFO] Entrypoint:Generating build script...
[INFO] Entrypoint:Generating build script completed, took 200ms

[INFO] Bootstrap:Precompiling build script......
[INFO] Bootstrap:Precompiling build script... completed, took 2.7s

[FINE] Bootstrap:Core package locations file does not exist
[INFO] BuildDefinition:Initializing inputs
[INFO] BuildDefinition:Building new asset graph...
[INFO] BuildDefinition:Building new asset graph completed, took 383ms

[INFO] BuildDefinition:Checking for unexpected pre-existing outputs....
[INFO] BuildDefinition:Deleting 110 declared outputs which already existed on disk.

You have hit a bug in build_runner
Please file an issue with reproduction steps at https://github.com/dart-lang/build/issues

FileSystemException: Cannot delete file, path = '/Users/yunhe/turing-mobile/example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_turing_api_client.mocks.dart' (OS Error: No such file or directory, errno = 2)
dart:async                                                          _rootRunUnary
package:build_runner_core/src/asset/file_based.dart 106:9           FileBasedAssetWriter.delete.<fn>
package:pool/pool.dart 127:14                                       Pool.withResource
dart:async                                                          Future.wait.<fn>
package:build_runner_core/src/generate/build_definition.dart 533:7  _Loader._initialBuildCleanup
package:build_runner_core/src/logging/logging.dart 25:18            logTimedAsync
package:build_runner_core/src/generate/build_definition.dart 280:7  _Loader.prepareWorkspace
package:build_runner_core/src/generate/build_impl.dart 114:27       BuildImpl.create
package:build_runner_core/src/generate/build_runner.dart 34:26      BuildRunner.create
package:build_runner/src/generate/build.dart 109:17                 build
package:build_runner/src/entrypoint/build.dart 35:18                BuildCommand._run
package:args/command_runner.dart 209:13                             CommandRunner.runCommand
package:build_runner/src/entrypoint/run.dart 26:18                  run
.dart_tool/build/entrypoint/build.dart 41:16                        main

[+6801 ms] "flutter run" took 6,876ms.
[   +3 ms] pub finished with exit code 1
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      _DefaultPub.interactively (package:flutter_tools/src/dart/pub.dart:416:7)
           <asynchronous suspension>
           #2      PackagesForwardCommand.runCommand (package:flutter_tools/src/commands/packages.dart:251:5)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1183:27)
           <asynchronous suspension>
           #4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #5      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #6      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9)
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
           <asynchronous suspension>
           #9      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #11     main (package:flutter_tools/executable.dart:94:3)
           <asynchronous suspension>

[ +256 ms] ensureAnalyticsSent: 255ms
[        ] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1

When "flutter clean" is not performed

yunhe@yunhedeMacBook-Pro turing-mobile % flutter pub run build_runner build --delete-conflicting-outputs -v
[  +34 ms] executing: sysctl hw.optional.arm64
[   +7 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +3 ms] executing: [/Users/yunhe/Downloads/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +5 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] executing: [/Users/yunhe/Downloads/flutter/] git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[  +10 ms] Exit code 0 from: git tag --points-at f1875d570e39de09040c8f79aa13cc56baab8db1
[        ] 3.0.5
[   +3 ms] executing: [/Users/yunhe/Downloads/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/yunhe/Downloads/flutter/] git ls-remote --get-url origin
[   +4 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +37 ms] executing: [/Users/yunhe/Downloads/flutter/] git rev-parse --abbrev-ref HEAD
[   +5 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +2 ms] executing: sw_vers -productName
[   +8 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   +8 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.6
[        ] executing: sw_vers -buildVersion
[   +8 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20G165
[        ] executing: uname -m
[   +4 ms] Exit code 0 from: uname -m
[        ] arm64
[  +21 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +20 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +45 ms] Using /Users/yunhe/Downloads/flutter/.pub-cache for the pub cache.
[        ] executing: /Users/yunhe/Downloads/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub run build_runner build --delete-conflicting-outputs -v
[INFO] Entrypoint:Generating build script...
[INFO] Entrypoint:Generating build script completed, took 202ms

[WARNING] Bootstrap:
Invalidated precompiled build script due to missing asset graph.
[INFO] Bootstrap:Precompiling build script......
[INFO] Bootstrap:Precompiling build script... completed, took 405ms

[INFO] BuildDefinition:Initializing inputs
[INFO] BuildDefinition:Building new asset graph...
[INFO] BuildDefinition:Building new asset graph completed, took 374ms

[INFO] BuildDefinition:Checking for unexpected pre-existing outputs....
[INFO] BuildDefinition:Checking for unexpected pre-existing outputs. completed, took 0ms

[INFO] Build:Running build...
[INFO] build_resolvers:Generating SDK summary...
[INFO] Heartbeat:1.2s elapsed, 0/16 actions completed.
[INFO] build_resolvers:Generating SDK summary completed, took 2.1s

[FINE] json_serializable:json_serializable on test/api/http/mock_data/agreement_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/agreement_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/user_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/user_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/authenticate_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/authenticate_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/alert_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_data/alert_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[INFO] Heartbeat:5.9s elapsed, 4/20 actions completed.
[FINE] json_serializable:json_serializable on lib/turing_foundation.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/turing_foundation.dart:Running JsonLiteralGenerator - 2 of 2
[INFO] Heartbeat:8.1s elapsed, 5/20 actions completed.
[FINE] json_serializable:json_serializable on lib/turing_mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/turing_mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/turing_components.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/turing_components.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/mixin/mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/mixin/mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/mixin/toast_mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/mixin/toast_mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/mixin/dialog_mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/mixin/dialog_mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/foundation/validation_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/foundation/validation_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/turing_mobile_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/turing_mobile_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/components/dialog_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/components/dialog_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/agreement_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/agreement_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/user_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/user_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/alert_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/alert_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/turing_mobile.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/turing_mobile.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_turing_api_client.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/mock_turing_api_client.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on test/api/http/authenticate_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on test/api/http/authenticate_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/turing_http.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/turing_http.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/foundation.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/foundation.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/int_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/int_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/date_time_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/date_time_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/iterable_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/iterable_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/enum/device_state.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/enum/device_state.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/enum/turing_file_source.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/enum/turing_file_source.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/regular_expression/regular_expression.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/regular_expression/regular_expression.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/status/network_request_status.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/status/network_request_status.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/status/status.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/status/status.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/error/turing_error.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/error/turing_error.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/logging/logging_trace.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/logging/logging_trace.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/model/date_of_day.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/model/date_of_day.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/model/time_of_day.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/model/time_of_day.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/extension.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/extension.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/string_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/extension/string_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/logging/logging.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/logging/logging.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/email.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/email.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/phone.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/phone.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/numeric.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/numeric.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/mac_address.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/mac_address.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/name.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/name.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/input.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/input.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/validation.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/validation.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/password.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/password.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/website.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/foundation/validation/website.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/toast/toast.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/toast/toast.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/components.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/components.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_column_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_column_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_message_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_message_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_option.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_option.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/bottom_sheet_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/bottom_sheet_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_complex_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/dialog/dialog_complex_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/button/turing_back_button.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/button/turing_back_button.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/theme/font.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/theme/font.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/show_modal_route/modal_app_bar.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/show_modal_route/modal_app_bar.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/components/show_modal_route/show_modal_route.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/components/show_modal_route/show_modal_route.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/theme/text_style.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/theme/text_style.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/theme/global_theme.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/theme/global_theme.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/test/widget_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/test/widget_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/upgrade/service_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/upgrade/service_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/upgrade/upgrade_interface.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/upgrade/upgrade_interface.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/timezone_interface.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/timezone_interface.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/turing_websocket_error.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/turing_websocket_error.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/upgrade/system_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/interface/upgrade/system_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/message_utils.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/message_utils.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/enum.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/enum.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/nvr_camera.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/camera_record.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/camera_record.dart:Running JsonLiteralGenerator - 2 of 2
[WARNING] json_serializable:json_serializable on lib/src/http/websocket/model/nvr_camera.dart:
The version constraint "^4.5.0" on json_annotation allows versions before 4.7.0 which is not allowed.
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/nvr_camera.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/stream.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/stream.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/turing_websocket_client.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/turing_websocket_client.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/turing_websocket_act.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/turing_websocket_act.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/nvr.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/nvr.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/camera_record_video.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/camera_record_video.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/monitor.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/monitor.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/websocket_model.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/websocket/model/websocket_model.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_core_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_core_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_nest_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_nest_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/notification_schedule.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/notification_schedule.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api_response.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api_response.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_broadway_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_broadway_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/contact.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/contact.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/group.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/group.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/tracking_object.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/tracking_object.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/utils.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/utils.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/license/bundled_license.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/license/bundled_license.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/license/license.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/license/license.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/bookmark.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/bookmark.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/mute_notification.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/mute_notification.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/user.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/user.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_licenses.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_licenses.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/feature_disclaimer.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/feature_disclaimer.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_status.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_status.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/cloud_snap.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/cloud_snap.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_of_create.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_of_create.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_cloud_setting.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_cloud_setting.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_settings.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera_settings.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/snap.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/snap.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/organization.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/organization.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/name_label.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/name_label.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/camera/camera.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/user_permission.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/user_permission.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/active_session.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/active_session.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/unclaimed_user.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/unclaimed_user.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/customer.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/customer.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/dealer_user.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/partner/dealer_user.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/tree_site.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/tree_site.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/metadata.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/metadata.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/site_info.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/site_info.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/top_site.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/top_site.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/site.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/site/site.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/agent.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/agent.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/service_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/service_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/progress.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/progress.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/service.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/service.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/device_system_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/device/device_system_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/api_model.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/api_model.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/tpp_info.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/tpp_info.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/comment.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/comment.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/event_camera.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/event_camera.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/device_health_alert.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/device_health_alert.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/event.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/event/event.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/archive.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/archive.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/company.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/company.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/agreement.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/agreement.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/black.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/black.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/dealer.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/dealer.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/result.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/result.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/session.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/session.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/customer_support.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/customer_support.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/s3_token.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/s3_token.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/box.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/model/box.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/camera_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/camera_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/core/camera_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/core/camera_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/core/site_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/core/site_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/alert_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/alert_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/user_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/user_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/event_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/event_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/archive_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/archive_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/mute_notification_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/mute_notification_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/event_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/event_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/archive_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/archive_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/bookmark_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/bookmark_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/tracking_object_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/tracking_object_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/share_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/broadway/share_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/partner/customer_device_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/partner/customer_device_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/partner/partner_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/partner/partner_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/partner/customer_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/partner/customer_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/site_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/site_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/share_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/share_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/device_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/device_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/upload_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/upload_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/tracking_object_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/tracking_object_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/box_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/box_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api_error.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api_error.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_api_client.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/turing_api_client.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/agreement_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/agreement_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/nest/nest_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/nest/nest_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/authenticate_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api/authenticate_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api_version.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/api/api_version.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/cookie_manager/temporary_cookie_manager.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/cookie_manager/temporary_cookie_manager.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/cookie_manager/turing_cookie_manager.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/cookie_manager/turing_cookie_manager.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on lib/src/http/http.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on lib/src/http/http.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/turing_mobile_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/turing_mobile_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/foundation/validation_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/foundation/validation_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/components/dialog_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/components/dialog_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/alert_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/alert_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/agreement_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/agreement_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/authenticate_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/authenticate_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/user_api_mock_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_data/user_api_mock_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_turing_api_client.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/mock_turing_api_client.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/user_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/user_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/agreement_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/agreement_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_context.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_context.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/test/widget_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/test/widget_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/test/widget_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/test/widget_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/authenticate_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/authenticate_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/alert_api_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/test/api/http/alert_api_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_no_context.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_no_context.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/generated_plugin_registrant.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/example/lib/generated_plugin_registrant.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast_web.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast_web.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/test/path_provider_ios_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/test/path_provider_ios_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/example/test_driver/integration_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/example/test_driver/integration_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/example/integration_test/path_provider_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/example/integration_test/path_provider_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/lib/path_provider_ios.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/path_provider_ios/lib/path_provider_ios.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/example/test_driver/integration_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/example/test_driver/integration_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/test/messages.g.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/test/messages.g.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/test/shared_preferences_ios_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/test/shared_preferences_ios_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/example/integration_test/shared_preferences_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/example/integration_test/shared_preferences_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/pigeons/messages.dart:Running JsonSerializableGenerator - 1 of 2
[SEVERE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/pigeons/messages.dart:

line 1, column 204 of asset:turing_mobile/example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/pigeons/messages.dart: Could not resolve annotation for `abstract class UserDefaultsApi`.
  ╷
1 │ ┌ @ConfigurePigeon(PigeonOptions(
2 │ │   dartOut: 'lib/messages.g.dart',
3 │ │   dartTestOut: 'test/messages.g.dart',
4 │ │   objcHeaderOut: 'ios/Classes/messages.g.h',
5 │ │   objcSourceOut: 'ios/Classes/messages.g.m',
6 │ │   copyrightHeader: 'pigeons/copyright_header.txt',
7 │ └ ))
  ╵
package:source_gen/src/type_checker.dart 114:7              TypeChecker._computeConstantValue
package:source_gen/src/type_checker.dart 139:21             TypeChecker._annotationsWhere
dart:core                                                   Iterable.isEmpty
package:source_gen/src/type_checker.dart 73:20              TypeChecker.firstAnnotationOf
package:source_gen/src/library.dart 45:34                   LibraryReader.annotatedWith
dart:core                                                   _SyncIterator.moveNext
package:json_serializable/src/json_part_builder.dart 59:22  _UnifiedGenerator.generate
package:source_gen/src/builder.dart 352:33                  _generate

[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/lib/shared_preferences_ios.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/lib/shared_preferences_ios.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/lib/messages.g.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/lib/messages.g.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/interface/interface_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/interface/interface_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/interface/model.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/interface/model.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/components_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/components_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/toast/demo_toast_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/toast/demo_toast_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/values/server.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/values/server.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/values/themes.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/values/themes.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/status/demo_status_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/status/demo_status_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/dialog/demo_dialog_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/dialog/demo_dialog_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/box_search_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/box_search_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/dealer_customer_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/dealer_customer_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/dealer_me_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/dealer_me_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/http.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/http/http.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/api_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/lib/api_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_foundation.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_foundation.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/.dart_tool/flutter_build/dart_plugin_registrant.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/example/.dart_tool/flutter_build/dart_plugin_registrant.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_mobile.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_mobile.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_components.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_components.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/mixin/toast_mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/mixin/toast_mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/mixin/mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/mixin/mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_http.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/turing_http.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/mixin/dialog_mixin.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/mixin/dialog_mixin.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/int_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/int_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/date_time_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/date_time_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/iterable_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/iterable_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/extension.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/extension.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/foundation.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/foundation.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/enum/device_state.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/enum/device_state.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/string_ext.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/extension/string_ext.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/enum/turing_file_source.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/enum/turing_file_source.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/regular_expression/regular_expression.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/regular_expression/regular_expression.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/status/network_request_status.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/status/network_request_status.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/status/status.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/status/status.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/error/turing_error.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/error/turing_error.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/logging/logging_trace.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/logging/logging_trace.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/model/date_of_day.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/model/date_of_day.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/model/time_of_day.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/model/time_of_day.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/logging/logging.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/logging/logging.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/email.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/email.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/phone.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/phone.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/numeric.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/numeric.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/mac_address.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/mac_address.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/name.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/name.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/input.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/input.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/validation.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/validation.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/password.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/password.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/website.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/foundation/validation/website.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/toast/toast.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/toast/toast.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_data.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_data.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_column_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_column_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/components.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/components.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_message_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_message_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_option.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_option.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/bottom_sheet_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/bottom_sheet_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/show_modal_route/modal_app_bar.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/show_modal_route/modal_app_bar.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_complex_view.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/dialog/dialog_complex_view.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/button/turing_back_button.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/button/turing_back_button.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/theme/font.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/theme/font.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/show_modal_route/show_modal_route.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/components/show_modal_route/show_modal_route.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/theme/text_style.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/theme/text_style.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/theme/global_theme.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/theme/global_theme.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/timezone_interface.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/timezone_interface.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/turing_websocket_error.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/turing_websocket_error.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/upgrade/service_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/upgrade/service_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/upgrade/system_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/upgrade/system_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/upgrade/upgrade_interface.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/interface/upgrade/upgrade_interface.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/message_utils.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/message_utils.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/nvr_camera.dart:Running JsonSerializableGenerator - 1 of 2
[WARNING] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/nvr_camera.dart:
The version constraint "^4.5.0" on json_annotation allows versions before 4.7.0 which is not allowed.
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/nvr_camera.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/camera_record.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/camera_record.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/turing_websocket_client.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/turing_websocket_client.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/enum.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/enum.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/stream.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/nvr.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/stream.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/nvr.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/turing_websocket_act.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/turing_websocket_act.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/camera_record_video.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/camera_record_video.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/monitor.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/websocket_model.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/monitor.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/websocket/model/websocket_model.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/notification_schedule.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/notification_schedule.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_core_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_core_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_nest_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_nest_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_broadway_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_broadway_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api_response.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api_response.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/contact.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/contact.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/group.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/group.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/tracking_object.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/tracking_object.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/utils.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/utils.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/license/bundled_license.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/license/bundled_license.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/license/license.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/license/license.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/bookmark.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/bookmark.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/mute_notification.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/mute_notification.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/user.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/user.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_licenses.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_licenses.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/feature_disclaimer.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/feature_disclaimer.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/cloud_snap.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/cloud_snap.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_cloud_setting.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_cloud_setting.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_of_create.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_of_create.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_status.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_status.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_settings.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera_settings.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/snap.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/snap.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/organization.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/organization.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/name_label.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/name_label.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/active_session.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/active_session.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/camera/camera.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/unclaimed_user.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/unclaimed_user.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/customer.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/customer.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/dealer_user.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/partner/dealer_user.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/user_permission.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/user_permission.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/tree_site.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/tree_site.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/metadata.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/metadata.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/site_info.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/site_info.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/site.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/site.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/top_site.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/site/top_site.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/agent.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/agent.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/service_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/service_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/progress.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/progress.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/service.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/service.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/device_system_upgrade.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/device/device_system_upgrade.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/tpp_info.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/tpp_info.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/comment.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/comment.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/archive.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/archive.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/api_model.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/api_model.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/event_camera.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/event_camera.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/event.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/event.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/device_health_alert.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/event/device_health_alert.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/company.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/company.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/agreement.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/agreement.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/black.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/black.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/dealer.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/dealer.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/result.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/result.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/customer_support.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/customer_support.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/s3_token.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/s3_token.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/session.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/session.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/box.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/model/box.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/camera_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/camera_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/core/camera_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/core/camera_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/core/site_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/core/site_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/alert_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/alert_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/user_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/user_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/event_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/event_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/archive_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/archive_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/event_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/event_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/tracking_object_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/tracking_object_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/share_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/share_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/mute_notification_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/mute_notification_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/archive_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/archive_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/bookmark_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/broadway/bookmark_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/partner/customer_device_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/partner/customer_device_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/partner/partner_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/partner/partner_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/partner/customer_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/partner/customer_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/site_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/site_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/device_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/device_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/upload_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/upload_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/tracking_object_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/tracking_object_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/share_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/share_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/box_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/box_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/agreement_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/agreement_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api_version.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api_version.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api_error.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api_error.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_api_client.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/turing_api_client.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/nest/nest_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/nest/nest_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/authenticate_api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/authenticate_api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/api.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/api/api/api.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/http.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/http.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/cookie_manager/temporary_cookie_manager.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/cookie_manager/temporary_cookie_manager.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/cookie_manager/turing_cookie_manager.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/lib/src/http/cookie_manager/turing_cookie_manager.dart:Running JsonLiteralGenerator - 2 of 2
[INFO] Heartbeat:15.4s elapsed, 369/385 actions completed.
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/test/widget_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/test/widget_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/.dart_tool/build/entrypoint/build.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/turing_mobile/.dart_tool/build/entrypoint/build.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_context.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_context.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_no_context.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/toast_no_context.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/generated_plugin_registrant.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/generated_plugin_registrant.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast_web.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast_web.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/fluttertoast/lib/fluttertoast.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/test/path_provider_ios_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/test/path_provider_ios_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/example/test_driver/integration_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/example/test_driver/integration_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/example/integration_test/path_provider_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/example/integration_test/path_provider_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/lib/path_provider_ios.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/path_provider_ios/lib/path_provider_ios.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/test/messages.g.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/test/messages.g.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/test/shared_preferences_ios_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/test/shared_preferences_ios_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/example/test_driver/integration_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/example/test_driver/integration_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/example/integration_test/shared_preferences_test.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/example/integration_test/shared_preferences_test.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/pigeons/messages.dart:Running JsonSerializableGenerator - 1 of 2
[SEVERE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/pigeons/messages.dart:

line 1, column 204 of asset:turing_mobile/example/ios/.symlinks/plugins/shared_preferences_ios/pigeons/messages.dart: Could not resolve annotation for `abstract class UserDefaultsApi`.
  ╷
1 │ ┌ @ConfigurePigeon(PigeonOptions(
2 │ │   dartOut: 'lib/messages.g.dart',
3 │ │   dartTestOut: 'test/messages.g.dart',
4 │ │   objcHeaderOut: 'ios/Classes/messages.g.h',
5 │ │   objcSourceOut: 'ios/Classes/messages.g.m',
6 │ │   copyrightHeader: 'pigeons/copyright_header.txt',
7 │ └ ))
  ╵
package:source_gen/src/type_checker.dart 114:7              TypeChecker._computeConstantValue
package:source_gen/src/type_checker.dart 139:21             TypeChecker._annotationsWhere
dart:core                                                   Iterable.isEmpty
package:source_gen/src/type_checker.dart 73:20              TypeChecker.firstAnnotationOf
package:source_gen/src/library.dart 45:34                   LibraryReader.annotatedWith
dart:core                                                   _SyncIterator.moveNext
package:json_serializable/src/json_part_builder.dart 59:22  _UnifiedGenerator.generate
package:source_gen/src/builder.dart 352:33                  _generate

[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/lib/shared_preferences_ios.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/lib/shared_preferences_ios.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/interface/model.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/interface/model.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/lib/messages.g.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/ios/.symlinks/plugins/shared_preferences_ios/lib/messages.g.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/interface/interface_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/interface/interface_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/values/server.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/values/server.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/values/themes.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/values/themes.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/toast/demo_toast_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/toast/demo_toast_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/components_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/components_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/status/demo_status_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/status/demo_status_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/main.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/main.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/dialog/demo_dialog_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/dialog/demo_dialog_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/http/box_search_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/http/box_search_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/http/dealer_customer_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/http/dealer_customer_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/http/dealer_me_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/http/dealer_me_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/api_page.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/api_page.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/lib/http/http.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/lib/http/http.dart:Running JsonLiteralGenerator - 2 of 2
[FINE] json_serializable:json_serializable on example/.dart_tool/flutter_build/dart_plugin_registrant.dart:Running JsonSerializableGenerator - 1 of 2
[FINE] json_serializable:json_serializable on example/.dart_tool/flutter_build/dart_plugin_registrant.dart:Running JsonLiteralGenerator - 2 of 2
[INFO] Heartbeat:16.9s elapsed, 614/629 actions completed.
[INFO] Heartbeat:17.9s elapsed, 859/859 actions completed.
[INFO] Heartbeat:19.0s elapsed, 1119/1133 actions completed.
[INFO] Build:Running build completed, took 19.4s

[INFO] Build:Caching finalized dependency graph...
[INFO] Build:Caching finalized dependency graph completed, took 125ms

[SEVERE] Build:
Failed after 19.5s
[+21323 ms] "flutter run" took 21,399ms.
[   +2 ms] pub finished with exit code 1
[        ] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      _DefaultPub.interactively (package:flutter_tools/src/dart/pub.dart:416:7)
           <asynchronous suspension>
           #2      PackagesForwardCommand.runCommand (package:flutter_tools/src/commands/packages.dart:251:5)
           <asynchronous suspension>
           #3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1183:27)
           <asynchronous suspension>
           #4      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #5      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #6      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9)
           <asynchronous suspension>
           #7      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #8      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
           <asynchronous suspension>
           #9      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #10     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #11     main (package:flutter_tools/executable.dart:94:3)
           <asynchronous suspension>

[ +258 ms] ensureAnalyticsSent: 257ms
[   +2 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1
cyaggg commented 2 years ago

There is example/.flutter-plugins file

# This is a generated file; do not edit or check into version control.
fluttertoast=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/fluttertoast-8.0.9/
path_provider=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.9/
path_provider_android=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_android-2.0.12/
path_provider_ios=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_ios-2.0.8/
path_provider_linux=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_linux-2.1.5/
path_provider_macos=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_macos-2.0.5/
path_provider_windows=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider_windows-2.0.5/
shared_preferences=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences-2.0.13/
shared_preferences_android=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_android-2.0.11/
shared_preferences_ios=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.1.0/
shared_preferences_linux=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_linux-2.1.0/
shared_preferences_macos=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_macos-2.0.3/
shared_preferences_web=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_web-2.0.3/
shared_preferences_windows=/Users/yunhe/Downloads/flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_windows-2.1.0/
turing_mobile=/Users/yunhe/turing-mobile/
subzero911 commented 1 year ago

Hide your logs under details and summary tags. The topic is impossible to read.

jakemac53 commented 1 year ago

See https://github.com/dart-lang/build/issues/3464 (marking as duplicate even though this was filed first, that has more context/discussion)