MJPEG-Framework
MJPEG-Framework copied to clipboard
Can you update your framework for properly compiling with latest swift
I'm trying to install you framework and in log I see a compilation errors:
MacBook-Pro-Vitaliy:MJPEGCamera aivs$ cat Cartfile
github "ugoArangino/MJPEG-Framework" >= 1.0.0
MacBook-Pro-Vitaliy:MJPEGCamera aivs$ carthage update --platform iOS
*** Fetching MJPEG-Framework
*** Checking out MJPEG-Framework at "1.0.0"
*** xcodebuild output can be found in /var/folders/rd/vhjn6rqd59xd08732gwz985w0000gn/T/carthage-xcodebuild.uezCsG.log
*** Building scheme "MJPEG" in MJPEG.xcodeproj
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/ConnectionData.swift
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnection.swift
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnectionDataDelegate.swift
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(5 failures)
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnection.swift:24:29: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:18:38: error: '#' has been removed from Swift; double up 'connectionData connectionData' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:42:36: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnection.swift:24:29: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:18:38: error: '#' has been removed from Swift; double up 'connectionData connectionData' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:42:36: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnection.swift:24:29: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:18:38: error: '#' has been removed from Swift; double up 'connectionData connectionData' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:42:36: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnectionDataDelegate.swift:34:82: error: value of optional type 'SecTrust?' not unwrapped; did you mean to use '!' or '?'?
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnectionDataDelegate.swift:42:27: error: value of optional type 'NSURLAuthenticationChallengeSender?' not unwrapped; did you mean to use '!' or '?'?
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnection.swift:24:29: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:18:38: error: '#' has been removed from Swift; double up 'connectionData connectionData' to make the argument label the same as the parameter name
/Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift:42:36: error: '#' has been removed from Swift; double up 'data data' to make the argument label the same as the parameter name
A shell task (/usr/bin/xcrun xcodebuild -project /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG.xcodeproj -scheme MJPEG -configuration Release -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build) failed with exit code 65:
** BUILD FAILED **
The following build commands failed:
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/ConnectionData.swift
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnection.swift
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Connection/URLConnectionDataDelegate.swift
CompileSwift normal arm64 /Volumes/Files/aivs/Dropbox/programming/iPhone-Programming/MJPEGCamera/Carthage/Checkouts/MJPEG-Framework/MJPEG/Image/MJPEGImageView.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(5 failures)
MacBook-Pro-Vitaliy:MJPEGCamera aivs$