OpenArchive / Save-app-ios

Secure Mobile Media Preservation
https://open-archive.org/
GNU General Public License v3.0
10 stars 3 forks source link

Build produces errors #215

Closed johnhess closed 1 year ago

johnhess commented 2 years ago

It's entirely possible -- nay, likely -- I'm doing something wrong.

When I pull the latest version of master, 83625b4 and build, I get the following error:

CleanInsightsSDK Group
  Swift Compiler Error Group
    /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes     /Consents.swift:12:22: 'Feature' declares raw type 'Int', but does not conform to RawRepresentable and conformance could not be synthesized
    /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift:12:13: Do you want to add protocol stubs?
    /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/CleanInsights.swift:465:69: Value of type 'Feature' has no member 'rawValue'
    /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift:12:13: Did you mean to specify a raw type on the enum declaration?

Is this expected? I mean, I can certainly read the content of the error message and imagine what one might want to change in the code. But given releases are being built as-is, I suspect I'm misconfigured.

What ought I do to get this building locally?

tladesignz commented 2 years ago

I updated the README.md, please follow instructions there. If there's still confusion, mention it here, otherwise close.

johnhess commented 2 years ago

I've installed those bits and am still getting some errors (below). I can imagine I might have some confusion between where and how things are installed across my local ruby envs, but I can't find them.

➜  Save-app-ios git:(master) ✗ which ruby
/Users/johnhess/.rbenv/shims/ruby
➜  Save-app-ios git:(master) ✗ ruby --version
ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-darwin19]
➜  Save-app-ios git:(master) ✗ rbenv global
3.0.2
➜  Save-app-ios git:(master) ✗ sudo gem install cocoapods
Password:
Successfully installed cocoapods-1.11.3
Parsing documentation for cocoapods-1.11.3
Done installing documentation for cocoapods after 2 seconds
1 gem installed
➜  Save-app-ios git:(master) ✗ which pod
/Users/johnhess/.rbenv/shims/pod
➜  Save-app-ios git:(master) ✗ pod install               
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 19 dependencies from the Podfile and 20 total pods installed.

FWIW, I have also run brew install cocoapods successfully but I think the version being run is from the gem install.

Errors I'm seeing:


Showing All Errors Only

Build target Alamofire of project Pods with configuration Debug

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'Alamofire' from project 'Pods')
    cd /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name Alamofire -Onone -enable-batch-mode -enforce-exclusivity\=checked @/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.SwiftFileList -DDEBUG -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -target x86_64-apple-ios10.0-simulator -g -module-cache-path /Users/johnhess/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Index/DataStore -swift-version 5 -I /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire -F /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire -c -j8 -output-file-map /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire.swiftmodule -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-generated-files.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-own-target-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-project-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire/include -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources-normal/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Alamofire-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module-overlay.yaml -working-directory /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods

CompileSwift normal x86_64 /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Response.swift (in target 'Alamofire' from project 'Pods')
    cd /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/AFError.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Alamofire.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/MultipartFormData.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Notifications.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/ParameterEncoding.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Request.swift -primary-file /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Response.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/ResponseSerialization.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Result.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/ServerTrustPolicy.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/SessionDelegate.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/SessionManager.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/TaskDelegate.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Timeline.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Validation.swift -emit-module-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response\~partial.swiftmodule -emit-module-doc-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response\~partial.swiftdoc -emit-module-source-info-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response\~partial.swiftsourceinfo -serialize-diagnostics-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.dia -emit-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.d -emit-reference-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.swiftdeps -target x86_64-apple-ios8.0-simulator -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -I /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire -F /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire -application-extension -enable-testing -g -import-underlying-module -module-cache-path /Users/johnhess/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods -enable-anonymous-context-mangled-names -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-generated-files.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-own-target-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-project-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire/include -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources-normal/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module-overlay.yaml -target-sdk-version 14.4 -module-name Alamofire -o /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Response.o -index-store-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Index/DataStore -index-system-modules

Command CompileSwift failed with a nonzero exit code

CompileSwift normal x86_64 /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Request.swift (in target 'Alamofire' from project 'Pods')
    cd /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/AFError.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Alamofire.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/DispatchQueue+Alamofire.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/MultipartFormData.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/NetworkReachabilityManager.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Notifications.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/ParameterEncoding.swift -primary-file /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Request.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Response.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/ResponseSerialization.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Result.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/ServerTrustPolicy.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/SessionDelegate.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/SessionManager.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/TaskDelegate.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Timeline.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/Alamofire/Source/Validation.swift -emit-module-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request\~partial.swiftmodule -emit-module-doc-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request\~partial.swiftdoc -emit-module-source-info-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request\~partial.swiftsourceinfo -serialize-diagnostics-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.dia -emit-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.d -emit-reference-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.swiftdeps -target x86_64-apple-ios8.0-simulator -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -I /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire -F /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire -application-extension -enable-testing -g -import-underlying-module -module-cache-path /Users/johnhess/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods -enable-anonymous-context-mangled-names -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-generated-files.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-own-target-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Alamofire-project-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/Alamofire/include -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources-normal/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/unextended-module-overlay.yaml -target-sdk-version 14.4 -module-name Alamofire -o /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Alamofire.build/Objects-normal/x86_64/Request.o -index-store-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Index/DataStore -index-system-modules

Command CompileSwift failed with a nonzero exit code

Build target CleanInsightsSDK of project Pods with configuration Debug

CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target 'CleanInsightsSDK' from project 'Pods')
    cd /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name CleanInsightsSDK -Onone -enable-batch-mode -enforce-exclusivity\=checked @/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsightsSDK.SwiftFileList -DDEBUG -D COCOAPODS -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -target x86_64-apple-ios9.3-simulator -g -module-cache-path /Users/johnhess/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -application-extension -enable-testing -index-store-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Index/DataStore -swift-version 5 -I /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK -F /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK -c -j8 -output-file-map /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsightsSDK-OutputFileMap.json -parseable-output -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsightsSDK.swiftmodule -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-generated-files.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-own-target-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-project-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK/include -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources-normal/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -emit-objc-header -emit-objc-header-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsightsSDK-Swift.h -import-underlying-module -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/unextended-module-overlay.yaml -working-directory /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods

CompileSwift normal x86_64 /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/CleanInsights.swift (in target 'CleanInsightsSDK' from project 'Pods')
    cd /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Campaign.swift -primary-file /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/CleanInsights.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Configuration.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/ConsentRequestUi.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/DataPoint.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/DefaultStore.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Event.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Insights.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Locale+HttpAcceptLanguage.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Store.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Visit.swift -emit-module-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights\~partial.swiftmodule -emit-module-doc-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights\~partial.swiftdoc -emit-module-source-info-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights\~partial.swiftsourceinfo -serialize-diagnostics-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights.dia -emit-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights.d -emit-reference-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights.swiftdeps -target x86_64-apple-ios9.3-simulator -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -I /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK -F /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK -application-extension -enable-testing -g -import-underlying-module -module-cache-path /Users/johnhess/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods -enable-anonymous-context-mangled-names -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-generated-files.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-own-target-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-project-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK/include -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources-normal/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/unextended-module-overlay.yaml -target-sdk-version 14.4 -module-name CleanInsightsSDK -o /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/CleanInsights.o -index-store-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Index/DataStore -index-system-modules

/Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/CleanInsights.swift:465:69: error: value of type 'Feature' has no member 'rawValue'
            debug("Already asked for consent for feature '\(feature.rawValue)'. It was \(consent.granted ? "granted" : "denied") on \(consent.start).")
                                                            ~~~~~~~ ^~~~~~~~
/Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift:12:13: note: did you mean to specify a raw type on the enum declaration?
public enum Feature: Int, RawRepresentable, Codable {
            ^

CompileSwift normal x86_64 /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift (in target 'CleanInsightsSDK' from project 'Pods')
    cd /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Campaign.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/CleanInsights.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Configuration.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/ConsentRequestUi.swift -primary-file /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/DataPoint.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/DefaultStore.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Event.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Insights.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Locale+HttpAcceptLanguage.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Store.swift /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Visit.swift -emit-module-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents\~partial.swiftmodule -emit-module-doc-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents\~partial.swiftdoc -emit-module-source-info-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents\~partial.swiftsourceinfo -serialize-diagnostics-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents.dia -emit-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents.d -emit-reference-dependencies-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents.swiftdeps -target x86_64-apple-ios9.3-simulator -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.4.sdk -I /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK -F /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK -application-extension -enable-testing -g -import-underlying-module -module-cache-path /Users/johnhess/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -Onone -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -working-directory -Xcc /Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods -enable-anonymous-context-mangled-names -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-generated-files.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-own-target-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/CleanInsightsSDK-project-headers.hmap -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Products/Debug-iphonesimulator/CleanInsightsSDK/include -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources-normal/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources/x86_64 -Xcc -I/Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/DerivedSources -Xcc -DPOD_CONFIGURATION_DEBUG\=1 -Xcc -DDEBUG\=1 -Xcc -DCOCOAPODS\=1 -Xcc -ivfsoverlay -Xcc /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/unextended-module-overlay.yaml -target-sdk-version 14.4 -module-name CleanInsightsSDK -o /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/CleanInsightsSDK.build/Objects-normal/x86_64/Consents.o -index-store-path /Users/johnhess/Library/Developer/Xcode/DerivedData/Save-bhwitdnrjnbtpudjxtlavdihgofy/Index/DataStore -index-system-modules

/Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift:12:22: error: 'Feature' declares raw type 'Int', but does not conform to RawRepresentable and conformance could not be synthesized
public enum Feature: Int, RawRepresentable, Codable {
                     ^
/Users/johnhess/Dropbox/openarchive/Save-app-ios/Pods/CleanInsightsSDK/CleanInsightsSDK/Classes/Consents.swift:12:13: note: do you want to add protocol stubs?
public enum Feature: Int, RawRepresentable, Codable {
            ^
tladesignz commented 2 years ago

Not sure how you manage to achieve this. There's 2 possibilities:

  1. You're not following instructions.
  2. You're doing or not doing something which is obviously wrong or needed to iOS developers, but not to newcomers.

Please contact me via Matrix, to figure this out.

This is what comes to my mind regarding your last comment:

% pod install
Analyzing dependencies
Pre-downloading: `CrossroadRegex` from `https://github.com/crossroadlabs/Regex.git`, tag `1.2.0`
Pre-downloading: `FavIcon` from `https://github.com/tladesignz/FavIcon.git`, commit `0717e03444aa6a1265418d405b8c4866ea02de9b`
Pre-downloading: `YapDatabase` from `https://github.com/difftim/YapDatabase.git`, commit `083135efcd832c68a3738ddc9d5711897760eb9c`
Downloading dependencies
Installing ARChromeActivity (1.0.6)
Installing Alamofire (5.4.4)
Installing AlignedCollectionViewFlowLayout (1.1.2)
Installing CleanInsightsSDK (2.6.0)
Installing CrossroadRegex (1.2.0)
Installing DownloadButton (0.1.0)
Installing Eureka (5.3.6)
Installing FavIcon (3.1.0)
Installing FontBlaster (5.3.0)
Installing FormatterKit (1.9.0)
Installing ImageRow (4.1.0)
Installing MBProgressHUD (1.2.0)
Installing ReachabilitySwift (5.0.0)
Installing SDCAlertView (12.0.2)
Installing SwiftyDropbox (8.3.0)
Installing TLPhotoPicker (2.1.9)
Installing TUSafariActivity (1.0.4)
Installing UIImage-Resize (1.0.1)
Installing UIImageViewAlignedSwift (0.8.2)
Installing YapDatabase (4.0)
Generating Pods project
Integrating client project
Pod installation complete! There are 19 dependencies from the Podfile and 20 total pods installed.

[!] Your project does not explicitly specify the CocoaPods master specs repo. Since CDN is now used as the default, you may safely remove it from your repos directory via `pod repo remove master`. To suppress this warning please add `warn_for_unused_master_specs_repo => false` to your Podfile.

Did you follow this line in the instructions?

Then fill in the missing build configuration in [Shared/Config.xcconfig](Shared/Config.xcconfig)!

Text me to get this straightened out!

foundscapes commented 1 year ago

was this resolved @tladesignz ? If not, shall we tag @hiromipaw to oversee?

tladesignz commented 1 year ago

was this resolved @tladesignz ? If not, shall we tag @hiromipaw to oversee?

I think I remember John finally resolved his build issues. Closing.