IntrepidPursuits / swift-wisdom

A collection of additions to the Swift Standard Library created by Intrepid Pursuits developers
MIT License
39 stars 14 forks source link

Add Swift version file for CocoaPods #141

Closed tzm41 closed 7 years ago

tzm41 commented 7 years ago

Missed this tidbit for publishing to CocoaPods

ghost commented 7 years ago
2 Errors
:no_entry_sign: Fastlane-Scan failed while executing tests
:no_entry_sign: SwiftWisdomTests/Async/QuTests.swift#L74 - SwiftWisdomTests.QuTests: testRepeatedTaskBackgroundThread, Asynchronous wait failed: Exceeded timeout of 0.2 seconds, with unfulfilled expectations: “Should fullfill twice”.
SwiftWisdomTests/Async/QuTests.swift#L74
5 Warnings
:warning: There was an error collecting metrics for your project. This generally occurs due to test failures. Make sure all your tests are passing, and re-run the build.
:warning: Array+UtilitiesTests.swift#L100 - SwiftWisdomTests/StandardLibrary/Array/Array+UtilitiesTests.swift#L100: ‘subscript(ip_safe:)’ is deprecated: Use ip_safely instead.
XCTAssert(testArray[ip_safe: 3] == 4)
:warning: Array+UtilitiesTests.swift#L101 - SwiftWisdomTests/StandardLibrary/Array/Array+UtilitiesTests.swift#L101: ‘subscript(ip_safe:)’ is deprecated: Use ip_safely instead.
XCTAssert(testArray[ip_safe: 8] == 9)
:warning: Array+UtilitiesTests.swift#L102 - SwiftWisdomTests/StandardLibrary/Array/Array+UtilitiesTests.swift#L102: ‘subscript(ip_safe:)’ is deprecated: Use ip_safely instead.
XCTAssertNil(testArray[ip_safe: -1])
:warning: Array+UtilitiesTests.swift#L103 - SwiftWisdomTests/StandardLibrary/Array/Array+UtilitiesTests.swift#L103: ‘subscript(ip_safe:)’ is deprecated: Use ip_safely instead.
XCTAssertNil(testArray[ip_safe: 9])
1 Message
:book: Executed 162 tests, with 1 failure (0 unexpected) in 0.635 (0.724) seconds

Generated by :no_entry_sign: Danger