Avatar
norio_nomura 6/9/2019 5:18 AM
.xcodeprojがなくてもxcodebuild -scheme プロダクト名Package.swiftをビルド出来るのね。 $ la total 72 -rw-r--r--@ 1 norio staff 8.0K 6 9 14:07 .DS_Store drwxr-xr-x 5 norio staff 160B 6 9 14:08 .build/ drwxr-xr-x 3 norio staff 96B 4 1 19:54 .circleci/ drwxr-xr-x 17 norio staff 544B 6 9 14:17 .git/ drwxr-xr-x 3 norio staff 96B 12 25 20:56 .github/ -rw-r--r-- 1 norio staff 41B 4 29 2018 .gitignore -rw-r--r-- 1 norio staff 32B 11 14 2018 .swiftlint.yml drwxr-xr-x 3 norio staff 96B 6 9 14:12 .swiftpm/ -rw-r--r-- 1 norio staff 1.1K 5 2 2018 LICENSE -rw-r--r-- 1 norio staff 616B 6 9 14:12 Package.resolved -rw-r--r-- 1 norio staff 834B 4 1 19:54 Package.swift -rw-r--r-- 1 norio staff 1.5K 5 2 2018 README.md drwxr-xr-x 6 norio staff 192B 6 13 2018 Sources/ drwxr-xr-x 4 norio staff 128B 5 2 2018 Tests/ $ beta-xcodebuild -scheme SwiftBacktrace test 2>/dev/null|xcpretty ▸ Compiling Clibunwind.cpp ▸ Compiling CSwiftBacktrace.cpp ▸ Compiling c-atomics.c ▸ Linking Clibunwind.o ▸ Linking CSwiftBacktrace.o ▸ Linking CNIOAtomics.o ▸ Compiling atomics.swift ▸ Compiling lock.swift ▸ Linking NIOConcurrencyHelpers.o ▸ Compiling BacktraceFormatter.swift ▸ Compiling Demangle.swift ▸ Compiling DynamicLinkLibrary.swift ▸ Compiling String+extension.swift ▸ Compiling SwiftBacktrace.swift ▸ Compiling Unwind.swift ▸ Compiling shim.swift ▸ Compiling sigaction.swift ▸ Linking SwiftBacktrace.o ▸ Compiling SwiftBacktraceTests.swift ▸ Compiling XCTestManifests.swift ▸ Processing empty.plist ▸ Linking SwiftBacktraceTests ▸ Touching SwiftBacktraceTests.xctest (in target: SwiftBacktraceTests) All tests Test Suite SwiftBacktraceTests.xctest started SwiftBacktraceTests ✓ test_backtrace (0.234 seconds) ✓ test_cxxDemangle (0.002 seconds) ✓ test_setInterruptFunction (0.001 seconds) Executed 4 tests, with 0 failures (0 unexpected) in 0.241 (0.245) seconds ▸ Test Succeeded