swiftcsv/SwiftCSV

Can't Install

Closed this issue · 6 comments

apak4 commented

Getting a whole lot of issues:

The following build commands failed:
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/URLTests.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/QuotedTests.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(6 failures)
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift:11:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift:11:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift:11:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift:11:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift:10:18: error: module 'SwiftCSV' was not compiled for testing
/Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift:11:18: error: module 'SwiftCSV' was not compiled for testing
A shell task (/usr/bin/xcrun xcodebuild -project /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSV.xcodeproj -scheme SwiftCSV -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 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/PerformanceTest.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/CSVTests.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/TSVTests.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/URLTests.swift
CompileSwift normal arm64 /Users/John/Google Drive/Project/Carthage/Checkouts/SwiftCSV/SwiftCSVTests/QuotedTests.swift
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
(6 failures)

naoty commented

@apak4 Thank you for reporting! Would you let me know what commands you ran to install it?

I've had the same issue but it disappeared after I've added the branch name argument "master" in the Cartfile and reupdated.

Same issue for me...adding the "master" branch name after in the Carfile did fix it.

hmm, Test project seems broken.
Please try yourself the following on tag 0.3.2 or earlier.

carthage build --no-skip-current

well, It works on master, so I hope you to make 0.3.3 soon. 😉

@apak4 did @RyogaK help solve your issue?

closed due to no response