Skip to content

macOS desktop app freezes on close #118315

@mjtalbot

Description

@mjtalbot

Steps to Reproduce

This seems to be a regression on the master channel, and behave as expected on the beta channel.

Closing the macos desktop app from the menu freezes the application, this happens when displaying a widget that has a custom renderbox that has scheduled a frameCallback.

Expected results: when clicking close from the application menu, I expect the application to close

Actual results: the application freezes

Code sample

I've made a minimal repository that reproduces the issue:
https://github.com/mjtalbot/flutter-close-freeze

Logs (note, there are no logs when the application freezes, also the full logs are longer than I am allowed to add to the description of the error)
flutter run -d macos --verbose
[  +14 ms] executing: sysctl hw.optional.arm64
[   +7 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[   +1 ms] executing: [/Users/maxwelltalbot/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   +9 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 957781a108ff3a555e4df36beb8c1ebe12c85051
[        ] executing: [/Users/maxwelltalbot/development/flutter/] git tag --points-at 957781a108ff3a555e4df36beb8c1ebe12c85051
[  +18 ms] Exit code 0 from: git tag --points-at 957781a108ff3a555e4df36beb8c1ebe12c85051
[   +1 ms] executing: [/Users/maxwelltalbot/development/flutter/] git describe --match *.*.* --long --tags
957781a108ff3a555e4df36beb8c1ebe12c85051
[  +25 ms] Exit code 0 from: git describe --match *.*.* --long --tags 957781a108ff3a555e4df36beb8c1ebe12c85051
[        ] 3.7.0-16.0.pre-24-g957781a108
[  +12 ms] executing: [/Users/maxwelltalbot/development/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[   +9 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] origin/master
[        ] executing: [/Users/maxwelltalbot/development/flutter/] git ls-remote --get-url origin
[   +9 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +20 ms] executing: [/Users/maxwelltalbot/development/flutter/] git rev-parse --abbrev-ref HEAD
[   +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] master
[        ] executing: sw_vers -productName
[  +13 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +13 ms] Exit code 0 from: sw_vers -productVersion
[        ] 13.2
[        ] executing: sw_vers -buildVersion
[  +13 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 22D7750270d
[        ] executing: uname -m
[   +4 ms] Exit code 0 from: uname -m
[        ] x86_64
[  +30 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 '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.
[  +48 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.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[   +1 ms] 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] executing: sysctl hw.optional.arm64
[   +4 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[ +155 ms] Exit code 0 from: xcrun xcodebuild -version
[   +1 ms] Xcode 13.3
           Build version 13E113
[  +49 ms] Skipping pub get: version match.
[ +139 ms] Generating
/Users/maxwelltalbot/development/playground/fooboo/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  +78 ms] Initializing file store
[   +7 ms] Skipping target: gen_localizations
[   +4 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated
contents: /Users/maxwelltalbot/development/playground/fooboo/.dart_tool/package_config_subset}
[  +21 ms] gen_dart_plugin_registrant: Complete
[   +1 ms] Skipping target: _composite
[   +2 ms] complete
[   +5 ms] Launching lib/main.dart on macOS in debug mode...
[   +3 ms] /Users/maxwelltalbot/development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/maxwelltalbot/development/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root
/Users/maxwelltalbot/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
/var/folders/v3/02q40zpj3zd7nj2sxhlxzp840000gn/T/flutter_tools.TBXB5L/flutter_tool.CdsmmF/app.dill --packages
/Users/maxwelltalbot/development/playground/fooboo/.dart_tool/package_config.json -Ddart.vm.profile=false
-Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --verbosity=error --flutter-widget-cache
--enable-experiment=alternative-invalidation-strategy
[  +16 ms] Podfile not found, skipping global platform macOS version migration.
[  +38 ms] executing: [/Users/maxwelltalbot/development/playground/fooboo/macos/] xcrun xcodebuild -list -project
Runner.xcodeproj
[  +13 ms] <- compile package:fooboo/main.dart
[+1237 ms] Command line invocation:
                        /Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr/bin/xcodebuild -list -project
                        Runner.xcodeproj

                    User defaults from command line:
                        IDEPackageSupportUseBuiltinSCM = YES

                    Information about project "Runner":
                        Targets:
                            Runner
                            RunnerTests
                            Flutter Assemble

                        Build Configurations:
                            Debug
                            Release
                            Profile

                        If no build configuration is specified and -scheme is not passed then "Release" is used.

                        Schemes:
                            Flutter Assemble
                            Runner


                    2023-01-11 11:57:12.934 xcodebuild[68920:7222612] Requested but did not find extension point with identifier
                    Xcode.IDEKit.ExtensionSentinelHostApplications for extension
                    Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
                    2023-01-11 11:57:12.935 xcodebuild[68920:7222612] Requested but did not find extension point with identifier
                    Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
                    Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in
                    com.apple.dt.IDEWatchSupportCore
[   +3 ms] Building macOS application...
[   +1 ms] executing: /usr/bin/env xcrun xcodebuild -workspace
/Users/maxwelltalbot/development/playground/fooboo/macos/Runner.xcworkspace -configuration Debug -scheme Runner -derivedDataPath
/Users/maxwelltalbot/development/playground/fooboo/build/macos -destination platform=macOS
OBJROOT=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex
SYMROOT=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products VERBOSE_SCRIPT_LOGGING=YES
COMPILER_INDEX_STORE_ENABLE=NO
[ +403 ms] 2023-01-11 11:57:14.135 xcodebuild[68933:7222819] Requested but did not find extension point with identifier
Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in
com.apple.dt.IDEWatchSupportCore
[   +2 ms] 2023-01-11 11:57:14.135 xcodebuild[68933:7222819] Requested but did not find extension point with identifier
Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension
Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
[ +219 ms] Command line invocation:
[        ]     /Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace
/Users/maxwelltalbot/development/playground/fooboo/macos/Runner.xcworkspace -configuration Debug -scheme Runner -derivedDataPath
/Users/maxwelltalbot/development/playground/fooboo/build/macos -destination platform=macOS
OBJROOT=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex
SYMROOT=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products VERBOSE_SCRIPT_LOGGING=YES
COMPILER_INDEX_STORE_ENABLE=NO
[        ] User defaults from command line:
[        ]     IDEDerivedDataPathOverride = /Users/maxwelltalbot/development/playground/fooboo/build/macos
[        ]     IDEPackageSupportUseBuiltinSCM = YES
[        ] Build settings from command line:
[        ]     COMPILER_INDEX_STORE_ENABLE = NO
[        ]     OBJROOT = /Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex
[        ]     SYMROOT = /Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products
[        ]     VERBOSE_SCRIPT_LOGGING = YES
[ +529 ms] note: Using new build system
[   +8 ms] note: Planning
[  +43 ms] Analyze workspace
[  +29 ms] Create build description
[+1208 ms] Build description signature: a8b32d8661bf1225144fdbc1dc09ea87
[        ] Build description path:
/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/XCBuildData/a8b32d8661bf1225144fdbc1d
c09ea87-desc.xcbuild
[  +13 ms] note: Build preparation complete
[        ] note: Building targets in dependency order
[  +23 ms] PhaseScriptExecution Run\ Script
/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter\
Assemble.build/Script-33CC111E2044C6BF0003C045.sh (in target 'Flutter Assemble' from project 'Runner')
[        ]     cd /Users/maxwelltalbot/development/playground/fooboo/macos
[        ]     export ACTION\=build
[        ]     export AD_HOC_CODE_SIGNING_ALLOWED\=YES
[        ]     export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
[        ]     export ALTERNATE_GROUP\=staff
[        ]     export ALTERNATE_MODE\=u+w,go-w,a+rX
[        ]     export ALTERNATE_OWNER\=maxwelltalbot
[        ]     export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
[        ]     export ALWAYS_SEARCH_USER_PATHS\=NO
[        ]     export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
[        ]     export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer
[        ]     export APPLE_INTERNAL_DIR\=/AppleInternal
[        ]     export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation
[        ]     export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library
[        ]     export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools
[        ]     export APPLICATION_EXTENSION_API_ONLY\=NO
[        ]     export APPLY_RULES_IN_COPY_FILES\=NO
[        ]     export APPLY_RULES_IN_COPY_HEADERS\=NO
[        ]     export ARCHS\=x86_64
[        ]     export ARCHS_STANDARD\=arm64\ x86_64
[        ]     export ARCHS_STANDARD_32_64_BIT\=arm64\ x86_64\ i386
[        ]     export ARCHS_STANDARD_32_BIT\=i386
[        ]     export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
[        ]     export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
[        ]     export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\
watchsimulator
[        ]     export BITCODE_GENERATION_MODE\=marker
[        ]     export BUILD_ACTIVE_RESOURCES_ONLY\=NO
[        ]     export BUILD_COMPONENTS\=headers\ build
[        ]     export BUILD_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products
[        ]     export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
[        ]     export BUILD_ROOT\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products
[        ]     export BUILD_STYLE\=
[        ]     export BUILD_VARIANTS\=normal
[        ]     export BUILT_PRODUCTS_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug
[        ]     export BUNDLE_CONTENTS_FOLDER_PATH\=Contents/
[        ]     export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
[        ]     export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
[        ]     export BUNDLE_EXECUTABLE_FOLDER_PATH\=Contents/MacOS
[        ]     export BUNDLE_FORMAT\=deep
[        ]     export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Contents/Frameworks
[        ]     export BUNDLE_PLUGINS_FOLDER_PATH\=Contents/PlugIns
[        ]     export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=Contents/PrivateHeaders
[        ]     export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Contents/Headers
[        ]     export CACHE_ROOT\=/var/folders/v3/02q40zpj3zd7nj2sxhlxzp840000gn/C/com.apple.DeveloperTools/13.3-13E113/Xcode
[        ]     export CCHROOT\=/var/folders/v3/02q40zpj3zd7nj2sxhlxzp840000gn/C/com.apple.DeveloperTools/13.3-13E113/Xcode
[        ]     export CHMOD\=/bin/chmod
[        ]     export CHOWN\=/usr/sbin/chown
[        ]     export CLANG_ANALYZER_NONNULL\=YES
[        ]     export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION\=YES_AGGRESSIVE
[        ]     export CLANG_CXX_LANGUAGE_STANDARD\=gnu++14
[        ]     export CLANG_CXX_LIBRARY\=libc++
[        ]     export CLANG_ENABLE_MODULES\=YES
[        ]     export CLANG_ENABLE_OBJC_ARC\=YES
[        ]     export
CLANG_MODULES_BUILD_SESSION_FILE\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/ModuleCache.noindex/Session.mod
ulevalidation
[        ]     export CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY\=YES
[        ]     export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING\=YES
[        ]     export CLANG_WARN_BOOL_CONVERSION\=YES
[        ]     export CLANG_WARN_COMMA\=YES
[        ]     export CLANG_WARN_CONSTANT_CONVERSION\=YES
[        ]     export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS\=YES
[        ]     export CLANG_WARN_DIRECT_OBJC_ISA_USAGE\=YES_ERROR
[        ]     export CLANG_WARN_DOCUMENTATION_COMMENTS\=YES
[        ]     export CLANG_WARN_EMPTY_BODY\=YES
[        ]     export CLANG_WARN_ENUM_CONVERSION\=YES
[        ]     export CLANG_WARN_INFINITE_RECURSION\=YES
[        ]     export CLANG_WARN_INT_CONVERSION\=YES
[        ]     export CLANG_WARN_NON_LITERAL_NULL_CONVERSION\=YES
[        ]     export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF\=YES
[        ]     export CLANG_WARN_OBJC_LITERAL_CONVERSION\=YES
[        ]     export CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK\=YES
[        ]     export CLANG_WARN_OBJC_ROOT_CLASS\=YES_ERROR
[        ]     export CLANG_WARN_PRAGMA_PACK\=YES
[        ]     export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES
[        ]     export CLANG_WARN_STRICT_PROTOTYPES\=YES
[        ]     export CLANG_WARN_SUSPICIOUS_MOVE\=YES
[        ]     export CLANG_WARN_UNGUARDED_AVAILABILITY\=YES_AGGRESSIVE
[        ]     export CLANG_WARN_UNREACHABLE_CODE\=YES
[        ]     export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
[        ]     export
CLASS_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Fl
utter\ Assemble.build/JavaClasses
[        ]     export CLEAN_PRECOMPS\=YES
[        ]     export CLONE_HEADERS\=NO
[        ]     export COCOAPODS_PARALLEL_CODE_SIGN\=true
[        ]     export
CODESIGNING_FOLDER_PATH\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug/
[        ]     export CODE_SIGNING_ALLOWED\=YES
[        ]     export CODE_SIGN_IDENTITY\=-
[        ]     export CODE_SIGN_IDENTITY_NO\=Apple\ Development
[        ]     export CODE_SIGN_IDENTITY_YES\=-
[        ]     export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
[        ]     export CODE_SIGN_STYLE\=Manual
[        ]     export COLOR_DIAGNOSTICS\=NO
[        ]     export COMBINE_HIDPI_IMAGES\=NO
[        ]     export COMPILER_INDEX_STORE_ENABLE\=NO
[        ]     export
COMPOSITE_SDK_DIRS\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/CompositeSDKs
[        ]     export COMPRESS_PNG_FILES\=NO
[        ]     export CONFIGURATION\=Debug
[        ]     export
CONFIGURATION_BUILD_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug
[        ]     export
CONFIGURATION_TEMP_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/
Debug
[        ]     export COPYING_PRESERVES_HFS_DATA\=NO
[        ]     export COPY_HEADERS_RUN_UNIFDEF\=NO
[        ]     export COPY_PHASE_STRIP\=NO
[        ]     export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS\=YES
[        ]     export CP\=/bin/cp
[        ]     export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
[        ]     export CURRENT_ARCH\=undefined_arch
[        ]     export CURRENT_VARIANT\=normal
[        ]     export DART_DEFINES\=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ\=\=
[        ]     export DART_OBFUSCATION\=false
[        ]     export DEAD_CODE_STRIPPING\=NO
[        ]     export DEBUGGING_SYMBOLS\=YES
[        ]     export DEBUG_INFORMATION_FORMAT\=dwarf
[        ]     export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
[        ]     export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
[        ]     export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
[        ]     export DEFINES_MODULE\=NO
[        ]     export DEPLOYMENT_LOCATION\=NO
[        ]     export DEPLOYMENT_POSTPROCESSING\=NO
[        ]     export DEPLOYMENT_TARGET_SETTING_NAME\=MACOSX_DEPLOYMENT_TARGET
[        ]     export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=10.9\ 10.10\ 10.11\ 10.12\ 10.13\ 10.14\ 10.15\ 11.0\ 11.1\ 11.2\
11.3\ 11.4\ 11.5\ 12.0\ 12.2\ 12.3
[        ]     export
DERIVED_FILES_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug
/Flutter\ Assemble.build/DerivedSources
[        ]     export
DERIVED_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/
Flutter\ Assemble.build/DerivedSources
[        ]     export
DERIVED_SOURCES_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Deb
ug/Flutter\ Assemble.build/DerivedSources
[        ]     export DEVELOPER_APPLICATIONS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications
[        ]     export DEVELOPER_BIN_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr/bin
[        ]     export DEVELOPER_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer
[        ]     export DEVELOPER_FRAMEWORKS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Library/Frameworks
[        ]     export
DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Library/Frameworks
[        ]     export DEVELOPER_LIBRARY_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Library
[        ]     export
DEVELOPER_SDK_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
[        ]     export DEVELOPER_TOOLS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Tools
[        ]     export DEVELOPER_USR_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr
[        ]     export DEVELOPMENT_LANGUAGE\=en
[        ]     export DONT_GENERATE_INFOPLIST_FILE\=NO
[        ]     export DO_HEADER_SCANNING_IN_JAM\=NO
[        ]     export DSTROOT\=/tmp/Runner.dst
[        ]     export
DT_TOOLCHAIN_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
[        ]     export DWARF_DSYM_FILE_NAME\=.dSYM
[        ]     export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
[        ]     export
DWARF_DSYM_FOLDER_PATH\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug
[        ]     export DYNAMIC_LIBRARY_EXTENSION\=dylib
[        ]     export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
[        ]     export EMBEDDED_PROFILE_NAME\=embedded.provisionprofile
[        ]     export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
[        ]     export ENABLE_APP_SANDBOX\=NO
[        ]     export ENABLE_BITCODE\=NO
[        ]     export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
[        ]     export ENABLE_DEFAULT_SEARCH_PATHS\=YES
[        ]     export ENABLE_HARDENED_RUNTIME\=NO
[        ]     export ENABLE_HEADER_DEPENDENCIES\=YES
[        ]     export ENABLE_ON_DEMAND_RESOURCES\=NO
[        ]     export ENABLE_PREVIEWS\=NO
[        ]     export ENABLE_STRICT_OBJC_MSGSEND\=YES
[        ]     export ENABLE_TESTABILITY\=YES
[        ]     export ENABLE_TESTING_SEARCH_PATHS\=NO
[        ]     export ENTITLEMENTS_DESTINATION\=Signature
[        ]     export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
[        ]     export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\
\*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
[        ]     export
FILE_LIST\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter
\ Assemble.build/Objects/LinkFileList
[        ]     export
FIXED_FILES_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/F
lutter\ Assemble.build/FixedFiles
[        ]     export FLUTTER_APPLICATION_PATH\=/Users/maxwelltalbot/development/playground/fooboo
[        ]     export FLUTTER_BUILD_DIR\=build
[        ]     export FLUTTER_BUILD_NAME\=1.0.0
[        ]     export FLUTTER_BUILD_NUMBER\=1
[        ]     export FLUTTER_ROOT\=/Users/maxwelltalbot/development/flutter
[        ]     export FLUTTER_TARGET\=/Users/maxwelltalbot/development/playground/fooboo/lib/main.dart
[        ]     export FRAMEWORK_VERSION\=A
[        ]     export GCC3_VERSION\=3.3
[        ]     export GCC_C_LANGUAGE_STANDARD\=gnu11
[        ]     export GCC_DYNAMIC_NO_PIC\=NO
[        ]     export GCC_NO_COMMON_BLOCKS\=YES
[        ]     export GCC_OPTIMIZATION_LEVEL\=0
[        ]     export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
[        ]     export GCC_PREPROCESSOR_DEFINITIONS\=DEBUG\=1\
[        ]     export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
[        ]     export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
[        ]     export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
[        ]     export GCC_WARN_64_TO_32_BIT_CONVERSION\=YES
[        ]     export GCC_WARN_ABOUT_RETURN_TYPE\=YES_ERROR
[        ]     export GCC_WARN_SHADOW\=YES
[        ]     export GCC_WARN_STRICT_SELECTOR_MATCH\=YES
[        ]     export GCC_WARN_UNDECLARED_SELECTOR\=YES
[        ]     export GCC_WARN_UNINITIALIZED_AUTOS\=YES_AGGRESSIVE
[        ]     export GCC_WARN_UNUSED_FUNCTION\=YES
[        ]     export GCC_WARN_UNUSED_VARIABLE\=YES
[        ]     export
GENERATED_MODULEMAP_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/GeneratedMod
uleMaps
[        ]     export GENERATE_INFOPLIST_FILE\=NO
[        ]     export GENERATE_MASTER_OBJECT_FILE\=NO
[        ]     export GENERATE_PKGINFO_FILE\=NO
[        ]     export GENERATE_PROFILING_CODE\=NO
[        ]     export GENERATE_TEXT_BASED_STUBS\=NO
[        ]     export GID\=20
[        ]     export GROUP\=staff
[        ]     export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES
[        ]     export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES
[        ]     export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES
[        ]     export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES
[        ]     export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES
[        ]     export HEADERMAP_USES_VFS\=NO
[        ]     export HIDE_BITCODE_SYMBOLS\=YES
[        ]     export HOME\=/Users/maxwelltalbot
[        ]     export ICONV\=/usr/bin/iconv
[        ]     export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
[        ]     export INFOPLIST_OUTPUT_FORMAT\=same-as-input
[        ]     export INFOPLIST_PREPROCESS\=NO
[        ]     export INLINE_PRIVATE_FRAMEWORKS\=NO
[        ]     export INSTALLHDRS_COPY_PHASE\=NO
[        ]     export INSTALLHDRS_SCRIPT_PHASE\=NO
[        ]     export INSTALL_DIR\=/tmp/Runner.dst
[        ]     export INSTALL_GROUP\=staff
[        ]     export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
[        ]     export INSTALL_OWNER\=maxwelltalbot
[        ]     export INSTALL_ROOT\=/tmp/Runner.dst
[        ]     export IOS_UNZIPPERED_TWIN_PREFIX_PATH\=/System/iOSSupport
[        ]     export IS_MACCATALYST\=NO
[        ]     export IS_UIKITFORMAC\=NO
[        ]     export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
[        ]     export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
[        ]     export JAVA_ARCHIVE_CLASSES\=YES
[        ]     export JAVA_ARCHIVE_TYPE\=JAR
[        ]     export JAVA_COMPILER\=/usr/bin/javac
[        ]     export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
[        ]     export JAVA_JAR_FLAGS\=cv
[        ]     export JAVA_SOURCE_SUBDIR\=.
[        ]     export JAVA_USE_DEPENDENCIES\=YES
[        ]     export JAVA_ZIP_FLAGS\=-urg
[        ]     export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
[        ]     export KASAN_DEFAULT_CFLAGS\=-DKASAN\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\
-asan-force-dynamic-shadow
[        ]     export KEEP_PRIVATE_EXTERNS\=NO
[        ]     export
LD_DEPENDENCY_INFO_FILE\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build
/Debug/Flutter\ Assemble.build/Objects-normal/undefined_arch/Flutter\ Assemble_dependency_info.dat
[        ]     export LD_GENERATE_MAP_FILE\=NO
[        ]     export
LD_MAP_FILE_PATH\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/
Flutter\ Assemble.build/Flutter\ Assemble-LinkMap-normal-undefined_arch.txt
[        ]     export LD_NO_PIE\=NO
[        ]     export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
[        ]     export
LEGACY_DEVELOPER_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Deve
loper
[        ]     export LEX\=lex
[        ]     export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
[        ]     export LIBRARY_FLAG_NOSPACE\=YES
[        ]     export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
[        ]     export LINKER_DISPLAYS_MANGLED_NAMES\=NO
[        ]     export
LINK_FILE_LIST_normal_x86_64\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.
build/Debug/Flutter\ Assemble.build/Objects-normal/x86_64/Flutter\ Assemble.LinkFileList
[   +1 ms]     export LINK_WITH_STANDARD_LIBRARIES\=YES
[        ]     export LLVM_TARGET_TRIPLE_OS_VERSION\=macos10.14
[        ]     export LLVM_TARGET_TRIPLE_OS_VERSION_NO\=macos10.14
[        ]     export LLVM_TARGET_TRIPLE_OS_VERSION_YES\=macos12.3
[        ]     export LLVM_TARGET_TRIPLE_VENDOR\=apple
[        ]     export LOCALIZATION_EXPORT_SUPPORTED\=YES
[        ]     export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString
[        ]     export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
[        ]     export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities
[        ]     export LOCAL_APPS_DIR\=/Applications
[        ]     export LOCAL_DEVELOPER_DIR\=/Library/Developer
[        ]     export LOCAL_LIBRARY_DIR\=/Library
[        ]     export LOCROOT\=/Users/maxwelltalbot/development/playground/fooboo/macos
[        ]     export LOCSYMROOT\=/Users/maxwelltalbot/development/playground/fooboo/macos
[        ]     export MACOSX_DEPLOYMENT_TARGET\=10.14
[        ]     export MAC_OS_X_PRODUCT_BUILD_VERSION\=22D5027d
[        ]     export MAC_OS_X_VERSION_ACTUAL\=130200
[        ]     export MAC_OS_X_VERSION_MAJOR\=130000
[        ]     export MAC_OS_X_VERSION_MINOR\=130200
[        ]     export METAL_LIBRARY_FILE_BASE\=default
[        ]     export
METAL_LIBRARY_OUTPUT_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug/
[        ]     export MODULE_CACHE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/ModuleCache.noindex
[        ]     export MTL_ENABLE_DEBUG_INFO\=YES
[        ]     export NATIVE_ARCH\=x86_64
[        ]     export NATIVE_ARCH_32_BIT\=i386
[        ]     export NATIVE_ARCH_64_BIT\=x86_64
[        ]     export NATIVE_ARCH_ACTUAL\=x86_64
[        ]     export NO_COMMON\=YES
[        ]     export
OBJECT_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/F
lutter\ Assemble.build/Objects
[        ]     export
OBJECT_FILE_DIR_normal\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/
Debug/Flutter\ Assemble.build/Objects-normal
[        ]     export OBJROOT\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex
[        ]     export ONLY_ACTIVE_ARCH\=YES
[        ]     export OS\=MACOS
[        ]     export OSAC\=/usr/bin/osacompile
[        ]     export PACKAGE_CONFIG\=/Users/maxwelltalbot/development/playground/fooboo/.dart_tool/package_config.json
[        ]     export PASCAL_STRINGS\=YES
[        ]     export
PATH\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Users/maxwelltalb
ot/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Users/maxwelltalbot/Downloads/Xcode
.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Develo
per/Platforms/MacOSX.platform/usr/bin:/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/
local/bin:/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Users/maxwell
talbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Users/maxwelltalbot/Downloads/X
code.app/Contents/Developer/usr/bin:/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr/local/bin:/Users/maxwelltalb
ot/.docker/bin:/usr/local/lib/ruby/gems/2.6.0/bin:/usr/local/opt/[email protected]/bin:/usr/local/opt/node@16/bin:/usr/local/opt/terrafor
[email protected]/bin:/usr/local/opt/libpq/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/MacGPG
2/bin:/Library/Apple/usr/bin:/Users/maxwelltalbot/development/flutter/bin:/Users/maxwelltalbot/Library/Python/3.7/bin/:/Users/ma
xwelltalbot/development/rive/rive-cpp/wasm/custom_emcc/emsdk:/Users/maxwelltalbot/development/rive/rive-cpp/wasm/custom_emcc/ems
dk/node/12.18.1_64bit/bin:/Users/maxwelltalbot/development/rive/rive-cpp/wasm/custom_emcc/emsdk/python/3.7.4_64bit/bin:/Users/ma
xwelltalbot/development/rive/rive-cpp/wasm/custom_emcc/emsdk/upstream/emscripten:/Users/maxwelltalbot/.cargo/bin:/Users/maxwellt
albot/Library/Android/sdk/platform-tools:/Users/maxwelltalbot/Library/Android/sdk/emulator:/Users/maxwelltalbot/Library/Android/
sdk/tools:/Users/maxwelltalbot/Library/Android/sdk/tools/bin
[        ]     export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\
/System/Library/Frameworks\ /System/Library/PrivateFrameworks\
/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Headers\
/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/SDKs\
/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms
[        ]     export
PER_ARCH_OBJECT_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.buil
d/Debug/Flutter\ Assemble.build/Objects-normal/undefined_arch
[        ]     export
PER_VARIANT_OBJECT_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.b
uild/Debug/Flutter\ Assemble.build/Objects-normal
[        ]     export
PKGINFO_FILE_PATH\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug
/Flutter\ Assemble.build/PkgInfo
[        ]     export
PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications
[        ]     export PLATFORM_DEVELOPER_BIN_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr/bin
[        ]     export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Library
[        ]     export
PLATFORM_DEVELOPER_SDK_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
[        ]     export PLATFORM_DEVELOPER_TOOLS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Tools
[        ]     export PLATFORM_DEVELOPER_USR_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr
[        ]     export PLATFORM_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform
[        ]     export PLATFORM_DISPLAY_NAME\=macOS
[        ]     export PLATFORM_FAMILY_NAME\=macOS
[        ]     export PLATFORM_NAME\=macosx
[        ]     export PLATFORM_PREFERRED_ARCH\=x86_64
[        ]     export PLATFORM_PRODUCT_BUILD_VERSION\=13E113
[        ]     export PLIST_FILE_OUTPUT_FORMAT\=same-as-input
[        ]     export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
[        ]     export
PRECOMP_DESTINATION_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build
/Debug/Flutter\ Assemble.build/PrefixHeaders
[        ]     export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
[        ]     export PRODUCT_MODULE_NAME\=Flutter_Assemble
[        ]     export PRODUCT_NAME\=Flutter\ Assemble
[        ]     export PRODUCT_SETTINGS_PATH\=
[        ]     export PROFILING_CODE\=NO
[        ]     export PROJECT\=Runner
[        ]     export
PROJECT_DERIVED_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.buil
d/DerivedSources
[        ]     export PROJECT_DIR\=/Users/maxwelltalbot/development/playground/fooboo/macos
[        ]     export PROJECT_FILE_PATH\=/Users/maxwelltalbot/development/playground/fooboo/macos/Runner.xcodeproj
[        ]     export PROJECT_NAME\=Runner
[        ]     export
PROJECT_TEMP_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build
[        ]     export
PROJECT_TEMP_ROOT\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex
[        ]     export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
[        ]     export REMOVE_CVS_FROM_RESOURCES\=YES
[        ]     export REMOVE_GIT_FROM_RESOURCES\=YES
[        ]     export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
[        ]     export REMOVE_HG_FROM_RESOURCES\=YES
[        ]     export REMOVE_SVN_FROM_RESOURCES\=YES
[        ]     export
REZ_COLLECTOR_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug
/Flutter\ Assemble.build/ResourceManagerResources
[        ]     export
REZ_OBJECTS_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/F
lutter\ Assemble.build/ResourceManagerResources/Objects
[        ]     export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
[        ]     export SCRIPT_INPUT_FILE_0\=/Users/maxwelltalbot/development/playground/fooboo/macos/Flutter/ephemeral/tripwire
[        ]     export SCRIPT_INPUT_FILE_COUNT\=1
[        ]     export
SCRIPT_INPUT_FILE_LIST_0\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.buil
d/Debug/Flutter\
Assemble.build/InputFileList-33CC111E2044C6BF0003C045-FlutterInputs-524029d4a2993ece68321195bfeb787d-resolved.xcfilelist
[        ]     export SCRIPT_INPUT_FILE_LIST_COUNT\=1
[        ]     export SCRIPT_OUTPUT_FILE_COUNT\=0
[        ]     export
SCRIPT_OUTPUT_FILE_LIST_0\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.bui
ld/Debug/Flutter\
Assemble.build/OutputFileList-33CC111E2044C6BF0003C045-FlutterOutputs-a08096408b06c6aedc6d05eb65af9116-resolved.xcfilelist
[        ]     export SCRIPT_OUTPUT_FILE_LIST_COUNT\=1
[        ]     export
SDKROOT\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
[        ]     export
SDK_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk
[        ]     export
SDK_DIR_macosx\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.
sdk
[        ]     export
SDK_DIR_macosx12_3\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX1
2.3.sdk
[        ]     export SDK_NAME\=macosx12.3
[        ]     export SDK_NAMES\=macosx12.3
[        ]     export SDK_PRODUCT_BUILD_VERSION\=21E226
[        ]     export SDK_VERSION\=12.3
[        ]     export SDK_VERSION_ACTUAL\=120300
[        ]     export SDK_VERSION_MAJOR\=120000
[        ]     export SDK_VERSION_MINOR\=120300
[        ]     export SED\=/usr/bin/sed
[        ]     export SEPARATE_STRIP\=NO
[        ]     export SEPARATE_SYMBOL_EDIT\=NO
[        ]     export SET_DIR_MODE_OWNER_GROUP\=YES
[        ]     export SET_FILE_MODE_OWNER_GROUP\=NO
[        ]     export SHALLOW_BUNDLE\=NO
[        ]     export
SHARED_DERIVED_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug/DerivedSources
[        ]     export
SHARED_PRECOMPS_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/PrecompiledHeade
rs
[        ]     export SKIP_INSTALL\=YES
[        ]     export SOURCE_ROOT\=/Users/maxwelltalbot/development/playground/fooboo/macos
[        ]     export SRCROOT\=/Users/maxwelltalbot/development/playground/fooboo/macos
[        ]     export
STRINGSDATA_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/F
lutter\ Assemble.build/Objects-normal/undefined_arch
[        ]     export
STRINGSDATA_ROOT\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/
Flutter\ Assemble.build
[        ]     export STRINGS_FILE_INFOPLIST_RENAME\=YES
[        ]     export STRINGS_FILE_OUTPUT_ENCODING\=UTF-16
[        ]     export STRIP_BITCODE_FROM_COPIED_FILES\=NO
[        ]     export STRIP_INSTALLED_PRODUCT\=NO
[        ]     export STRIP_PNG_TEXT\=NO
[        ]     export STRIP_STYLE\=all
[        ]     export STRIP_SWIFT_SYMBOLS\=YES
[        ]     export SUPPORTED_PLATFORMS\=macosx
[        ]     export SUPPORTS_TEXT_BASED_API\=NO
[        ]     export SWIFT_ACTIVE_COMPILATION_CONDITIONS\=DEBUG
[        ]     export SWIFT_EMIT_LOC_STRINGS\=NO
[        ]     export SWIFT_OPTIMIZATION_LEVEL\=-Onone
[        ]     export SWIFT_PLATFORM_TARGET_PREFIX\=macos
[        ]     export
SWIFT_RESPONSE_FILE_PATH_normal_x86_64\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noind
ex/Runner.build/Debug/Flutter\ Assemble.build/Objects-normal/x86_64/Flutter\ Assemble.SwiftFileList
[        ]     export SYMROOT\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products
[        ]     export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
[        ]     export SYSTEM_APPS_DIR\=/Applications
[        ]     export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
[        ]     export SYSTEM_DEMOS_DIR\=/Applications/Extras
[        ]     export SYSTEM_DEVELOPER_APPS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications
[        ]     export SYSTEM_DEVELOPER_BIN_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr/bin
[        ]     export
SYSTEM_DEVELOPER_DEMOS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
[        ]     export SYSTEM_DEVELOPER_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer
[        ]     export SYSTEM_DEVELOPER_DOC_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/ADC\ Reference\
Library
[        ]     export
SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
[        ]     export
SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications/Java\ Tools
[        ]     export
SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications/Performance\
Tools
[        ]     export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/ADC\
Reference\ Library/releasenotes
[        ]     export SYSTEM_DEVELOPER_TOOLS\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Tools
[        ]     export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/ADC\
Reference\ Library/documentation/DeveloperTools
[        ]     export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/ADC\
Reference\ Library/releasenotes/DeveloperTools
[        ]     export SYSTEM_DEVELOPER_USR_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/usr
[        ]     export
SYSTEM_DEVELOPER_UTILITIES_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Applications/Utilities
[        ]     export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
[        ]     export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
[        ]     export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
[        ]     export SYSTEM_LIBRARY_DIR\=/System/Library
[        ]     export TAPI_ENABLE_PROJECT_HEADERS\=NO
[        ]     export TAPI_VERIFY_MODE\=ErrorsOnly
[        ]     export TARGETNAME\=Flutter\ Assemble
[        ]     export TARGET_BUILD_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug
[        ]     export TARGET_NAME\=Flutter\ Assemble
[        ]     export
TARGET_TEMP_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/F
lutter\ Assemble.build
[        ]     export
TEMP_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter\
Assemble.build
[        ]     export
TEMP_FILES_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Fl
utter\ Assemble.build
[        ]     export
TEMP_FILE_DIR\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flu
tter\ Assemble.build
[        ]     export TEMP_ROOT\=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex
[        ]     export TEST_FRAMEWORK_SEARCH_PATHS\=\
/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks
[        ]     export TEST_LIBRARY_SEARCH_PATHS\=\
/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib
[        ]     export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
[        ]     export
TOOLCHAIN_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
[        ]     export TRACK_WIDGET_CREATION\=true
[        ]     export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
[        ]     export TREE_SHAKE_ICONS\=false
[        ]     export UID\=501
[        ]     export UNSTRIPPED_PRODUCT\=NO
[        ]     export USER\=maxwelltalbot
[        ]     export USER_APPS_DIR\=/Users/maxwelltalbot/Applications
[        ]     export USER_LIBRARY_DIR\=/Users/maxwelltalbot/Library
[        ]     export USE_DYNAMIC_NO_PIC\=YES
[        ]     export USE_HEADERMAP\=YES
[        ]     export USE_HEADER_SYMLINKS\=NO
[        ]     export USE_LLVM_TARGET_TRIPLES\=YES
[        ]     export USE_LLVM_TARGET_TRIPLES_FOR_CLANG\=YES
[        ]     export USE_LLVM_TARGET_TRIPLES_FOR_LD\=YES
[        ]     export USE_LLVM_TARGET_TRIPLES_FOR_TAPI\=YES
[        ]     export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR
[        ]     export VALIDATE_PRODUCT\=NO
[        ]     export VALIDATE_WORKSPACE\=YES_ERROR
[        ]     export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64
[        ]     export VERBOSE_PBXCP\=NO
[        ]     export VERBOSE_SCRIPT_LOGGING\=YES
[        ]     export VERSION_INFO_BUILDER\=maxwelltalbot
[        ]     export VERSION_INFO_FILE\=Flutter\ Assemble_vers.c
[        ]     export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:Flutter\ Assemble\ \ PROJECT:Runner-\"
[        ]     export WARNING_CFLAGS\=-Wall\ -Wconditional-uninitialized\ -Wnullable-to-nonnull-conversion\
-Wmissing-method-return-type\ -Woverlength-strings
[        ]     export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO
[        ]     export XCODE_APP_SUPPORT_DIR\=/Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer/Library/Xcode
[        ]     export XCODE_PRODUCT_BUILD_VERSION\=13E113
[        ]     export XCODE_VERSION_ACTUAL\=1330
[        ]     export XCODE_VERSION_MAJOR\=1300
[        ]     export XCODE_VERSION_MINOR\=1330
[        ]     export XPCSERVICES_FOLDER_PATH\=/XPCServices
[        ]     export YACC\=yacc
[        ]     export _BOOL_\=NO
[        ]     export _BOOL_NO\=NO
[        ]     export _BOOL_YES\=YES
[        ]     export _DEVELOPMENT_TEAM_IS_EMPTY\=YES
[        ]     export _IS_EMPTY_\=YES
[        ]     export _MACOSX_DEPLOYMENT_TARGET_IS_EMPTY\=NO
[        ]     export arch\=undefined_arch
[        ]     export variant\=normal
[        ]     /bin/sh -c
/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Intermediates.noindex/Runner.build/Debug/Flutter\\\
Assemble.build/Script-33CC111E2044C6BF0003C045.sh
[   +2 ms] ♦ /Users/maxwelltalbot/development/flutter/bin/flutter --verbose assemble --no-version-check -dTargetPlatform=darwin
-dDarwinArchs=x86_64 -dTargetFile=/Users/maxwelltalbot/development/playground/fooboo/lib/main.dart -dBuildMode=debug
-dTreeShakeIcons=false -dDartObfuscation=false -dSplitDebugInfo= -dTrackWidgetCreation=true -dAction=build
--DartDefines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== --ExtraGenSnapshotOptions= --ExtraFrontEndOptions=
--build-inputs=/Users/maxwelltalbot/development/playground/fooboo/macos/Flutter/ephemeral/FlutterInputs.xcfilelist
--build-outputs=/Users/maxwelltalbot/development/playground/fooboo/macos/Flutter/ephemeral/FlutterOutputs.xcfilelist
--output=/Users/maxwelltalbot/development/playground/fooboo/build/macos/Build/Products/Debug debug_macos_bundle_flutter_assets
[ +119 ms] [  +15 ms] executing: sysctl hw.optional.arm64
[   +5 ms] [   +9 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] [        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] [        ] executing: [/Users/maxwelltalbot/development/flutter/] git -c log.showSignature=false log -n 1
--pretty=format:%H
[   +9 ms] [   +8 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] [        ] 957781a108ff3a555e4df36beb8c1ebe12c85051
[        ] [        ] executing: [/Users/maxwelltalbot/development/flutter/] git tag --points-at
957781a108ff3a555e4df36beb8c1ebe12c85051
[  +18 ms] [  +18 ms] Exit code 0 from: git tag --points-at 957781a108ff3a555e4df36beb8c1ebe12c85051
[   +1 ms] [   +1 ms] executing: [/Users/maxwelltalbot/development/flutter/] git describe --match *.*.* --long --tags
957781a108ff3a555e4df36beb8c1ebe12c85051
[  +23 ms] [  +22 ms] Exit code 0 from: git describe --match *.*.* --long --tags 957781a108ff3a555e4df36beb8c1ebe12c85051
[        ] [        ] 3.7.0-16.0.pre-24-g957781a108
[  +17 ms] [  +17 ms] executing: [/Users/maxwelltalbot/development/flutter/] git rev-parse --abbrev-ref HEAD
[   +7 ms] [   +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] [        ] master
[        ] [        ] executing: sw_vers -productName
[  +14 ms] [  +14 ms] Exit code 0 from: sw_vers -productName
[        ] [        ] macOS
[        ] [        ] executing: sw_vers -productVersion
[  +14 ms] [  +14 ms] Exit code 0 from: sw_vers -productVersion
[        ] [        ] 13.2
[        ] [        ] executing: sw_vers -buildVersion
[  +14 ms] [  +14 ms] Exit code 0 from: sw_vers -buildVersion
[        ] [        ] 22D7750270d
[        ] [        ] executing: uname -m
[   +5 ms] [   +5 ms] Exit code 0 from: uname -m
[        ] [        ] x86_64
[  +13 ms] [  +13 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] [   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' 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.
[  +83 ms] [  +83 ms] executing: [/Users/maxwelltalbot/development/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream}
[   +8 ms] [   +8 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream}
[        ] [        ] origin/master
[        ] [        ] executing: [/Users/maxwelltalbot/development/flutter/] git ls-remote --get-url origin
[   +7 ms] [   +7 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] [        ] https://github.com/flutter/flutter.git
[        ] [        ] 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.
[   +1 ms] [   +1 ms] 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.
[  +40 ms] [  +40 ms] Initializing file store
[   +4 ms] [   +4 ms] Done initializing file store
[  +34 ms] [  +34 ms] Skipping target: gen_localizations
[   +7 ms] [   +8 ms] Skipping target: gen_dart_plugin_registrant
[   +4 ms] [   +4 ms] Skipping target: debug_macos_framework
[ +272 ms] [ +271 ms] Skipping target: debug_unpack_macos
[ +359 ms] [ +359 ms] Skipping target: kernel_snapshot
[ +257 ms] [ +257 ms] Skipping target: debug_macos_bundle_flutter_assets
[        ] [        ] Persisting file store
[   +8 ms] [   +8 ms] Done persisting file store
[   +4 ms] [   +4 ms] build succeeded.
[  +10 ms] [  +10 ms] "flutter assemble" took 1,174ms.
[ +184 ms] [ +184 ms] ensureAnalyticsSent: 180ms
[        ] [        ] Running 0 shutdown hooks
[        ] [        ] Shutdown hooks complete
[        ] [        ] exiting with code 0

... <removed as github comment too long>

[        ] <?xml version="1.0" encoding="UTF-8"?>
           <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
           <plist version="1.0">
           <dict>
           	<key>BuildMachineOSBuild</key>
           	<string>22D5027d</string>
           	<key>CFBundleDevelopmentRegion</key>
           	<string>en</string>
           	<key>CFBundleExecutable</key>
           	<string>fooboo</string>
           	<key>CFBundleIconFile</key>
           	<string>AppIcon</string>
           	<key>CFBundleIconName</key>
           	<string>AppIcon</string>
           	<key>CFBundleIdentifier</key>
           	<string>com.example.fooboo</string>
           	<key>CFBundleInfoDictionaryVersion</key>
           	<string>6.0</string>
           	<key>CFBundleName</key>
           	<string>fooboo</string>
           	<key>CFBundlePackageType</key>
           	<string>APPL</string>
           	<key>CFBundleShortVersionString</key>
           	<string>1.0.0</string>
           	<key>CFBundleSupportedPlatforms</key>
           	<array>
           		<string>MacOSX</string>
           	</array>
           	<key>CFBundleVersion</key>
           	<string>1</string>
           	<key>DTCompiler</key>
           	<string>com.apple.compilers.llvm.clang.1_0</string>
           	<key>DTPlatformBuild</key>
           	<string>13E113</string>
           	<key>DTPlatformName</key>
           	<string>macosx</string>
           	<key>DTPlatformVersion</key>
           	<string>12.3</string>
           	<key>DTSDKBuild</key>
           	<string>21E226</string>
           	<key>DTSDKName</key>
           	<string>macosx12.3</string>
           	<key>DTXcode</key>
           	<string>1330</string>
           	<key>DTXcodeBuild</key>
           	<string>13E113</string>
           	<key>LSMinimumSystemVersion</key>
           	<string>10.14</string>
           	<key>NSHumanReadableCopyright</key>
           	<string>Copyright © 2023 com.example. All rights reserved.</string>
           	<key>NSMainNibFile</key>
           	<string>MainMenu</string>
           	<key>NSPrincipalClass</key>
           	<string>NSApplication</string>
           </dict>
           </plist>
[ +706 ms] Observatory URL on device: http://127.0.0.1:58609/Wsm8LVboiZ8=/
[   +5 ms] Caching compiled dill
[  +32 ms] Connecting to service protocol: http://127.0.0.1:58609/Wsm8LVboiZ8=/
[ +161 ms] Launching a Dart Developer Service (DDS) instance at http://127.0.0.1:0, connecting to VM service at
http://127.0.0.1:58609/Wsm8LVboiZ8=/.
[  +69 ms] DDS is listening at http://127.0.0.1:58612/pOZegDKtolA=/.
[  +50 ms] Successfully connected to service protocol: http://127.0.0.1:58609/Wsm8LVboiZ8=/
[  +19 ms] DevFS: Creating new filesystem on the device (null)
[  +16 ms] DevFS: Created new filesystem on the device
(file:///var/folders/v3/02q40zpj3zd7nj2sxhlxzp840000gn/T/com.example.fooboo/foobooqg2mzy/fooboo/)
[   +2 ms] Updating assets
[  +77 ms] Syncing files to device macOS...
[   +1 ms] Compiling dart to kernel with 0 updated files
[        ] Processing bundle.
[        ] <- recompile package:fooboo/main.dart d41d1241-0159-4506-a692-3a583541a0fa
[        ] <- d41d1241-0159-4506-a692-3a583541a0fa
[   +2 ms] Bundle processing done.
[  +72 ms] Updating files.
[        ] DevFS: Sync finished
[   +1 ms] Syncing files to device macOS... (completed in 78ms)
[        ] Synced 0.0MB.
[   +1 ms] <- accept
[   +3 ms] Connected to _flutterView/0x7f9d4b010020.
[   +2 ms] Flutter run key commands.
[   +1 ms] r Hot reload. 🔥🔥🔥
[        ] R Hot restart.
[        ] h List all available interactive commands.
[        ] d Detach (terminate "flutter run" but leave application running).
[        ] c Clear the screen
[        ] q Quit (terminate the application on the device).
[        ] 💪 Running with sound null safety 💪
[        ] An Observatory debugger and profiler on macOS is available at: http://127.0.0.1:58612/pOZegDKtolA=/
[  +36 ms] flutter: attach
[ +228 ms] The Flutter DevTools debugger and profiler on macOS is available at:
                    http://127.0.0.1:9102?uri=http://127.0.0.1:58612/pOZegDKtolA=/
flutter analyze
Analyzing fooboo...

   info • Don't invoke 'print' in production code • lib/main.dart:64:5 • avoid_print
   info • Don't invoke 'print' in production code • lib/main.dart:70:5 • avoid_print
   info • Don't invoke 'print' in production code • lib/main.dart:80:5 • avoid_print
   info • Don't invoke 'print' in production code • lib/main.dart:94:7 • avoid_print
   info • Don't invoke 'print' in production code • lib/main.dart:129:5 • avoid_print

5 issues found. (ran in 5.4s)
doctor -v
[!] Flutter (Channel master, 3.7.0-17.0.pre.24, on macOS 13.2 22D7750270d darwin-x64, locale en-GB)
    • Flutter version 3.7.0-17.0.pre.24 on channel master at /Users/maxwelltalbot/development/flutter
    ! Warning: `dart` on your path resolves to /usr/local/Cellar/dart/2.17.3/libexec/bin/dart, which is not inside your current
      Flutter SDK checkout at /Users/maxwelltalbot/development/flutter. Consider adding
      /Users/maxwelltalbot/development/flutter/bin to the front of your path.
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 957781a108 (3 hours ago), 2023-01-11 04:04:39 -0500
    • Engine revision 6256f05db1
    • Dart version 3.0.0 (build 3.0.0-109.0.dev)
    • DevTools version 2.20.0
    • If those were intentional, you can disregard the above warnings; however it is recommended to use "git" directly to
      perform update checks and upgrades.

[!] Android toolchain - develop for Android devices (Android SDK version 33.0.0)
    • Android SDK at /Users/maxwelltalbot/Library/Android/sdk
    ✗ cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.

[✓] Xcode - develop for iOS and macOS (Xcode 13.3)
    • Xcode at /Users/maxwelltalbot/Downloads/Xcode.app/Contents/Developer
    • Build 13E113
    • CocoaPods version 1.11.3

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

[✓] Android Studio (version 2021.2)
    • 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.12+0-b1504.28-7817840)

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

[✓] Connected device (2 available)
    • macOS (desktop) • macos  • darwin-x64     • macOS 13.2 22D7750270d darwin-x64
    • Chrome (web)    • chrome • web-javascript • Google Chrome 108.0.5359.124

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

! Doctor found issues in 2 categories.
Screen.Recording.2023-01-11.at.11.38.23.mov

Metadata

Metadata

Assignees

Labels

P2Important issues not at the top of the work lista: desktopRunning on desktopc: regressionIt was better in the past than it is nowengineflutter/engine related. See also e: labels.found in release: 3.7Found to occur in 3.7has reproducible stepsThe issue has been confirmed reproducible and is ready to work onplatform-macBuilding on or for macOS specificallyr: fixedIssue is closed as already fixed in a newer version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions