Skip to content

Instantly share code, notes, and snippets.

@ShonFrazier
Created August 1, 2016 12:41
Show Gist options
  • Save ShonFrazier/225fa074b07742bf5bbbd06fd56ddaff to your computer and use it in GitHub Desktop.
Save ShonFrazier/225fa074b07742bf5bbbd06fd56ddaff to your computer and use it in GitHub Desktop.
Swift playgrounds error on iOS 10b3
Error: Contents/Sources/Scene.swift:73: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/AccessibilityExtensions.swift:36: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/AccessibilityExtensions.swift:40: cannot call value of non-function type 'NotificationCenter'
Warning: Contents/Sources/AccessibilityExtensions.swift:44: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/Actor.swift:404: cannot call value of non-function type 'Bool'
Error: Contents/Sources/ActorType.swift:27: cannot call value of non-function type 'FileManager'
Error: Contents/Sources/ActorType.swift:30: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/ActorType.swift:34: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/AnimationComponent.swift:108: method does not override any method from its superclass
Error: Contents/Sources/AnimationComponent.swift:85: cannot assign value of type 'AnimationComponent' to type 'CAAnimationDelegate?'
Warning: Contents/Sources/AnimationComponent.swift:141: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/AnimationComponent.swift:148: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/AudioComponent.swift:25: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:18: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:35: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:41: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:96: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/CAAnimation+Blocks.swift:48: method does not override any method from its superclass
Error: Contents/Sources/CAAnimation+Blocks.swift:54: method does not override any method from its superclass
Error: Contents/Sources/CAAnimation+Blocks.swift:14: cannot assign value of type 'InvokingAnimationDelegate' to type 'CAAnimationDelegate?'
Error: Contents/Sources/CAAnimation+Blocks.swift:27: cannot assign value of type 'InvokingAnimationDelegate' to type 'CAAnimationDelegate?'
Warning: Contents/Sources/CameraController.swift:145: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:74: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:130: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:130: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:104: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:130: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:208: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:194: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:208: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:194: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:208: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CommandQueue.swift:75: 'synchronously(execute:)' is deprecated: replaced by instance method 'DispatchQueue.sync(execute:)'
Error: Contents/Sources/Gem.swift:18: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Gem.swift:31: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/GridWorld.swift:38: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/GridWorld.swift:598: cannot call value of non-function type 'Bool'
Error: Contents/Sources/Platform.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/PlatformLock.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/PlatformLock.swift:89: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Portal.swift:139: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/QueueOverflowHandler.swift:42: cannot call value of non-function type 'RunLoop'
Error: Contents/Sources/RandomNode.swift:21: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Scene.swift:157: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/Scene.swift:169: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Scene.swift:203: cannot call value of non-function type 'Bundle'
Warning: Contents/Sources/Scene.swift:288: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/SceneSource.swift:54: type 'ReadingOptions' (aka 'NSData.ReadingOptions') has no member 'dataReadingMappedAlways'
Error: Contents/Sources/Stair.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/StartMarker.swift:13: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Switch.swift:73: cannot call value of non-function type 'Bundle'
Warning: Contents/Sources/WVC+Gestures.swift:54: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/WVC+StateChange.swift:34: cannot call value of non-function type 'OperationQueue'
Error: Contents/Sources/Wall.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Water.swift:13: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/WorldViewController.swift:41: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/WorldViewController.swift:162: cannot call value of non-function type 'OperationQueue'
Warning: Contents/Sources/WorldViewController.swift:249: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/_AssessmentUtilities.swift:52: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/_AssessmentUtilities.swift:66: cannot call value of non-function type 'NotificationCenter'
Warning: Contents/Sources/_KeyValueStoreAccess.swift:26: 'keyValueStore' is deprecated: Use `PlaygroundKeyValueStore.current` instead
Warning: Contents/Sources/_LiveViewConfiguration.swift:60: 'keyValueStore' is deprecated: Use `PlaygroundKeyValueStore.current` instead
Error: Contents/Sources/Scene.swift:73: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/AccessibilityExtensions.swift:36: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/AccessibilityExtensions.swift:40: cannot call value of non-function type 'NotificationCenter'
Warning: Contents/Sources/AccessibilityExtensions.swift:44: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/Actor.swift:404: cannot call value of non-function type 'Bool'
Error: Contents/Sources/ActorType.swift:27: cannot call value of non-function type 'FileManager'
Error: Contents/Sources/ActorType.swift:30: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/ActorType.swift:34: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/AnimationComponent.swift:108: method does not override any method from its superclass
Error: Contents/Sources/AnimationComponent.swift:85: cannot assign value of type 'AnimationComponent' to type 'CAAnimationDelegate?'
Warning: Contents/Sources/AnimationComponent.swift:141: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/AnimationComponent.swift:148: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/AudioComponent.swift:25: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:18: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:35: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:41: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/BlockNode.swift:96: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/CAAnimation+Blocks.swift:48: method does not override any method from its superclass
Error: Contents/Sources/CAAnimation+Blocks.swift:54: method does not override any method from its superclass
Error: Contents/Sources/CAAnimation+Blocks.swift:14: cannot assign value of type 'InvokingAnimationDelegate' to type 'CAAnimationDelegate?'
Error: Contents/Sources/CAAnimation+Blocks.swift:27: cannot assign value of type 'InvokingAnimationDelegate' to type 'CAAnimationDelegate?'
Warning: Contents/Sources/CameraController.swift:145: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:74: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:130: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:130: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:104: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:130: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:208: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:194: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:208: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:194: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CharacterPickerController.swift:208: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Warning: Contents/Sources/CommandQueue.swift:75: 'synchronously(execute:)' is deprecated: replaced by instance method 'DispatchQueue.sync(execute:)'
Error: Contents/Sources/Gem.swift:18: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Gem.swift:31: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/GridWorld.swift:38: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/GridWorld.swift:598: cannot call value of non-function type 'Bool'
Error: Contents/Sources/Platform.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/PlatformLock.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/PlatformLock.swift:89: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Portal.swift:139: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/QueueOverflowHandler.swift:42: cannot call value of non-function type 'RunLoop'
Error: Contents/Sources/RandomNode.swift:21: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Scene.swift:157: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/Scene.swift:169: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Scene.swift:203: cannot call value of non-function type 'Bundle'
Warning: Contents/Sources/Scene.swift:288: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/SceneSource.swift:54: type 'ReadingOptions' (aka 'NSData.ReadingOptions') has no member 'dataReadingMappedAlways'
Error: Contents/Sources/Stair.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/StartMarker.swift:13: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Switch.swift:73: cannot call value of non-function type 'Bundle'
Warning: Contents/Sources/WVC+Gestures.swift:54: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/WVC+StateChange.swift:34: cannot call value of non-function type 'OperationQueue'
Error: Contents/Sources/Wall.swift:12: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/Water.swift:13: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/WorldViewController.swift:41: cannot call value of non-function type 'Bundle'
Error: Contents/Sources/WorldViewController.swift:162: cannot call value of non-function type 'OperationQueue'
Warning: Contents/Sources/WorldViewController.swift:249: 'asynchronously(group:qos:flags:execute:)' is deprecated: replaced by instance method 'DispatchQueue.async(group:qos:flags:execute:)'
Error: Contents/Sources/_AssessmentUtilities.swift:52: cannot call value of non-function type 'NotificationCenter'
Error: Contents/Sources/_AssessmentUtilities.swift:66: cannot call value of non-function type 'NotificationCenter'
Warning: Contents/Sources/_KeyValueStoreAccess.swift:26: 'keyValueStore' is deprecated: Use `PlaygroundKeyValueStore.current` instead
Warning: Contents/Sources/_LiveViewConfiguration.swift:60: 'keyValueStore' is deprecated: Use `PlaygroundKeyValueStore.current` instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment