Skip to content

Commit 5796a3b

Browse files
committed
[swift6] fix vapor build
1 parent 62dfc40 commit 5796a3b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

samples/client/petstore/swift6/apiNonStaticMethod/SwaggerClientTests/SwaggerClient.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/client/petstore/swift6/swift6_test_all.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ DIRECTORY=`dirname $0`
1212
(cd $DIRECTORY/default/ && ./run_spmbuild.sh)
1313
(cd $DIRECTORY/objcCompatible/ && ./run_spmbuild.sh)
1414
(cd $DIRECTORY/oneOf/ && ./run_spmbuild.sh)
15-
(cd $DIRECTORY/promisekitLibrary/ && ./run_spmbuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
15+
(cd $DIRECTORY/promisekitLibrary/ && ./run_spmbuild.sh)
1616
(cd $DIRECTORY/resultLibrary/ && ./run_spmbuild.sh)
1717
(cd $DIRECTORY/rxswiftLibrary/ && ./run_spmbuild.sh)
1818
(cd $DIRECTORY/urlsessionLibrary/ && ./run_spmbuild.sh)
1919
(cd $DIRECTORY/validation/ && ./run_spmbuild.sh)
20-
(cd $DIRECTORY/vaporLibrary/ && ./run_spmbuild.sh) # Commented because it's not working
20+
(cd $DIRECTORY/vaporLibrary/ && ./run_spmbuild.sh)
2121

2222
# example project with unit tests
2323
(cd $DIRECTORY/alamofireLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
2424
(cd $DIRECTORY/apiNonStaticMethod/SwaggerClientTests/ && ./run_xcodebuild.sh)
2525
(cd $DIRECTORY/asyncAwaitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
26-
(cd $DIRECTORY/combineLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
26+
(cd $DIRECTORY/combineLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
2727
(cd $DIRECTORY/combineDeferredLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
2828
(cd $DIRECTORY/default/SwaggerClientTests/ && ./run_xcodebuild.sh)
29-
(cd $DIRECTORY/promisekitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh) # Commented to save time in CI, building Swift5 and Swift6 is taking too much time, and making CI fail
29+
(cd $DIRECTORY/promisekitLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
3030
(cd $DIRECTORY/rxswiftLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)
3131
(cd $DIRECTORY/urlsessionLibrary/SwaggerClientTests/ && ./run_xcodebuild.sh)

0 commit comments

Comments
 (0)