Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry pick recent fixes to release/1.0 in preparation of tagging 1.0.3 #168

Merged
merged 12 commits into from
Sep 2, 2022

Conversation

lorentey
Copy link
Member

@lorentey lorentey commented Sep 1, 2022

hectormatos2011 and others added 12 commits August 31, 2022 17:02
(cherry picked from commit 480b0af)
(cherry picked from commit 7016a13)
Update Collections scheme with support for testing.
Update the copyright year in file template.

(cherry picked from commit 3437abe)
The 5.6 stdlib introduced a new facility for temporary allocations
that promises better performance than direct allocations. Use it when
the toolchain version is above 5.6.

(cherry picked from commit ddb6d14)
…a performance issue

Resolves apple#164.

(cherry picked from commit 98cd753)
@lorentey lorentey mentioned this pull request Sep 1, 2022
@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

(#165 has not landed on main yet, but I want to get a head start with validation)

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Temporarily pulling in #169 as well.

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Full test results with Xcode 14 beta 6 on macOS 13:

Build output logs are saved in /tmp/run-full-tests.sh.dl9L8
swift-driver version: 1.62.3 Apple Swift version 5.7 (swiftlang-5.7.0.123.8 clang-1400.0.29.50)
Target: arm64-apple-macosx13.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.dl9L8/spm.debug
  Completed in 52s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.dl9L8/spm.release
  Completed in 30s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.dl9L8/cmake -G Ninja
  Completed in 2s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.dl9L8/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 25s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 25s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 16s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 17s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 19s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 17s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 17s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild build
  Completed in 18s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild test
  Completed in 21s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild test
  Completed in 22s
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild test
  Completed in 71s
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild test
  Completed in 55s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.dl9L8/xcodebuild test
  Completed in 44s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.dl9L8/benchmarks.debug benchmark --help
  Completed in 13s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.dl9L8/benchmarks.release benchmark --help
  Completed in 24s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.dl9L8/benchmark.results --cycles 3
  Completed in 160s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.dl9L8/spm.internal-checks
  Completed in 72s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.dl9L8/spm.deterministic-hashing
  Completed in 43s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.dl9L8/spm.internal-checks+deterministic-hashing
  Completed in 74s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.dl9L8/spm.warnings-as-errors
  Completed in 9s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.dl9L8/spm.warnings-as-errors
  Completed in 10s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.dl9L8/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 10s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 27s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Full test results on Ubuntu 20.04 / arm64 / Swift 5.6.2:

Build output logs are saved in /tmp/run-full-tests.sh.lTLMC
Swift version 5.6.2 (swift-5.6.2-RELEASE)
Target: aarch64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.debug
  Completed in 48s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.release
  Completed in 35s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.lTLMC/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.lTLMC/cmake
  Completed in 3s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/benchmarks.debug benchmark --help
  Completed in 21s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/benchmarks.release benchmark --help
  Completed in 38s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.internal-checks
  Completed in 88s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.deterministic-hashing
  Completed in 51s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.internal-checks+deterministic-hashing
  Completed in 89s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.warnings-as-errors
  Completed in 7s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.lTLMC/spm.warnings-as-errors
  Completed in 9s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Full test results on Ubuntu 20.04 / arm64 / Swift 5.8 nightly as of today:

Swift version 5.8-dev (LLVM 03bd949eeee4761, Swift 2c40a850df6f409)
Target: aarch64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.debug
  Completed in 53s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.release
  Completed in 47s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.1Qazk/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.1Qazk/cmake
  Completed in 5s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/benchmarks.debug benchmark --help
  Completed in 34s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/benchmarks.release benchmark --help
  Completed in 48s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.internal-checks
  Completed in 94s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.deterministic-hashing
  Completed in 56s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.internal-checks+deterministic-hashing
  Completed in 87s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.warnings-as-errors
  Completed in 11s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.1Qazk/spm.warnings-as-errors
  Completed in 12s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Full test results on Ubuntu 20.04 / arm64 / Swift main nightly as of today:

Build output logs are saved in /tmp/run-full-tests.sh.ekJ6B
Swift version 5.7.1-dev (LLVM 7e31b78ab3255fa, Swift 4c347d27c929944)
Target: aarch64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.debug
  Completed in 62s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.release
  Completed in 46s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.ekJ6B/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.ekJ6B/cmake
  Completed in 4s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/benchmarks.debug benchmark --help
  Completed in 32s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/benchmarks.release benchmark --help
  Completed in 44s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.internal-checks
  Completed in 91s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.deterministic-hashing
  Completed in 52s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.internal-checks+deterministic-hashing
  Completed in 85s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.warnings-as-errors
  Completed in 10s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.ekJ6B/spm.warnings-as-errors
  Completed in 10s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 13 / AS / Xcode 14 beta 6

Build output logs are saved in /tmp/run-full-tests.sh.rJwPV
swift-driver version: 1.62.3 Apple Swift version 5.7 (swiftlang-5.7.0.123.8 clang-1400.0.29.50)
Target: x86_64-apple-macosx13.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.rJwPV/spm.debug
  Completed in 112s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.rJwPV/spm.release
  Completed in 57s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.rJwPV/cmake -G Ninja
  Completed in 9s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.rJwPV/cmake
  Completed in 2s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 38s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 35s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 24s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 25s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 26s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 25s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 23s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild build
  Completed in 26s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild test
  Completed in 46s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild test
  Completed in 41s
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild test
  Completed in 50s
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild test
  Completed in 38s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.rJwPV/xcodebuild test
  Completed in 29s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.rJwPV/benchmarks.debug benchmark --help
  Completed in 23s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.rJwPV/benchmarks.release benchmark --help
  Completed in 36s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.rJwPV/benchmark.results --cycles 3
  Completed in 178s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.rJwPV/spm.internal-checks
  Completed in 231s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.rJwPV/spm.deterministic-hashing
  Completed in 105s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.rJwPV/spm.internal-checks+deterministic-hashing
  Completed in 200s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.rJwPV/spm.warnings-as-errors
  Completed in 15s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.rJwPV/spm.warnings-as-errors
  Completed in 15s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.rJwPV/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 14s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 21s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Manual tests on Windows 10, x86_64, Swift 5.6.1 passing:

> swift test -c debug
...
Test Suite 'All tests' passed at 2022-08-31 23:24:23.083
         Executed 280 tests, with 0 failures (0 unexpected) in 82.609 (82.609) seconds

> swift test -c release
...
Test Suite 'All tests' passed at 2022-08-31 23:27:11.255
         Executed 250 tests, with 0 failures (0 unexpected) in 31.219 (31.219) seconds

> cmake -S . -B build -G Ninja
> ninja -C build

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Windows 10, x86_64, Swift 5.8 nightly

> swift --version
compnerd.org Swift version 5.8-dev (LLVM 1253736959130da, Swift feecc515d275594)
Target: x86_64-unknown-windows-msvc
> swift test -c debug
> swift test -c release
> cmake -S . -B build -G Ninja
> ninja -C build

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Windows 10, x86_64, Swift 5.7 nightly

> swift --version
compnerd.org Swift version 5.7-dev (LLVM d5f117e38620783, Swift d8b7ece39940996)
Target: x86_64-unknown-windows-msvc
> swift test -c debug
> swift test -c release
> cmake -S . -B build -G Ninja
> ninja -C build

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, arm64, Swift 5.6.1

The failure on Mac Catalyst is due to a toolchain issue.

Build output logs are saved in /tmp/run-full-tests.sh.3Z9H3
swift-driver version: 1.45.2 Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
Target: arm64-apple-macosx12.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.3Z9H3/spm.debug
  Completed in 50s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.3Z9H3/spm.release
  Completed in 30s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.3Z9H3/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.3Z9H3/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 21s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 19s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 16s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 18s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 17s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 16s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 15s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild build
  Completed in 17s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild test
  Completed in 16s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild test
  Failed in 12s. See /tmp/run-full-tests.sh.3Z9H3/14.xcodebuild.test.macCatalyst.log for full console output.
  	CollectionsTestSupportTests:
  		xctest (61087) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.3Z9H3/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_00-24-09--0700.xcresult. (Underlying Error: The bundle “CollectionsTestSupportTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests, 0x0109): tried: '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <103E9374-6762-329B-8755-38F67124FB35> '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <103E9374-6762-329B-8755-38F67124FB35> '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library)))
  	DequeTests:
  		xctest (61088) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.3Z9H3/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_00-24-09--0700.xcresult. (Underlying Error: The bundle “DequeTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests, 0x0109): tried: '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <259A86EB-490E-3CC2-9127-778E100722F8> '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <259A86EB-490E-3CC2-9127-778E100722F8> '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library)))
  	OrderedCollectionsTests:
  		xctest (61089) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.3Z9H3/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_00-24-09--0700.xcresult. (Underlying Error: The bundle “OrderedCollectionsTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests, 0x0109): tried: '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <11C84F0C-20CB-34A7-B981-5CF2443EE31B> '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <11C84F0C-20CB-34A7-B981-5CF2443EE31B> '/private/tmp/run-full-tests.sh.3Z9H3/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library)))
  
  ** TEST FAILED **
  
  Testing started
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild test
  Completed in 27s
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild test
  Completed in 29s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.3Z9H3/xcodebuild test
  Completed in 23s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.3Z9H3/benchmarks.debug benchmark --help
  Completed in 12s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.3Z9H3/benchmarks.release benchmark --help
  Completed in 24s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.3Z9H3/benchmark.results --cycles 3
  Completed in 161s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.3Z9H3/spm.internal-checks
  Completed in 78s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.3Z9H3/spm.deterministic-hashing
  Completed in 43s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.3Z9H3/spm.internal-checks+deterministic-hashing
  Completed in 76s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.3Z9H3/spm.warnings-as-errors
  Completed in 7s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.3Z9H3/spm.warnings-as-errors
  Completed in 9s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.3Z9H3/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 9s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 21s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, arm64, Xcode 12.4 (Swift 5.3.2)

Simulator & Catalyst failures are expected on this setup.

Build output logs are saved in /tmp/run-full-tests.sh.fQEDs
Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
Target: arm64-apple-darwin21.6.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.fQEDs/spm.debug
  Completed in 49s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.fQEDs/spm.release
  Completed in 28s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.fQEDs/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.fQEDs/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Completed in 27s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Completed in 15s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Completed in 13s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Completed in 14s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Failed in 3s. See /tmp/run-full-tests.sh.fQEDs/09.xcodebuild.build.watchOS.log for full console output.
  
  
  The following build commands failed:
  	CompileSwift normal armv7k
  	CompileSwiftSources normal armv7k com.apple.xcode.tools.swift.compiler
  	CompileSwiftSources normal arm64_32 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal arm64_32
  	CompileSwift normal armv7k
  	CompileSwift normal arm64_32
  (6 failures)
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Failed in 3s. See /tmp/run-full-tests.sh.fQEDs/10.xcodebuild.build.watchOS-simulator.log for full console output.
  	CompileSwift normal i386
  	CompileSwiftSources normal i386 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal arm64
  	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
  	CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal x86_64
  	CompileSwift normal x86_64
  	CompileSwift normal i386
  	CompileSwift normal arm64
  (9 failures)
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Completed in 11s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild build
  Completed in 14s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild test
  Completed in 15s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild test
  Failed in 17s. See /tmp/run-full-tests.sh.fQEDs/14.xcodebuild.test.macCatalyst.log for full console output.
  	CollectionsTestSupportTests:
  		xctest (65951) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.fQEDs/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_00-55-41--0700.xcresult. (Underlying Error: The bundle “CollectionsTestSupportTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests, 0x0109): tried: '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <8F9DE39F-1D7A-3F43-BEC8-8E90C786EE5B> '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <8F9DE39F-1D7A-3F43-BEC8-8E90C786EE5B> '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library)))
  	DequeTests:
  		xctest (65952) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.fQEDs/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_00-55-41--0700.xcresult. (Underlying Error: The bundle “DequeTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests, 0x0109): tried: '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <BDB0B970-D225-3DA3-A601-3657E836E581> '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <BDB0B970-D225-3DA3-A601-3657E836E581> '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library)))
  	OrderedCollectionsTests:
  		xctest (65953) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.fQEDs/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_00-55-41--0700.xcresult. (Underlying Error: The bundle “OrderedCollectionsTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests, 0x0109): tried: '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <742AFE6D-1046-3040-8C7C-3BDA1C925FE3> '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <742AFE6D-1046-3040-8C7C-3BDA1C925FE3> '/private/tmp/run-full-tests.sh.fQEDs/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library)))
  
  ** TEST FAILED **
  
  Testing started
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild test
  Failed in 31s. See /tmp/run-full-tests.sh.fQEDs/15.xcodebuild.test.iOS-simulator.log for full console output.
  
  	Ineligible destinations for the "swift-collections-Package" scheme:
  		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
  		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
  		{ platform:macOS, name:Any Mac }
  		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
  		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
  		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
  		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
  		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild test
  Failed in 2s. See /tmp/run-full-tests.sh.fQEDs/16.xcodebuild.test.watchOS-simulator.log for full console output.
  	CompileSwift normal i386
  	CompileSwiftSources normal i386 com.apple.xcode.tools.swift.compiler
  	CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal x86_64
  	CompileSwift normal arm64
  	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal i386
  	CompileSwift normal x86_64
  	CompileSwift normal arm64
  (9 failures)
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.fQEDs/xcodebuild test
  Failed in 31s. See /tmp/run-full-tests.sh.fQEDs/17.xcodebuild.test.tvOS-simulator.log for full console output.
  
  	Ineligible destinations for the "swift-collections-Package" scheme:
  		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
  		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
  		{ platform:macOS, name:Any Mac }
  		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
  		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
  		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
  		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
  		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.fQEDs/benchmarks.debug benchmark --help
  Completed in 13s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.fQEDs/benchmarks.release benchmark --help
  Completed in 21s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.fQEDs/benchmark.results --cycles 3
  Completed in 158s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.fQEDs/spm.internal-checks
  Completed in 77s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.fQEDs/spm.deterministic-hashing
  Completed in 42s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.fQEDs/spm.internal-checks+deterministic-hashing
  Completed in 75s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.fQEDs/spm.warnings-as-errors
  Completed in 6s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.fQEDs/spm.warnings-as-errors
  Completed in 4s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.fQEDs/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 5s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 30s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, x86_64, Xcode 13.4.1 (Swift 5.6.1)

Build output logs are saved in /tmp/run-full-tests.sh.aZp4R
swift-driver version: 1.45.2 Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
Target: x86_64-apple-macosx12.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.aZp4R/spm.debug
  Completed in 95s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.aZp4R/spm.release
  Completed in 53s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.aZp4R/cmake -G Ninja
  Completed in 2s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.aZp4R/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 54s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 28s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 26s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 27s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 25s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 25s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 23s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild build
  Completed in 24s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild test
  Completed in 33s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild test
  Completed in 31s
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild test
  Completed in 58s
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild test
  Completed in 43s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.aZp4R/xcodebuild test
  Completed in 40s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.aZp4R/benchmarks.debug benchmark --help
  Completed in 15s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.aZp4R/benchmarks.release benchmark --help
  Completed in 34s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.aZp4R/benchmark.results --cycles 3
  Completed in 164s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.aZp4R/spm.internal-checks
  Completed in 172s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.aZp4R/spm.deterministic-hashing
  Completed in 93s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.aZp4R/spm.internal-checks+deterministic-hashing
  Completed in 172s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.aZp4R/spm.warnings-as-errors
  Completed in 12s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.aZp4R/spm.warnings-as-errors
  Completed in 13s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.aZp4R/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 13s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 15s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, x86_64, 12.4 (Swift 5.3.2)

watchOS/tvOS failures are expected in this configuration.

Build output logs are saved in /tmp/run-full-tests.sh.E7wQX
Apple Swift version 5.3.2 (swiftlang-1200.0.45 clang-1200.0.32.28)
Target: x86_64-apple-darwin21.6.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.E7wQX/spm.debug
  Completed in 99s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.E7wQX/spm.release
  Completed in 51s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.E7wQX/cmake -G Ninja
  Completed in 6s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.E7wQX/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Completed in 53s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Completed in 19s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Completed in 18s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Completed in 21s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Failed in 4s. See /tmp/run-full-tests.sh.E7wQX/09.xcodebuild.build.watchOS.log for full console output.
  
  ** BUILD FAILED **
  
  
  The following build commands failed:
  	CompileSwift normal arm64_32
  	CompileSwiftSources normal arm64_32 com.apple.xcode.tools.swift.compiler
  	CompileSwiftSources normal armv7k com.apple.xcode.tools.swift.compiler
  	CompileSwift normal armv7k
  (4 failures)
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Failed in 4s. See /tmp/run-full-tests.sh.E7wQX/10.xcodebuild.build.watchOS-simulator.log for full console output.
  
  
  The following build commands failed:
  	CompileSwift normal x86_64
  	CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
  	CompileSwiftSources normal i386 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal i386
  	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal arm64
  (6 failures)
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Completed in 17s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild build
  Completed in 18s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild test
  Completed in 46s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild test
  Completed in 46s
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild test
  Failed in 31s. See /tmp/run-full-tests.sh.E7wQX/15.xcodebuild.test.iOS-simulator.log for full console output.
  
  	Ineligible destinations for the "swift-collections-Package" scheme:
  		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
  		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
  		{ platform:macOS, name:Any Mac }
  		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
  		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
  		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
  		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
  		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild test
  Failed in 3s. See /tmp/run-full-tests.sh.E7wQX/16.xcodebuild.test.watchOS-simulator.log for full console output.
  
  
  The following build commands failed:
  	CompileSwift normal arm64
  	CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
  	CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
  	CompileSwift normal x86_64
  	CompileSwift normal i386
  	CompileSwiftSources normal i386 com.apple.xcode.tools.swift.compiler
  (6 failures)
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.E7wQX/xcodebuild test
  Failed in 31s. See /tmp/run-full-tests.sh.E7wQX/17.xcodebuild.test.tvOS-simulator.log for full console output.
  
  	Ineligible destinations for the "swift-collections-Package" scheme:
  		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
  		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
  		{ platform:macOS, name:Any Mac }
  		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
  		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
  		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
  		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
  		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.E7wQX/benchmarks.debug benchmark --help
  Completed in 20s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.E7wQX/benchmarks.release benchmark --help
  Completed in 31s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.E7wQX/benchmark.results --cycles 3
  Completed in 166s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.E7wQX/spm.internal-checks
  Completed in 171s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.E7wQX/spm.deterministic-hashing
  Completed in 89s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.E7wQX/spm.internal-checks+deterministic-hashing
  Completed in 182s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.E7wQX/spm.warnings-as-errors
  Completed in 8s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.E7wQX/spm.warnings-as-errors
  Completed in 7s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.E7wQX/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 8s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 16s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, arm64, 12.5.1 (Swift 5.4.2)

The Mac Catalyst + iOS Simulator failures aren't cause for worry here.

Build output logs are saved in /tmp/run-full-tests.sh.fdjwe
Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
Target: arm64-apple-darwin21.6.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.fdjwe/spm.debug
  Completed in 47s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.fdjwe/spm.release
  Completed in 28s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.fdjwe/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.fdjwe/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 26s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 39s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 14s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 15s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 14s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 15s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 12s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild build
  Completed in 14s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild test
  Completed in 20s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild test
  Failed in 3s. See /tmp/run-full-tests.sh.fdjwe/14.xcodebuild.test.macCatalyst.log for full console output.
  	CollectionsTestSupportTests:
  		xctest (81058) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.fdjwe/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_02-03-29--0700.xcresult. (Underlying Error: The bundle “CollectionsTestSupportTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests, 0x0109): tried: '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <3C38DF6B-D2D8-32C5-9BE0-596F157EEF7F> '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <3C38DF6B-D2D8-32C5-9BE0-596F157EEF7F> '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library)))
  	DequeTests:
  		xctest (81059) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.fdjwe/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_02-03-29--0700.xcresult. (Underlying Error: The bundle “DequeTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests, 0x0109): tried: '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <B50C05AD-FDFD-305F-A91F-FDE1130B4CEC> '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <B50C05AD-FDFD-305F-A91F-FDE1130B4CEC> '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library)))
  	OrderedCollectionsTests:
  		xctest (81060) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.fdjwe/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_02-03-29--0700.xcresult. (Underlying Error: The bundle “OrderedCollectionsTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests, 0x0109): tried: '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <1EE772EF-00EB-32B2-B78E-0AFB40FAAEE4> '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <1EE772EF-00EB-32B2-B78E-0AFB40FAAEE4> '/private/tmp/run-full-tests.sh.fdjwe/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library)))
  
  ** TEST FAILED **
  
  Testing started
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild test
  Failed in 31s. See /tmp/run-full-tests.sh.fdjwe/15.xcodebuild.test.iOS-simulator.log for full console output.
  
  	Ineligible destinations for the "swift-collections-Package" scheme:
  		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
  		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
  		{ platform:macOS, name:Any Mac }
  		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
  		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
  		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
  		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
  		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild test
  Completed in 83s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.fdjwe/xcodebuild test
  Completed in 31s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.fdjwe/benchmarks.debug benchmark --help
  Completed in 15s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.fdjwe/benchmarks.release benchmark --help
  Completed in 21s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.fdjwe/benchmark.results --cycles 3
  Completed in 158s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.fdjwe/spm.internal-checks
  Completed in 73s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.fdjwe/spm.deterministic-hashing
  Completed in 41s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.fdjwe/spm.internal-checks+deterministic-hashing
  Completed in 70s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.fdjwe/spm.warnings-as-errors
  Completed in 5s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.fdjwe/spm.warnings-as-errors
  Completed in 6s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.fdjwe/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 5s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 30s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, x86_64, Xcode 12.5.1 (Swift 5.4.2)

The iOS Simulator failure isn't cause for worry here.

Build output logs are saved in /tmp/run-full-tests.sh.5VXwI
Apple Swift version 5.4.2 (swiftlang-1205.0.28.2 clang-1205.0.19.57)
Target: x86_64-apple-darwin21.6.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.5VXwI/spm.debug
  Completed in 92s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.5VXwI/spm.release
  Completed in 50s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.5VXwI/cmake -G Ninja
  Completed in 6s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.5VXwI/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 55s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 51s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 20s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 21s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 19s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 21s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 17s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild build
  Completed in 19s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild test
  Completed in 46s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild test
  Completed in 45s
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild test
  Failed in 31s. See /tmp/run-full-tests.sh.5VXwI/15.xcodebuild.test.iOS-simulator.log for full console output.
  
  	Ineligible destinations for the "swift-collections-Package" scheme:
  		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
  		{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
  		{ platform:macOS, name:Any Mac }
  		{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
  		{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
  		{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
  		{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
  		{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild test
  Completed in 45s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.5VXwI/xcodebuild test
  Completed in 48s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.5VXwI/benchmarks.debug benchmark --help
  Completed in 16s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.5VXwI/benchmarks.release benchmark --help
  Completed in 27s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.5VXwI/benchmark.results --cycles 3
  Completed in 165s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.5VXwI/spm.internal-checks
  Completed in 163s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.5VXwI/spm.deterministic-hashing
  Completed in 88s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.5VXwI/spm.internal-checks+deterministic-hashing
  Completed in 156s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.5VXwI/spm.warnings-as-errors
  Completed in 8s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.5VXwI/spm.warnings-as-errors
  Completed in 8s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.5VXwI/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 7s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 10s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, arm64, Xcode 13.2.1 (Swift 5.5.2)

Build output logs are saved in /tmp/run-full-tests.sh.XeZ7e
swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
Target: arm64-apple-macosx12.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.XeZ7e/spm.debug
  Completed in 51s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.XeZ7e/spm.release
  Completed in 35s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.XeZ7e/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.XeZ7e/cmake
  Completed in 1s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 21s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 48s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 16s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 16s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 16s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 15s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 14s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild build
  Completed in 15s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild test
  Completed in 16s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild test
  Failed in 12s. See /tmp/run-full-tests.sh.XeZ7e/14.xcodebuild.test.macCatalyst.log for full console output.
  	CollectionsTestSupportTests:
  		xctest (92739) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.XeZ7e/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_02-54-49--0700.xcresult. (Underlying Error: The bundle “CollectionsTestSupportTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests, 0x0109): tried: '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <1599CC55-1E89-3F81-ABAB-B8AF008D3FA8> '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (no such file), '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' (code signature in <1599CC55-1E89-3F81-ABAB-B8AF008D3FA8> '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/CollectionsTestSupportTests.xctest/Contents/MacOS/CollectionsTestSupportTests' not valid for use in process: Trying to load an unsigned library)))
  	DequeTests:
  		xctest (92740) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.XeZ7e/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_02-54-49--0700.xcresult. (Underlying Error: The bundle “DequeTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests, 0x0109): tried: '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <59A80364-499A-38EE-9AC9-F69F36084237> '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (no such file), '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' (code signature in <59A80364-499A-38EE-9AC9-F69F36084237> '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/DequeTests.xctest/Contents/MacOS/DequeTests' not valid for use in process: Trying to load an unsigned library)))
  	OrderedCollectionsTests:
  		xctest (92741) encountered an error (Failed to load the test bundle. If you believe this error represents a bug, please attach the result bundle at /tmp/run-full-tests.sh.XeZ7e/xcodebuild/Logs/Test/Test-swift-collections-Package-2022.09.01_02-54-49--0700.xcresult. (Underlying Error: The bundle “OrderedCollectionsTests” couldn’t be loaded. The bundle couldn’t be loaded. Try reinstalling the bundle. dlopen(/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests, 0x0109): tried: '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <FFD05552-5670-3C2C-AA03-0A6EED86B948> '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library), '/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests' (no such file), '/System/iOSSupport/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (no such file), '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' (code signature in <FFD05552-5670-3C2C-AA03-0A6EED86B948> '/private/tmp/run-full-tests.sh.XeZ7e/xcodebuild/Build/Products/Release-maccatalyst/OrderedCollectionsTests.xctest/Contents/MacOS/OrderedCollectionsTests' not valid for use in process: Trying to load an unsigned library)))
  
  ** TEST FAILED **
  
  Testing started
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild test
  Completed in 30s
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild test
  Completed in 26s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.XeZ7e/xcodebuild test
  Completed in 22s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.XeZ7e/benchmarks.debug benchmark --help
  Completed in 12s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.XeZ7e/benchmarks.release benchmark --help
  Completed in 22s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.XeZ7e/benchmark.results --cycles 3
  Completed in 159s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.XeZ7e/spm.internal-checks
  Completed in 82s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.XeZ7e/spm.deterministic-hashing
  Completed in 45s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.XeZ7e/spm.internal-checks+deterministic-hashing
  Completed in 81s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.XeZ7e/spm.warnings-as-errors
  Completed in 10s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.XeZ7e/spm.warnings-as-errors
  Completed in 9s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.XeZ7e/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 9s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 29s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

macOS 12.5, x86_64, Xcode 13.2.1 (Swift 5.5.2)

Build output logs are saved in /tmp/run-full-tests.sh.938GW
swift-driver version: 1.26.21 Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)
Target: x86_64-apple-macosx12.0
[01 spm.debug] xcrun swift test -c debug --build-path /tmp/run-full-tests.sh.938GW/spm.debug
  Completed in 104s
[02 spm.release] xcrun swift test -c release --build-path /tmp/run-full-tests.sh.938GW/spm.release
  Completed in 52s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.938GW/cmake -G Ninja
  Completed in 7s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.938GW/cmake
  Completed in 2s
[05 xcodebuild.build.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 43s
[06 xcodebuild.build.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 65s
[07 xcodebuild.build.iOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 23s
[08 xcodebuild.build.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=iOS Simulator -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 25s
[09 xcodebuild.build.watchOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 21s
[10 xcodebuild.build.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=watchOS Simulator -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 23s
[11 xcodebuild.build.tvOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 20s
[12 xcodebuild.build.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination generic/platform=tvOS Simulator -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild build
  Completed in 23s
[13 xcodebuild.test.macOS] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild test
  Completed in 31s
[14 xcodebuild.test.macCatalyst] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=macOS,variant=Mac Catalyst -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild test
  Completed in 31s
[15 xcodebuild.test.iOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=iOS Simulator,name=iPhone 12 -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild test
  Completed in 54s
[16 xcodebuild.test.watchOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=watchOS Simulator,name=Apple Watch Series 6 - 44mm -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild test
  Completed in 44s
[17 xcodebuild.test.tvOS-simulator] xcrun xcodebuild -scheme swift-collections-Package -configuration Release -destination platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation) -derivedDataPath /tmp/run-full-tests.sh.938GW/xcodebuild test
  Completed in 42s
[18 benchmarks.debug] xcrun swift run -c debug --build-path /tmp/run-full-tests.sh.938GW/benchmarks.debug benchmark --help
  Completed in 23s
[19 benchmarks.release] xcrun swift run -c release --build-path /tmp/run-full-tests.sh.938GW/benchmarks.release benchmark --help
  Completed in 34s
[20 run-benchmarks] ./Utils/run-benchmarks.sh run --max-size 128 /tmp/run-full-tests.sh.938GW/benchmark.results --cycles 3
  Completed in 174s
[21 spm.internal-checks] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS --build-path /tmp/run-full-tests.sh.938GW/spm.internal-checks
  Completed in 189s
[22 spm.deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.938GW/spm.deterministic-hashing
  Completed in 105s
[23 spm.internal-checks+deterministic-hashing] xcrun swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING --build-path /tmp/run-full-tests.sh.938GW/spm.internal-checks+deterministic-hashing
  Completed in 184s
[24 spm.warnings-as-errors.debug] xcrun swift build -c debug -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.938GW/spm.warnings-as-errors
  Completed in 13s
[25 spm.warnings-as-errors.release] xcrun swift build -c release -Xswiftc -warnings-as-errors --build-path /tmp/run-full-tests.sh.938GW/spm.warnings-as-errors
  Completed in 18s
[26 spm.library-evolution] xcrun swift build -c release --build-path /tmp/run-full-tests.sh.938GW/spm.library-evolution -Xswiftc -enable-library-evolution
  Completed in 19s
[27 xcodebuild.library-evolution] xcodebuild -scheme swift-collections-Package -destination generic/platform=macOS -destination generic/platform=iOS BUILD_LIBRARY_FOR_DISTRIBUTION=YES
  Completed in 3s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Ubuntu 20.04, x86_64, Swift 5.7 nightly

Swift version 5.7.1-dev (LLVM 7e31b78ab3255fa, Swift 1e80674d67f5505)
Target: x86_64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.debug
  Completed in 100s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.release
  Completed in 66s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.yLdOX/cmake -G Ninja
  Completed in 0s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.yLdOX/cmake
  Completed in 3s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/benchmarks.debug benchmark --help
  Completed in 45s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/benchmarks.release benchmark --help
  Completed in 61s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.internal-checks
  Completed in 163s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.deterministic-hashing
  Completed in 98s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.internal-checks+deterministic-hashing
  Completed in 165s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.warnings-as-errors
  Completed in 16s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.yLdOX/spm.warnings-as-errors
  Completed in 17s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Ubuntu 20.04, x86_64, Swift 5.3.3

Swift version 5.3.3 (swift-5.3.3-RELEASE)
Target: x86_64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.debug
  Completed in 100s
[02 spm.release] swift test -c release -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.release
  Completed in 62s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.uHTiU/cmake -G Ninja
  Completed in 0s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.uHTiU/cmake
  Completed in 3s
[05 benchmarks.debug] swift run -c debug -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/benchmarks.debug benchmark --help
  Completed in 37s
[06 benchmarks.release] swift run -c release -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/benchmarks.release benchmark --help
  Completed in 60s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.internal-checks
  Completed in 181s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.deterministic-hashing
  Completed in 105s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.internal-checks+deterministic-hashing
  Completed in 189s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.warnings-as-errors
  Completed in 13s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --enable-test-discovery --build-path /tmp/run-full-tests.sh.uHTiU/spm.warnings-as-errors
  Completed in 16s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Ubuntu 20.04, x86_64, Swift 5.8 nightly

Not sure why this identifies itself as 5.7 ¯_(ツ)_/¯

Swift version 5.7-dev (LLVM cd2992b90c95d01, Swift ab85807f0646caa)
Target: x86_64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.debug
  Completed in 104s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.release
  Completed in 78s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.9giMR/cmake -G Ninja
  Completed in 0s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.9giMR/cmake
  Completed in 3s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.9giMR/benchmarks.debug benchmark --help
  Completed in 49s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.9giMR/benchmarks.release benchmark --help
  Completed in 78s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.internal-checks
  Completed in 172s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.deterministic-hashing
  Completed in 104s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.internal-checks+deterministic-hashing
  Completed in 179s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.warnings-as-errors
  Completed in 17s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.9giMR/spm.warnings-as-errors
  Completed in 25s

@lorentey
Copy link
Member Author

lorentey commented Sep 1, 2022

Ubuntu 20.04, x86_64, Swift 5.4.3

Swift version 5.4.3 (swift-5.4.3-RELEASE)
Target: x86_64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.debug
  Completed in 103s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.release
  Completed in 65s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.ZtCpk/cmake -G Ninja
  Completed in 0s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.ZtCpk/cmake
  Completed in 3s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/benchmarks.debug benchmark --help
  Completed in 41s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/benchmarks.release benchmark --help
  Completed in 62s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.internal-checks
  Completed in 177s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.deterministic-hashing
  Completed in 102s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.internal-checks+deterministic-hashing
  Completed in 183s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.warnings-as-errors
  Completed in 13s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.ZtCpk/spm.warnings-as-errors
  Completed in 16s

@lorentey
Copy link
Member Author

lorentey commented Sep 2, 2022

Ubuntu 20.04, x86_64, Swift 5.5.3

Build output logs are saved in /tmp/run-full-tests.sh.Wjmao
Swift version 5.5.3 (swift-5.5.3-RELEASE)
Target: x86_64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.debug
  Completed in 103s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.release
  Completed in 68s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.Wjmao/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.Wjmao/cmake
  Completed in 3s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/benchmarks.debug benchmark --help
  Completed in 44s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/benchmarks.release benchmark --help
  Completed in 61s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.internal-checks
  Completed in 166s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.deterministic-hashing
  Completed in 100s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.internal-checks+deterministic-hashing
  Completed in 159s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.warnings-as-errors
  Completed in 14s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.Wjmao/spm.warnings-as-errors
  Completed in 17s

@lorentey
Copy link
Member Author

lorentey commented Sep 2, 2022

Ubuntu 20.04, x86_64, Swift 5.6.2

Build output logs are saved in /tmp/run-full-tests.sh.epFOf
Swift version 5.6.2 (swift-5.6.2-RELEASE)
Target: x86_64-unknown-linux-gnu
[01 spm.debug] swift test -c debug -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.debug
  Completed in 95s
[02 spm.release] swift test -c release -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.release
  Completed in 55s
[03 cmake.generate] cmake -S . -B /tmp/run-full-tests.sh.epFOf/cmake -G Ninja
  Completed in 1s
[04 cmake.build-with-ninja] ninja -C /tmp/run-full-tests.sh.epFOf/cmake
  Completed in 2s
[05 benchmarks.debug] swift run -c debug -j 1 --build-path /tmp/run-full-tests.sh.epFOf/benchmarks.debug benchmark --help
  Completed in 34s
[06 benchmarks.release] swift run -c release -j 1 --build-path /tmp/run-full-tests.sh.epFOf/benchmarks.release benchmark --help
  Completed in 47s
[07 spm.internal-checks] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.internal-checks
  Completed in 156s
[08 spm.deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.deterministic-hashing
  Completed in 90s
[09 spm.internal-checks+deterministic-hashing] swift test -c debug -Xswiftc -DCOLLECTIONS_INTERNAL_CHECKS -Xswiftc -DCOLLECTIONS_DETERMINISTIC_HASHING -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.internal-checks+deterministic-hashing
  Completed in 167s
[10 spm.warnings-as-errors.debug] swift build -c debug -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.warnings-as-errors
  Completed in 11s
[11 spm.warnings-as-errors.release] swift build -c release -Xswiftc -warnings-as-errors -j 1 --build-path /tmp/run-full-tests.sh.epFOf/spm.warnings-as-errors
  Completed in 13s

@lorentey
Copy link
Member Author

lorentey commented Sep 2, 2022

That's enough testing for me.

@lorentey
Copy link
Member Author

lorentey commented Sep 2, 2022

@swift-ci test

@lorentey
Copy link
Member Author

lorentey commented Sep 2, 2022

(force pushed to remove cherry pick of #169, which has landed on release/1.0 now.)

@lorentey lorentey merged commit a9e2276 into apple:release/1.0 Sep 2, 2022
@lorentey lorentey deleted the cherry-pick-1.0.3 branch September 2, 2022 00:21
@lorentey lorentey added this to the 1.0.3 milestone Oct 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants