Build Information
Successful build of SwiftLuau, reference 0.3.2+0.701 (52883f), with Swift 6.2 for macOS (SPM) on 26 Nov 2025 00:28:40 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RadiusDay/SwiftLuau.git
Reference: 0.3.2+0.701
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RadiusDay/SwiftLuau
* tag 0.3.2+0.701 -> FETCH_HEAD
HEAD is now at 52883fc chore: update to luau 0.701
Submodule path 'lib/Luau': checked out '535f92589bdc304c8a2012d6cfad5e7b9faff2f7'
Submodule 'lib/Luau' (https://github.com/luau-lang/luau) registered for path 'lib/Luau'
Cloning into '/Users/admin/builder/spi-builder-workspace/lib/Luau'...
Cloned https://github.com/RadiusDay/SwiftLuau.git
Revision (git rev-parse @):
52883fcce4133c58cd733aeccad959ef90d4220a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/RadiusDay/SwiftLuau.git at 0.3.2+0.701
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "swiftluau",
"name": "SwiftLuau",
"url": "https://github.com/RadiusDay/SwiftLuau.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftLuau",
"dependencies": [
]
}
]
}
Fetching https://github.com/RadiusDay/SwiftLuau.git
[1/388] Fetching swiftluau
Fetched https://github.com/RadiusDay/SwiftLuau.git from cache (0.80s)
Creating working copy for https://github.com/RadiusDay/SwiftLuau.git
Working copy of https://github.com/RadiusDay/SwiftLuau.git resolved at 0.3.2+0.701 (52883fc)
warning: '.resolve-product-dependencies': dependency 'swiftluau' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/RadiusDay/SwiftLuau.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/172] Compiling linit.cpp
[1/172] Compiling lbaselib.cpp
[1/172] Write sources
[1/172] Compiling ldblib.cpp
[1/172] Compiling lgcdebug.cpp
[1/172] Write sources
[5/172] Write Example-entitlement.plist
[7/172] Compiling lmathlib.cpp
[8/172] Compiling lbitlib.cpp
[9/172] Compiling lvmload.cpp
[10/172] Compiling lbuiltins.cpp
[11/172] Compiling lutf8lib.cpp
[12/172] Write swift-version-49B95AFC49DCD68C.txt
[13/172] Compiling ludata.cpp
[14/172] Compiling ltm.cpp
[15/172] Compiling lvmutils.cpp
[16/172] Compiling lveclib.cpp
[17/172] Compiling lstring.cpp
[18/172] Compiling lstate.cpp
[19/172] Compiling lstrlib.cpp
[20/172] Compiling ltablib.cpp
[21/172] Compiling loslib.cpp
[22/172] Compiling ltable.cpp
[23/172] Compiling lmem.cpp
[24/172] Compiling lfunc.cpp
[25/172] Compiling lnumprint.cpp
[26/172] Compiling lobject.cpp
[27/172] Compiling lgc.cpp
[28/172] Compiling lperf.cpp
[29/172] Compiling lcorolib.cpp
[30/172] Compiling ldo.cpp
[31/172] Compiling lbuflib.cpp
[32/172] Compiling ldebug.cpp
[33/172] Compiling lbuffer.cpp
[34/172] Compiling laux.cpp
[35/172] Compiling lvmexecute.cpp
[36/172] Compiling lapi.cpp
[37/172] Compiling LinterConfig.cpp
[37/172] Compiling AstJsonEncoder.cpp
[38/172] Compiling UnionFind.cpp
[38/172] Compiling Id.cpp
[41/172] Compiling ApplyTypeFunction.cpp
[42/172] Compiling lcode.cpp
[43/172] Compiling LuauConfig.cpp
[44/172] Compiling ValueTracking.cpp
[45/172] Compiling Config.cpp
[46/172] Compiling Autocomplete.cpp
[47/172] Compiling TableShape.cpp
[48/172] Compiling CostModel.cpp
[49/172] Compiling ConstantFolding.cpp
[50/172] Compiling Builtins.cpp
[51/172] Compiling TimeTrace.cpp
[52/172] Compiling Types.cpp
[53/172] Compiling BuiltinFolding.cpp
[54/172] Compiling StringUtils.cpp
[55/172] Compiling BytecodeBuilder.cpp
[56/172] Compiling lcodegen.cpp
[57/172] Compiling UnwindBuilderWin.cpp
[58/172] Compiling UnwindBuilderDwarf2.cpp
[59/172] Compiling NativeState.cpp
[60/172] Compiling Compiler.cpp
[61/172] Compiling OptimizeFinalX64.cpp
[62/172] Compiling NativeProtoExecData.cpp
[63/172] Compiling OptimizeDeadStore.cpp
[64/172] Compiling SharedCodeAllocator.cpp
[65/172] Compiling OptimizeConstProp.cpp
[66/172] Compiling IrValueLocationTracking.cpp
[67/172] Compiling IrUtils.cpp
[68/172] Compiling IrTranslation.cpp
[69/172] Compiling IrTranslateBuiltins.cpp
[70/172] Compiling IrRegAllocX64.cpp
[71/172] Compiling IrDump.cpp
[72/172] Compiling IrRegAllocA64.cpp
[73/172] Compiling CodeGenUtils.cpp
[74/172] Compiling IrCallWrapperX64.cpp
[75/172] Compiling IrLoweringA64.cpp
[76/172] Compiling IrLoweringX64.cpp
[77/172] Compiling IrBuilder.cpp
[78/172] Compiling EmitInstructionX64.cpp
[79/172] Compiling EmitCommonX64.cpp
[80/172] Compiling EmitBuiltinsX64.cpp
[81/172] Compiling CodeGenX64.cpp
[82/172] Compiling IrAnalysis.cpp
[83/172] Compiling CodeGenA64.cpp
[84/172] Compiling CodeGen.cpp
[85/172] Compiling CodeBlockUnwind.cpp
[86/172] Compiling Location.cpp
[87/172] Compiling CodeAllocator.cpp
[88/172] Compiling CodeGenAssembly.cpp
[89/172] Compiling CodeGenContext.cpp
[90/172] Compiling AssemblyBuilderX64.cpp
[91/172] Compiling BytecodeSummary.cpp
[92/172] Compiling BytecodeAnalysis.cpp
[93/172] Compiling AssemblyBuilderA64.cpp
[94/172] Compiling Confusables.cpp
[95/172] Compiling Cst.cpp
[96/172] Compiling PrettyPrinter.cpp
[97/172] Compiling Lexer.cpp
[98/172] Compiling Ast.cpp
[99/172] Compiling Allocator.cpp
[100/172] Compiling Unifiable.cpp
[101/172] Compiling TypedAllocator.cpp
[102/172] Compiling TypeOrPack.cpp
[103/172] Compiling TypePack.cpp
[104/172] Compiling Parser.cpp
[105/172] Compiling Unifier2.cpp
[106/172] Compiling TypePath.cpp
[107/172] Compiling TypeIds.cpp
[108/172] Compiling UserDefinedTypeFunction.cpp
[109/172] Compiling Unifier.cpp
[110/172] Compiling TypeUtils.cpp
[111/172] Compiling TypeArena.cpp
[112/172] Compiling TypeFunctionReductionGuesser.cpp
[113/172] Compiling TypeFunctionRuntime.cpp
[114/172] Compiling TypeAttach.cpp
[115/172] Compiling TxnLog.cpp
[116/172] Compiling TypeFunctionRuntimeBuilder.cpp
[117/172] Compiling TypeFunction.cpp
[118/172] Compiling TopoSortStatements.cpp
[119/172] Compiling Symbol.cpp
[120/172] Compiling Type.cpp
[121/172] Compiling TypeChecker2.cpp
[122/172] Compiling TypeInfer.cpp
[123/172] Compiling ToDot.cpp
[124/172] Compiling Substitution.cpp
[125/172] Compiling TableLiteralInference.cpp
[126/172] Compiling RequireTracer.cpp
[127/172] Compiling ToString.cpp
[128/172] Compiling Refinement.cpp
[129/172] Compiling Scope.cpp
[130/172] Compiling Simplify.cpp
[131/172] Compiling RecursionCounter.cpp
[132/172] Compiling NativeStackGuard.cpp
[133/172] Compiling Quantify.cpp
[134/172] Compiling Subtyping.cpp
[135/172] Compiling JsonEmitter.cpp
[136/172] Compiling LValue.cpp
[137/172] Compiling OverloadResolution.cpp
[138/172] Compiling IostreamHelpers.cpp
[139/172] Compiling Module.cpp
[140/172] Compiling Linter.cpp
[141/172] Compiling Instantiation2.cpp
[142/172] Compiling NonStrictTypeChecker.cpp
[143/172] Compiling InferPolarity.cpp
[144/172] Compiling Normalize.cpp
[145/172] Compiling Instantiation.cpp
[146/172] Compiling GlobalTypes.cpp
[147/172] Compiling Def.cpp
[148/172] Compiling FileResolver.cpp
[149/172] Compiling EmbeddedBuiltinDefinitions.cpp
[150/172] Compiling Generalization.cpp
[151/172] Compiling ExpectedTypeVisitor.cpp
[152/172] Compiling DcrLogger.cpp
[153/172] Compiling Error.cpp
[154/172] Compiling DataFlowGraph.cpp
[155/172] Compiling Constraint.cpp
[156/172] Compiling FragmentAutocomplete.cpp
[157/172] Compiling Clone.cpp
[158/172] Compiling AstUtils.cpp
[159/172] Compiling EqSatSimplification.cpp
[160/172] Compiling CLua lua.c
[161/172] Compiling Anyification.cpp
[162/191] Compiling Frontend.cpp
[163/191] Compiling ConstraintSolver.cpp
[164/191] Compiling BuiltinTypeFunctions.cpp
[165/191] Compiling AstQuery.cpp
[166/191] Compiling ConstraintGenerator.cpp
[167/191] Compiling AutocompleteCore.cpp
[168/191] Compiling BuiltinDefinitions.cpp
[170/191] Compiling Luau LuaFunction.swift
[171/191] Compiling Luau LuaLightUserdata.swift
[172/193] Compiling Luau LuaThread.swift
[173/193] Compiling Luau LuaType.swift
[174/193] Compiling Luau LuaNil.swift
[175/193] Compiling Luau LuaNumber.swift
[176/193] Compiling Luau LuaUserdata.swift
[177/193] Compiling Luau LuaVector.swift
[178/193] Compiling Luau LuaString.swift
[179/193] Compiling Luau LuaTable.swift
[180/193] Compiling Luau LuaState.swift
[181/193] Compiling Luau LuaValue.swift
[182/193] Compiling Luau LuaBoolean.swift
[183/193] Compiling Luau LuaBuffer.swift
[184/193] Compiling Luau LuaPushable.swift
[185/193] Compiling Luau Lua.swift
[186/193] Compiling Luau LuaDynPushable.swift
[187/193] Compiling Luau LuaGetable.swift
[188/193] Emitting module Luau
[189/193] Compiling Luau LuaBytecode.swift
[190/193] Compiling Luau LuaRef.swift
[191/195] Compiling Example main.swift
[192/195] Emitting module Example
[192/195] Write Objects.LinkFileList
[193/195] Linking Example
[194/195] Applying Example
Build complete! (19.41s)
Build complete.
{
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "SwiftLuau",
"name" : "SwiftLuau",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "Luau",
"targets" : [
"Luau"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Example",
"targets" : [
"Example"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "Luau",
"module_type" : "SwiftTarget",
"name" : "Luau",
"path" : "Sources/Luau",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"Abstract/LuaDynPushable.swift",
"Abstract/LuaGetable.swift",
"Abstract/LuaPushable.swift",
"Lua.swift",
"LuaBytecode.swift",
"LuaRef.swift",
"LuaState.swift",
"LuaValue.swift",
"Types/LuaBoolean.swift",
"Types/LuaBuffer.swift",
"Types/LuaFunction.swift",
"Types/LuaLightUserdata.swift",
"Types/LuaNil.swift",
"Types/LuaNumber.swift",
"Types/LuaString.swift",
"Types/LuaTable.swift",
"Types/LuaThread.swift",
"Types/LuaType.swift",
"Types/LuaUserdata.swift",
"Types/LuaVector.swift"
],
"target_dependencies" : [
"CLua"
],
"type" : "library"
},
{
"c99name" : "Example",
"module_type" : "SwiftTarget",
"name" : "Example",
"path" : "Sources/Example",
"product_memberships" : [
"Example"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Luau"
],
"type" : "executable"
},
{
"c99name" : "CLuaVMInternal",
"module_type" : "ClangTarget",
"name" : "CLuaVMInternal",
"path" : "lib/Luau/VM",
"sources" : [
],
"target_dependencies" : [
"CLuaCommon",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLuaVM",
"module_type" : "ClangTarget",
"name" : "CLuaVM",
"path" : "lib/Luau/VM",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/lapi.cpp",
"src/laux.cpp",
"src/lbaselib.cpp",
"src/lbitlib.cpp",
"src/lbuffer.cpp",
"src/lbuflib.cpp",
"src/lbuiltins.cpp",
"src/lcorolib.cpp",
"src/ldblib.cpp",
"src/ldebug.cpp",
"src/ldo.cpp",
"src/lfunc.cpp",
"src/lgc.cpp",
"src/lgcdebug.cpp",
"src/linit.cpp",
"src/lmathlib.cpp",
"src/lmem.cpp",
"src/lnumprint.cpp",
"src/lobject.cpp",
"src/loslib.cpp",
"src/lperf.cpp",
"src/lstate.cpp",
"src/lstring.cpp",
"src/lstrlib.cpp",
"src/ltable.cpp",
"src/ltablib.cpp",
"src/ltm.cpp",
"src/ludata.cpp",
"src/lutf8lib.cpp",
"src/lveclib.cpp",
"src/lvmexecute.cpp",
"src/lvmload.cpp",
"src/lvmutils.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaEqSat",
"module_type" : "ClangTarget",
"name" : "CLuaEqSat",
"path" : "lib/Luau/EqSat",
"sources" : [
"src/Id.cpp",
"src/UnionFind.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaConfig",
"module_type" : "ClangTarget",
"name" : "CLuaConfig",
"path" : "lib/Luau/Config",
"sources" : [
"src/Config.cpp",
"src/LinterConfig.cpp",
"src/LuauConfig.cpp"
],
"target_dependencies" : [
"CLuaAst",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLuaCompiler",
"module_type" : "ClangTarget",
"name" : "CLuaCompiler",
"path" : "lib/Luau/Compiler",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/BuiltinFolding.cpp",
"src/Builtins.cpp",
"src/BytecodeBuilder.cpp",
"src/Compiler.cpp",
"src/ConstantFolding.cpp",
"src/CostModel.cpp",
"src/TableShape.cpp",
"src/Types.cpp",
"src/ValueTracking.cpp",
"src/lcode.cpp"
],
"target_dependencies" : [
"CLuaAst"
],
"type" : "library"
},
{
"c99name" : "CLuaCommon",
"module_type" : "ClangTarget",
"name" : "CLuaCommon",
"path" : "lib/Luau/Common",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/StringUtils.cpp",
"src/TimeTrace.cpp"
],
"type" : "library"
},
{
"c99name" : "CLuaCodeGen",
"module_type" : "ClangTarget",
"name" : "CLuaCodeGen",
"path" : "lib/Luau/CodeGen",
"sources" : [
"src/AssemblyBuilderA64.cpp",
"src/AssemblyBuilderX64.cpp",
"src/BytecodeAnalysis.cpp",
"src/BytecodeSummary.cpp",
"src/CodeAllocator.cpp",
"src/CodeBlockUnwind.cpp",
"src/CodeGen.cpp",
"src/CodeGenA64.cpp",
"src/CodeGenAssembly.cpp",
"src/CodeGenContext.cpp",
"src/CodeGenUtils.cpp",
"src/CodeGenX64.cpp",
"src/EmitBuiltinsX64.cpp",
"src/EmitCommonX64.cpp",
"src/EmitInstructionX64.cpp",
"src/IrAnalysis.cpp",
"src/IrBuilder.cpp",
"src/IrCallWrapperX64.cpp",
"src/IrDump.cpp",
"src/IrLoweringA64.cpp",
"src/IrLoweringX64.cpp",
"src/IrRegAllocA64.cpp",
"src/IrRegAllocX64.cpp",
"src/IrTranslateBuiltins.cpp",
"src/IrTranslation.cpp",
"src/IrUtils.cpp",
"src/IrValueLocationTracking.cpp",
"src/NativeProtoExecData.cpp",
"src/NativeState.cpp",
"src/OptimizeConstProp.cpp",
"src/OptimizeDeadStore.cpp",
"src/OptimizeFinalX64.cpp",
"src/SharedCodeAllocator.cpp",
"src/UnwindBuilderDwarf2.cpp",
"src/UnwindBuilderWin.cpp",
"src/lcodegen.cpp"
],
"target_dependencies" : [
"CLuaVM",
"CLuaVMInternal",
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaAst",
"module_type" : "ClangTarget",
"name" : "CLuaAst",
"path" : "lib/Luau/Ast",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"src/Allocator.cpp",
"src/Ast.cpp",
"src/Confusables.cpp",
"src/Cst.cpp",
"src/Lexer.cpp",
"src/Location.cpp",
"src/Parser.cpp",
"src/PrettyPrinter.cpp"
],
"target_dependencies" : [
"CLuaCommon"
],
"type" : "library"
},
{
"c99name" : "CLuaAnalysis",
"module_type" : "ClangTarget",
"name" : "CLuaAnalysis",
"path" : "lib/Luau/Analysis",
"sources" : [
"src/Anyification.cpp",
"src/ApplyTypeFunction.cpp",
"src/AstJsonEncoder.cpp",
"src/AstQuery.cpp",
"src/AstUtils.cpp",
"src/Autocomplete.cpp",
"src/AutocompleteCore.cpp",
"src/BuiltinDefinitions.cpp",
"src/BuiltinTypeFunctions.cpp",
"src/Clone.cpp",
"src/Constraint.cpp",
"src/ConstraintGenerator.cpp",
"src/ConstraintSolver.cpp",
"src/DataFlowGraph.cpp",
"src/DcrLogger.cpp",
"src/Def.cpp",
"src/EmbeddedBuiltinDefinitions.cpp",
"src/EqSatSimplification.cpp",
"src/Error.cpp",
"src/ExpectedTypeVisitor.cpp",
"src/FileResolver.cpp",
"src/FragmentAutocomplete.cpp",
"src/Frontend.cpp",
"src/Generalization.cpp",
"src/GlobalTypes.cpp",
"src/InferPolarity.cpp",
"src/Instantiation.cpp",
"src/Instantiation2.cpp",
"src/IostreamHelpers.cpp",
"src/JsonEmitter.cpp",
"src/LValue.cpp",
"src/Linter.cpp",
"src/Module.cpp",
"src/NativeStackGuard.cpp",
"src/NonStrictTypeChecker.cpp",
"src/Normalize.cpp",
"src/OverloadResolution.cpp",
"src/Quantify.cpp",
"src/RecursionCounter.cpp",
"src/Refinement.cpp",
"src/RequireTracer.cpp",
"src/Scope.cpp",
"src/Simplify.cpp",
"src/Substitution.cpp",
"src/Subtyping.cpp",
"src/Symbol.cpp",
"src/TableLiteralInference.cpp",
"src/ToDot.cpp",
"src/ToString.cpp",
"src/TopoSortStatements.cpp",
"src/TxnLog.cpp",
"src/Type.cpp",
"src/TypeArena.cpp",
"src/TypeAttach.cpp",
"src/TypeChecker2.cpp",
"src/TypeFunction.cpp",
"src/TypeFunctionReductionGuesser.cpp",
"src/TypeFunctionRuntime.cpp",
"src/TypeFunctionRuntimeBuilder.cpp",
"src/TypeIds.cpp",
"src/TypeInfer.cpp",
"src/TypeOrPack.cpp",
"src/TypePack.cpp",
"src/TypePath.cpp",
"src/TypeUtils.cpp",
"src/TypedAllocator.cpp",
"src/Unifiable.cpp",
"src/Unifier.cpp",
"src/Unifier2.cpp",
"src/UserDefinedTypeFunction.cpp"
],
"target_dependencies" : [
"CLuaAst",
"CLuaEqSat",
"CLuaConfig",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
},
{
"c99name" : "CLua",
"module_type" : "ClangTarget",
"name" : "CLua",
"path" : "Sources/CLua",
"product_memberships" : [
"Luau",
"Example"
],
"sources" : [
"lua.c"
],
"target_dependencies" : [
"CLuaAst",
"CLuaCompiler",
"CLuaVM"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/radiusday/swiftluau/0.3.2+0.701
Repository: RadiusDay/SwiftLuau
Swift version used: 6.2
Target: Luau
Extracting symbol information for 'Luau'...
Finished extracting symbol information for 'Luau'. (1.98s)
Building documentation for 'Luau'...
warning: Parameter 'pointer' not found in type method declaration
--> Sources/Luau/LuaState.swift:46:9-46:57
44 |
45 | /// From an optional pointer.
46 + /// - Parameter pointer: The raw Luau state pointer.
| ╰─suggestion: Remove 'pointer' parameter documentation
47 | /// - Returns: A LuaState wrapping the pointer, or nil if the pointer is nil.
48 | public static func from(optional: OpaquePointer?) -> LuaState? {
warning: Parameter 'optional' is missing documentation
--> Sources/Luau/LuaState.swift:46:57-46:57
44 |
45 | /// From an optional pointer.
46 + /// - Parameter pointer: The raw Luau state pointer.
| ╰─suggestion: Document 'optional' parameter
47 | /// - Returns: A LuaState wrapping the pointer, or nil if the pointer is nil.
48 | public static func from(optional: OpaquePointer?) -> LuaState? {
warning: Parameter 'sandbox' not found in type method declaration
--> Sources/Luau/LuaState.swift:58:11-58:51
56 | /// - Parameters:
57 | /// - openLibs: Whether to open the standard libraries.
58 + /// - sandbox: Whether to sandbox the state.
| ╰─suggestion: Remove 'sandbox' parameter documentation
59 | /// - Returns: A new LuaState if successful, nil otherwise.
60 | public static func create(openLibs: Bool = true) -> LuaState? {
warning: Parameter 'type' is missing documentation
--> Sources/Luau/LuaState.swift:140:58-140:58
138 |
139 | /// Get a global variable from the Lua state.
140 + /// - Parameter key: The name of the global variable.
| ╰─suggestion: Document 'type' parameter
141 | /// - Returns: The value of the global variable, or nil if it does not exist or is nil.
142 | public func getGlobal<Type: LuaGettable>(
warning: Parameter 'data' not found in type method declaration
--> Sources/Luau/Types/LuaBuffer.swift:20:11-20:42
18 | /// Create a LuaBuffer from a byte array.
19 | /// - Parameters:
20 + /// - data: The byte array to wrap.
| ╰─suggestion: Remove 'data' parameter documentation
21 | /// - state: The Lua state to create the buffer in.
22 | /// - Returns: A LuaBuffer wrapping the provided Data.
warning: Parameter 'bytes' is missing documentation
--> Sources/Luau/Types/LuaBuffer.swift:21:58-21:58
19 | /// - Parameters:
20 | /// - data: The byte array to wrap.
21 + /// - state: The Lua state to create the buffer in.
| ╰─suggestion: Document 'bytes' parameter
22 | /// - Returns: A LuaBuffer wrapping the provided Data.
23 | public static func create(_ bytes: [UInt8], in state: LuaState) -> LuaBuffer {
warning: Parameter 'state' is missing documentation
--> Sources/Luau/Types/LuaFunction.swift:29:50-29:50
27 | /// - Parameters:
28 | /// - debugName: An optional debug name for the function.
29 + /// - function: The Swift function to wrap.
| ╰─suggestion: Document 'state' parameter
30 | /// - Returns: A LuaFunction wrapping the provided Swift function.
31 | public static func create(
warning: Parameter 'state' not found in instance method declaration
--> Sources/Luau/Types/LuaTable.swift:45:11-45:48
43 | /// - Parameters:
44 | /// - metaTable: The meta table to set.
45 + /// - state: The Lua state to operate in.
| ╰─suggestion: Remove 'state' parameter documentation
46 | public func setMetaTable(_ metaTable: LuaTable) {
47 | push(to: reference.state)
warning: Parameter 'state' not found in instance method declaration
--> Sources/Luau/Types/LuaTable.swift:54:9-54:56
52 |
53 | /// Get the meta table of the Lua table.
54 + /// - Parameter state: The Lua state to operate in.
| ╰─suggestion: Remove 'state' parameter documentation
55 | /// - Returns: The meta table if it exists, nil otherwise.
56 | public func getMetaTable() -> LuaTable? {
warning: Parameter 'state' not found in instance method declaration
--> Sources/Luau/Types/LuaTable.swift:70:11-70:48
68 | /// - type: The type to retrieve.
69 | /// - key: The key to get the value for.
70 + /// - state: The Lua state to operate in.
| ╰─suggestion: Remove 'state' parameter documentation
71 | /// - Returns: The value at the given key, or nil if it doesn't exist.
72 | public func get<Type: LuaGettable>(_ type: Type.Type, key: LuaPushable) -> Type? {
warning: Parameter 'state' not found in instance method declaration
--> Sources/Luau/Types/LuaTable.swift:85:11-85:48
83 | /// - type: The type to retrieve.
84 | /// - key: The key to get the value for.
85 + /// - state: The Lua state to operate in.
| ╰─suggestion: Remove 'state' parameter documentation
86 | /// - Returns: The value at the given key, or nil if it doesn't exist.
87 | public func get<Type: LuaGettableNonOptional>(_ type: Type.Type, key: LuaPushable) -> Type {
warning: Parameter 'state' is missing documentation
--> Sources/Luau/Types/LuaUserdata.swift:16:92-16:92
14 | /// - Parameters:
15 | /// - buffer: The buffer pointer.
16 + /// - deallocater: A deallocater function to free the userdata when no longer needed.
| ╰─suggestion: Document 'state' parameter
17 | public static func create(
18 | buffer: [UInt8],
Finished building documentation for 'Luau' (0.26s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/radiusday/swiftluau/0.3.2+0.701
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3581] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.20s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.94s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/7] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling Snippets Snippet.swift
[8/57] Compiling Snippets SnippetParser.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling SymbolKit Symbol.swift
[29/57] Compiling SymbolKit SymbolKind.swift
[30/57] Compiling SymbolKit SymbolGraph.swift
[31/57] Compiling SymbolKit GraphCollector.swift
[32/57] Compiling SymbolKit Identifier.swift
[33/57] Compiling SymbolKit KindIdentifier.swift
[34/57] Compiling SymbolKit Location.swift
[35/57] Compiling SymbolKit Mutability.swift
[36/57] Compiling SymbolKit SemanticVersion.swift
[37/57] Compiling SymbolKit AccessControl.swift
[38/57] Compiling SymbolKit Availability.swift
[39/57] Compiling SymbolKit AvailabilityItem.swift
[40/57] Compiling SymbolKit Domain.swift
[41/57] Compiling SymbolKit Relationship.swift
[42/57] Compiling SymbolKit RelationshipKind.swift
[43/57] Compiling SymbolKit SourceOrigin.swift
[44/57] Compiling SymbolKit GenericConstraints.swift
[45/57] Compiling SymbolKit Swift.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.40s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Luau' complete! (0.32s)
444
4 /Users/admin/builder/spi-builder-workspace/.docs/radiusday/swiftluau/0.3.2+0.701
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/radiusday/swiftluau/0.3.2+0.701
File count: 444
Doc size: 4.0MB
Preparing doc bundle ...
Uploading prod-radiusday-swiftluau-0.3.2+0.701-32a9e649.zip to s3://spi-docs-inbox/prod-radiusday-swiftluau-0.3.2+0.701-32a9e649.zip
Copying... [17%]
Copying... [26%]
Copying... [34%]
Copying... [43%]
Copying... [51%]
Copying... [60%]
Copying... [77%]
Copying... [86%]
Copying... [94%]
Copying... [100%]
Done.