-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathlog
More file actions
33 lines (33 loc) · 3.74 KB
/
Copy pathlog
File metadata and controls
33 lines (33 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Build settings from command line:
TEST_ARGS = https://www.agnosticdev.com/,https://www.agnosticdev.com/blog-entry/swift/swift-optionals-and-type-safety
=== CLEAN TARGET Agnostic Development OF PROJECT Agnostic Development WITH CONFIGURATION Debug ===
Check dependencies
The use of Swift 3 @objc inference in Swift 4 mode is deprecated. Please address deprecated @objc inference warnings, test your code with “Use of deprecated Swift 3 @objc inference” logging enabled, and then disable inference by changing the "Swift 3 @objc Inference" build setting to "Default" for the "Agnostic Development" target.
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Test Suite 'All tests' started at 2017-10-02 15:46:35.927
Test Suite 'AgnosticDevelopmentLatencyTest.xctest' started at 2017-10-02 15:46:35.930
Test Suite 'AgnosticDevelopmentLatencyTest' started at 2017-10-02 15:46:35.931
Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testFirstNetworkRequestLatency]' started.
2017-10-02 15:46:35.940009-0700 Agnostic Development[9818:3598374] Launch Data URL Count: 2
LOG: testFirstNetworkRequestLatency
SUCCESS: Latency Elapsed: 0.361554026603699 for URL: https://www.agnosticdev.com/ :DONE:
First Test Results Received: SUCCESS: Latency Elapsed: 0.361554026603699 for URL: https://www.agnosticdev.com/ :DONE:
Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testFirstNetworkRequestLatency]' passed (0.376 seconds).
Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testPerformanceExample]' started.
2017-10-02 15:46:36.314685-0700 Agnostic Development[9818:3598374] Launch Data URL Count: 2
/Users/matteaton/Documents/iosdev/AgnosticDevBuildTutorial/Agnostic Development/AgnosticDevelopmentLatencyTest/AgnosticDevelopmentLatencyTest.swift:102: Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testPerformanceExample]' measured [Time, seconds] average: 0.000, relative standard deviation: 60.968%, values: [0.000013, 0.000005, 0.000004, 0.000004, 0.000004, 0.000003, 0.000004, 0.000004, 0.000003, 0.000003], performanceMetricID:com.apple.XCTPerformanceMetric_WallClockTime, baselineName: "", baselineAverage: , maxPercentRegression: 10.000%, maxPercentRelativeStandardDeviation: 10.000%, maxRegression: 0.100, maxStandardDeviation: 0.100
Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testPerformanceExample]' passed (0.311 seconds).
Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testSecondNetworkRequestLatency]' started.
2017-10-02 15:46:36.627150-0700 Agnostic Development[9818:3598374] Launch Data URL Count: 2
LOG: testSecondNetworkRequestLatency
SUCCESS: Latency Elapsed: 0.263689041137695 for URL: https://www.agnosticdev.com/blog-entry/swift/swift-optionals-and-type-safety :DONE:
Second Test Results Received: SUCCESS: Latency Elapsed: 0.263689041137695 for URL: https://www.agnosticdev.com/blog-entry/swift/swift-optionals-and-type-safety :DONE:
Test Case '-[AgnosticDevelopmentLatencyTest.AgnosticDevelopmentLatencyTest testSecondNetworkRequestLatency]' passed (0.268 seconds).
Test Suite 'AgnosticDevelopmentLatencyTest' passed at 2017-10-02 15:46:36.896.
Executed 3 tests, with 0 failures (0 unexpected) in 0.956 (0.964) seconds
Test Suite 'AgnosticDevelopmentLatencyTest.xctest' passed at 2017-10-02 15:46:36.899.
Executed 3 tests, with 0 failures (0 unexpected) in 0.956 (0.969) seconds
Test Suite 'All tests' passed at 2017-10-02 15:46:36.901.
Executed 3 tests, with 0 failures (0 unexpected) in 0.956 (0.974) seconds