Build Information
Successful build of swift-sls-adapter with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/swift-sls-adapter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-serverless/swift-sls-adapter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e89775f Add coverage to codecov.io (#2)
Cloned https://github.com/swift-serverless/swift-sls-adapter.git
Revision (git rev-parse @):
e89775ffc5d82bad786a3ec877d1b68e990e3646
SUCCESS checkout https://github.com/swift-serverless/swift-sls-adapter.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/swift-serverless/swift-sls-adapter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/11] Write sources
[4/11] Write swift-version-6F35C1178C84523A.txt
[5/11] Compiling emitter.c
[6/11] Compiling scanner.c
[7/11] Compiling api.c
[8/11] Compiling parser.c
[9/11] Compiling reader.c
[10/11] Compiling writer.c
[12/26] Compiling Yams Tag.swift
[13/26] Compiling Yams String+Yams.swift
[14/26] Compiling Yams Node.Scalar.swift
[15/26] Compiling Yams Node.Sequence.swift
[16/26] Compiling Yams Node.swift
[17/26] Compiling Yams Parser.swift
[18/26] Compiling Yams Emitter.swift
[19/26] Compiling Yams Encoder.swift
[20/26] Compiling Yams Mark.swift
[21/26] Compiling Yams Node.Mapping.swift
[22/26] Compiling Yams Constructor.swift
[23/26] Compiling Yams Decoder.swift
[24/26] Compiling Yams Representer.swift
[25/26] Compiling Yams Resolver.swift
[26/26] Emitting module Yams
[27/27] Compiling Yams YamlError.swift
[28/37] Compiling SLSAdapter ServerlessConfig.swift
[29/37] Compiling SLSAdapter YAMLContent.swift
[30/37] Compiling SLSAdapter Resource.swift
[31/37] Compiling SLSAdapter Provider.swift
[32/37] Compiling SLSAdapter Region.swift
[33/37] Compiling SLSAdapter Function+Extensions.swift
[34/37] Emitting module SLSAdapter
[35/37] Compiling SLSAdapter Package.swift
[36/37] Compiling SLSAdapter Function.swift
[37/37] Compiling SLSAdapter CodableDefault.swift
Build complete! (45.28s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/jpsim/Yams.git
[1/1458] Fetching swift-docc-plugin
[74/10795] Fetching swift-docc-plugin, yams
Fetched https://github.com/jpsim/Yams.git from cache (1.88s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.88s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.68s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2859] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.37s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.77s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.1.2 (0.69s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.1.2
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-sls-adapter",
"name" : "swift-sls-adapter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SLSAdapter",
"targets" : [
"SLSAdapter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SLSAdapterTests",
"module_type" : "SwiftTarget",
"name" : "SLSAdapterTests",
"path" : "Tests/SLSAdapterTests",
"product_dependencies" : [
"Yams"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/SLSAdapterTests/Fixtures",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HttpAPILambdaParams.swift",
"SLSAdapterTests.swift",
"ServerlessConfig+Exensions.swift",
"ServerlessHttpAPILambdaTests.swift"
],
"target_dependencies" : [
"SLSAdapter"
],
"type" : "test"
},
{
"c99name" : "SLSAdapter",
"module_type" : "SwiftTarget",
"name" : "SLSAdapter",
"path" : "Sources/SLSAdapter",
"product_dependencies" : [
"Yams"
],
"product_memberships" : [
"SLSAdapter"
],
"sources" : [
"CodableDefault.swift",
"Function+Extensions.swift",
"Function.swift",
"Package.swift",
"Provider.swift",
"Region.swift",
"Resource.swift",
"ServerlessConfig.swift",
"YAMLContent.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.